[arch-commits] Commit in geeqie/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Tue Apr 12 12:20:30 UTC 2022


    Date: Tuesday, April 12, 2022 @ 12:20:29
  Author: andyrtr
Revision: 442314

archrelease: copy trunk to extra-x86_64

Added:
  geeqie/repos/extra-x86_64/PKGBUILD
    (from rev 442313, geeqie/trunk/PKGBUILD)
Deleted:
  geeqie/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-12 12:20:23 UTC (rev 442313)
+++ PKGBUILD	2022-04-12 12:20:29 UTC (rev 442314)
@@ -1,54 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-
-pkgname=geeqie
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Lightweight image viewer'
-arch=('x86_64')
-url="http://www.geeqie.org/"
-license=('GPL2')
-# https://github.com/BestImageViewer/geeqie#optional-libraries
-depends=('exiv2' 'gtk3' 'ffmpegthumbnailer'
-         'djvulibre' 'libheif' 'libchamplain'
-         'poppler-glib' 'libarchive' 'libraw' 'lua')
-makedepends=('git'
-             'intltool' 'python' 'librsvg'
-             'libwmf' 'libwebp' 'imagemagick'
-             'fbida' 'gawk' 'perl-image-exiftool'
-             # for the docs
-             'doxygen' 'yelp-tools' 'graphviz'
-)
-optdepends=('librsvg: SVG rendering'
-            'fbida: for jpeg rotation'
-            'gawk: to use the geo-decode function'
-            'perl-image-exiftool: for the jpeg extraction plugin'
-            'gphoto2: command-line tools for various (plugin) operations'
-            'imagemagick: command-line tools for various (plugin) operations')
-source=(#"http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz"{,.asc}
-        https://github.com/BestImageViewer/geeqie/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz # {,.asc} nowhere to be found
-)
-sha256sums=('186c10fae05dd81783f5218432e777cae2e9579ce884e65afa0884c357192269'
-            #'SKIP'
-)
-#validpgpkeys=('85D4CA42952C949B175362B379D0B06F4E20AF1C') # "Klaus Ethgen <Klaus at Ethgen.de>"
-
-# main repo: http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git
-# bug tracker: https://github.com/BestImageViewer/geeqie/issues
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: geeqie/repos/extra-x86_64/PKGBUILD (from rev 442313, geeqie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-12 12:20:29 UTC (rev 442314)
@@ -0,0 +1,54 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+
+pkgname=geeqie
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Lightweight image viewer'
+arch=('x86_64')
+url="http://www.geeqie.org/"
+license=('GPL2')
+# https://github.com/BestImageViewer/geeqie#optional-libraries
+depends=('exiv2' 'gtk3' 'ffmpegthumbnailer'
+         'djvulibre' 'libheif' 'libchamplain'
+         'poppler-glib' 'libarchive' 'libraw' 'lua')
+makedepends=('git'
+             'intltool' 'python' 'librsvg'
+             'libwmf' 'libwebp' 'imagemagick'
+             'fbida' 'gawk' 'perl-image-exiftool'
+             # for the docs
+             'doxygen' 'yelp-tools' 'graphviz'
+)
+optdepends=('librsvg: SVG rendering'
+            'fbida: for jpeg rotation'
+            'gawk: to use the geo-decode function'
+            'perl-image-exiftool: for the jpeg extraction plugin'
+            'gphoto2: command-line tools for various (plugin) operations'
+            'imagemagick: command-line tools for various (plugin) operations')
+source=(#"http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz"{,.asc}
+        https://github.com/BestImageViewer/geeqie/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
+)
+sha256sums=('25b1f71cf91bd9a96f399d2a9e70507e54bb377a56e64d89521c0f7a9ce5dd38'
+            'SKIP')
+#validpgpkeys=('85D4CA42952C949B175362B379D0B06F4E20AF1C') # "Klaus Ethgen <Klaus at Ethgen.de>"
+validpgpkeys=('6E4C0DCFE430877C0D2211F9CC97997064BB1E97') # "Colin Clark <colin.clark at cclark.uk>"
+
+# main repo: http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git
+# bug tracker: https://github.com/BestImageViewer/geeqie/issues
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list