ports/opt (3.7): geeqie: update to 1.7.1
commit 370e79735b8b0dae316928acf31f614e492727fb Author: Juergen Daubert <jue@jue.li> Date: Tue Jan 18 16:33:45 2022 +0100 geeqie: update to 1.7.1 diff --git a/geeqie/.footprint b/geeqie/.footprint index e9013508f..45fcba78d 100644 --- a/geeqie/.footprint +++ b/geeqie/.footprint @@ -12,7 +12,6 @@ drwxr-xr-x root/root usr/lib/geeqie/ -rwxr-xr-x root/root usr/lib/geeqie/geeqie-symlink -rwxr-xr-x root/root usr/lib/geeqie/geeqie-tethered-photography -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/ @@ -22,9 +21,6 @@ drwxr-xr-x root/root usr/share/geeqie/ drwxr-xr-x root/root usr/share/geeqie/applications/ -rw-r--r-- root/root usr/share/geeqie/applications/camera-import.desktop -rw-r--r-- root/root usr/share/geeqie/applications/export-jpeg.desktop --rw-r--r-- root/root usr/share/geeqie/applications/geeqie-ufraw-id.desktop --rw-r--r-- root/root usr/share/geeqie/applications/geeqie-ufraw-recursive.desktop --rw-r--r-- root/root usr/share/geeqie/applications/geeqie-ufraw.desktop -rw-r--r-- root/root usr/share/geeqie/applications/image-crop.desktop -rw-r--r-- root/root usr/share/geeqie/applications/random-image.desktop -rw-r--r-- root/root usr/share/geeqie/applications/rotate.desktop diff --git a/geeqie/.signature b/geeqie/.signature index f6a892fe1..d2a7a0c81 100644 --- a/geeqie/.signature +++ b/geeqie/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Tp6Prr5uVdWfBwwlyX/Oy37s6ektEn8G/rBZFRxYOP+qzV0IauqCKst12IA+y5tNORWm/MVZPwupiyqJlga2gw= -SHA256 (Pkgfile) = 5ec37646e032742585292e2690e09f41978714ec7a4dc9d0249a765a9c8a3792 -SHA256 (.footprint) = 469afb95884653a76296d0ef654c372597be129f23417517e200ae645c2cefaa -SHA256 (geeqie-1.6.tar.xz) = 48f8a4474454d182353100e43878754b76227f3b8f30cfc258afc9d90a4e1920 +RWSE3ohX2g5d/e5o8JX9BlhOAx/yTQxY1HY6+PYl7HrJ+YVd5B7XHortLmirvr3R/XBwXdUFZh6TqXcS8w14UC+v79zTpkIE9wk= +SHA256 (Pkgfile) = 43cec353b83f4deb9249f2d495a270085c6f63523147984a9c37d4e0e29cb460 +SHA256 (.footprint) = d9f20df691813cd6831a0a78b5a0ffae94a5622fb44c9ec3b85546cfff90f3d5 +SHA256 (geeqie-1.7.1.tar.gz) = 6625f174abfda86883fd94f4cbd1054528db0f90915ae5d00f4a080dcb80411d diff --git a/geeqie/Pkgfile b/geeqie/Pkgfile index 74176d559..13f7a62fc 100644 --- a/geeqie/Pkgfile +++ b/geeqie/Pkgfile @@ -4,16 +4,22 @@ # Depends on: gtk3 name=geeqie -version=1.6 +version=1.7.1 release=1 -source=(https://github.com/BestImageViewer/geeqie/releases/download/v$version/$name-...) +#source=(https://github.com/BestImageViewer/geeqie/releases/download/v$version/$name-...) +source=(https://github.com/BestImageViewer/geeqie/archive/refs/tags/v1.7.1/$name-$ve...) build() { cd $name-$version + export LINGUAS=" " export CFLAGS+=" -Wno-deprecated-declarations" + sed -e '/^*SUBDIRS/s/doc//' -e'/^readme_DATA/d' -i Makefile.am + + NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -r $PKG/usr/share/{doc,metainfo} + + rm -r $PKG/usr/share/metainfo }
participants (1)
-
crux@crux.nu