[arch-commits] Commit in ristretto/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Aug 7 09:36:06 UTC 2019


    Date: Wednesday, August 7, 2019 @ 09:36:06
  Author: eworm
Revision: 359284

archrelease: copy trunk to extra-x86_64

Added:
  ristretto/repos/extra-x86_64/
  ristretto/repos/extra-x86_64/PKGBUILD
    (from rev 359283, ristretto/trunk/PKGBUILD)

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

Copied: ristretto/repos/extra-x86_64/PKGBUILD (from rev 359283, ristretto/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2019-08-07 09:36:06 UTC (rev 359284)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=ristretto
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='Fast and lightweight picture-viewer for Xfce4'
+arch=('x86_64')
+url='https://docs.xfce.org/apps/ristretto/start'
+license=('GPL')
+depends=('libxfce4ui' 'libexif' 'file')
+makedepends=('intltool')
+optdepends=('librsvg: SVG support'
+            'tumbler: thumbnailing support')
+groups=('xfce4-goodies')
+source=("https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+sha256sums=('7f4805baca9ea77372cbd21b19673e22390bbc7a336ca1ac1a4aaecfbfc79f60')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: git.xfce.org/apps/ristretto/plain/NEWS
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list