[arch-commits] Commit in pqiv/repos (community-x86_64 community-x86_64/PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Aug 9 12:10:39 UTC 2020


    Date: Sunday, August 9, 2020 @ 12:10:39
  Author: archange
Revision: 673135

archrelease: copy trunk to community-x86_64

Added:
  pqiv/repos/community-x86_64/
  pqiv/repos/community-x86_64/PKGBUILD
    (from rev 673134, pqiv/trunk/PKGBUILD)

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

Copied: pqiv/repos/community-x86_64/PKGBUILD (from rev 673134, pqiv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-08-09 12:10:39 UTC (rev 673135)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=pqiv
+pkgver=2.11
+pkgrel=4
+pkgdesc="Powerful image viewer with minimal UI"
+arch=(x86_64)
+url="https://github.com/phillipberndt/pqiv"
+license=(GPL3)
+depends=(gtk3 gdk-pixbuf2 glib2 cairo)
+optdepends=(
+    'ffmpeg: rudimentary video support'
+    'libarchive: archives and cbX comic book support'
+    'libspectre: PS/EPS support'
+    'libwebp: WebP support'
+    'imagemagick: support for various images formats like PSD'
+    'poppler-glib: rudimentary PDF support'
+)
+makedepends=(ffmpeg libarchive libspectre libwebp imagemagick poppler-glib)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ea1f8b6bcb58dee19e2d8168ef4efd01e222c653eabbd3109aad57a870cc8c9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --backends-build=shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list