Date: Monday, August 8, 2022 @ 19:20:03
  Author: andyrtr
Revision: 452423

archrelease: copy trunk to testing-x86_64

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

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

Copied: geeqie/repos/testing-x86_64/PKGBUILD (from rev 452422, 
geeqie/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2022-08-08 19:20:03 UTC (rev 452423)
@@ -0,0 +1,53 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Eric BĂ©langer <[email protected]>
+# Contributor: Lukas Jirkovsky <[email protected]>
+
+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 
<[email protected]>"
+
+# 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
+}

Reply via email to