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

Andreas Radke andyrtr at gemini.archlinux.org
Fri Aug 12 13:09:11 UTC 2022


    Date: Friday, August 12, 2022 @ 13:09:11
  Author: andyrtr
Revision: 452606

archrelease: copy trunk to testing-x86_64

Added:
  geeqie/repos/testing-x86_64/PKGBUILD
    (from rev 452605, geeqie/trunk/PKGBUILD)
  geeqie/repos/testing-x86_64/keys/
Deleted:
  geeqie/repos/testing-x86_64/PKGBUILD
  geeqie/repos/testing-x86_64/keys/

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 13:08:55 UTC (rev 452605)
+++ PKGBUILD	2022-08-12 13:09:11 UTC (rev 452606)
@@ -1,53 +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=2.0
-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' 'lua53'
-         'libjxl' 'gspell')
-makedepends=('meson'
-             'intltool' 'python' 'librsvg'
-             'highway' 'vim'
-             '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')
-options=('debug')
-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=('27d803d72518913a75f3a2c65909fdca9f34037fdbfd493bee1a4e63dba9f76d'
-            'SKIP')
-validpgpkeys=('91EC400226201276E2ADCEC7D0DA6F44C936D1DA') # "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
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package(){
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: geeqie/repos/testing-x86_64/PKGBUILD (from rev 452605, geeqie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 13:09:11 UTC (rev 452606)
@@ -0,0 +1,53 @@
+# 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=2.0.1
+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' 'lua53'
+         'libjxl' 'gspell')
+makedepends=('meson'
+             'intltool' 'python' 'librsvg'
+             'highway' 'vim'
+             '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')
+options=('debug')
+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=('89c1a7574cfe3888972d10723f4cf3a277249bea494fd9c630aa8d0df944555d'
+            'SKIP')
+validpgpkeys=('91EC400226201276E2ADCEC7D0DA6F44C936D1DA') # "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
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package(){
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list