1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-29 07:54:09 +02:00

Fix incompatible pointer type for gqview

This commit is contained in:
2025-02-18 14:48:10 +01:00
parent c047a5d18c
commit 81376e45ee
3 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,7 @@ inherit autotools xdg-utils
DESCRIPTION="A GTK-based image browser"
HOMEPAGE="http://gqview.sourceforge.net/"
SRC_URI="mirror://sourceforge/gqview/${P}.tar.gz"
SRC_URI="https://downloads.sourceforge.net/gqview/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -27,6 +27,7 @@ PATCHES=(
"${FILESDIR}"/${P}-helpdir.patch
"${FILESDIR}"/${P}-readmedir.patch
"${FILESDIR}"/${P}-format-security.patch
"${FILESDIR}"/${P}-terminator_pos-type.patch
)
src_prepare() {