[arch-commits] Commit in geeqie/trunk (4 files)

Andreas Radke andyrtr at gemini.archlinux.org
Mon Aug 8 19:19:54 UTC 2022


    Date: Monday, August 8, 2022 @ 19:19:53
  Author: andyrtr
Revision: 452422

upgpkg: geeqie 2.0-1: upstream update 2.0 - enable debug

Added:
  geeqie/trunk/keys/
  geeqie/trunk/keys/pgp/
  geeqie/trunk/keys/pgp/91EC400226201276E2ADCEC7D0DA6F44C936D1DA.asc
Modified:
  geeqie/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   29 +++++++---------
 keys/pgp/91EC400226201276E2ADCEC7D0DA6F44C936D1DA.asc |    1 
 2 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-08 15:33:53 UTC (rev 452421)
+++ PKGBUILD	2022-08-08 19:19:53 UTC (rev 452422)
@@ -3,7 +3,7 @@
 # Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
 
 pkgname=geeqie
-pkgver=1.7.3
+pkgver=2.0
 pkgrel=1
 pkgdesc='Lightweight image viewer'
 arch=('x86_64')
@@ -12,9 +12,11 @@
 # https://github.com/BestImageViewer/geeqie#optional-libraries
 depends=('exiv2' 'gtk3' 'ffmpegthumbnailer'
          'djvulibre' 'libheif' 'libchamplain'
-         'poppler-glib' 'libarchive' 'libraw' 'lua')
-makedepends=('git'
+         '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
@@ -26,29 +28,26 @@
             '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=('25b1f71cf91bd9a96f399d2a9e70507e54bb377a56e64d89521c0f7a9ce5dd38'
+sha256sums=('27d803d72518913a75f3a2c65909fdca9f34037fdbfd493bee1a4e63dba9f76d'
             'SKIP')
-#validpgpkeys=('85D4CA42952C949B175362B379D0B06F4E20AF1C') # "Klaus Ethgen <Klaus at Ethgen.de>"
-validpgpkeys=('6E4C0DCFE430877C0D2211F9CC97997064BB1E97') # "Colin Clark <colin.clark at cclark.uk>"
+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
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  NOCONFIGURE=1 ./autogen.sh
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
 }
 
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
+check() {
+  meson test -C build
 }
 
 package(){
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" meson install -C build
 }

Added: keys/pgp/91EC400226201276E2ADCEC7D0DA6F44C936D1DA.asc
===================================================================
(Binary files differ)

Index: geeqie/trunk/keys/pgp/91EC400226201276E2ADCEC7D0DA6F44C936D1DA.asc
===================================================================
--- keys/pgp/91EC400226201276E2ADCEC7D0DA6F44C936D1DA.asc	2022-08-08 15:33:53 UTC (rev 452421)
+++ keys/pgp/91EC400226201276E2ADCEC7D0DA6F44C936D1DA.asc	2022-08-08 19:19:53 UTC (rev 452422)

Property changes on: geeqie/trunk/keys/pgp/91EC400226201276E2ADCEC7D0DA6F44C936D1DA.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list