[notify] geeqie: update to 1.6, changed dependency gtk -> gtk3

This commit is contained in:
Juergen Daubert 2020-12-05 16:35:55 +01:00
parent 6c2c54f82e
commit 0c6719fb24
3 changed files with 14 additions and 14 deletions

View File

@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/lib/geeqie/
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-tethered-photography-hook-script
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-ufraw
-rwxr-xr-x root/root usr/lib/geeqie/geocode-parameters.awk
-rwxr-xr-x root/root usr/lib/geeqie/lensID
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/geeqie.desktop

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QwBBYiOrVytyXY+VllAVT3FOLBrIGLNT1EGuJ698r6XUn73g9V3l3rmRYRx0qb28gAlSPra1CwSx8y3WB4tZAs=
SHA256 (Pkgfile) = 05b24c44b8702828a232a58d3e36f9e865872187b42322979bc188fa15a0b8f2
SHA256 (.footprint) = a8ffe8d4d84794f18e6a6c17c7b354488d815248db9dd21c0acc72e8d3db3969
SHA256 (geeqie-1.5.1.tar.xz) = 4854d5d323c31f8f4068fd73ab2c454ff91e826c4ca4d37b22c246ad14dea10a
RWSE3ohX2g5d/YtZThSYS0/mJvYVCKJ+8FCAaw1fK0UmSmPzU7Sjve6IrJRj09SJrILs+5lZZ9fbCLHl32F8CikIvck/r+dZnAY=
SHA256 (Pkgfile) = 6a31666fb135e714376cd7b2d795a23ae7791c3738bf84fb57954e4bc8c5a3d4
SHA256 (.footprint) = 469afb95884653a76296d0ef654c372597be129f23417517e200ae645c2cefaa
SHA256 (geeqie-1.6.tar.xz) = 48f8a4474454d182353100e43878754b76227f3b8f30cfc258afc9d90a4e1920

View File

@ -1,20 +1,19 @@
# Description: Gtk+ based image viewer
# URL: http://geeqie.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: gtk
# Depends on: gtk3
name=geeqie
version=1.5.1
version=1.6
release=1
source=(http://geeqie.org/$name-$version.tar.xz)
build() {
cd $name-$version
export LINGUAS=" "
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
cd $name-$version
export LINGUAS=" "
export CFLAGS+=" -Wno-deprecated-declarations"
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,metainfo}
}