[arch-commits] Commit in pqiv/repos (2 files)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Jan 27 19:54:57 UTC 2022


    Date: Thursday, January 27, 2022 @ 19:54:57
  Author: alerque
Revision: 1117475

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pqiv/repos/community-staging-x86_64/PKGBUILD (from rev 1117474, pqiv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-01-27 19:54:57 UTC (rev 1117475)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=pqiv
+pkgver=2.12
+pkgrel=5
+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=('1538128c88a70bbad2b83fbde327d83e4df9512a2fb560eaf5eaf1d8df99dbe5')
+
+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