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

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 11 23:56:35 UTC 2019


    Date: Sunday, August 11, 2019 @ 23:56:35
  Author: foutrelis
Revision: 359674

archrelease: copy trunk to staging-x86_64

Added:
  ristretto/repos/staging-x86_64/
  ristretto/repos/staging-x86_64/PKGBUILD
    (from rev 359673, ristretto/trunk/PKGBUILD)

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

Copied: ristretto/repos/staging-x86_64/PKGBUILD (from rev 359673, ristretto/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-08-11 23:56:35 UTC (rev 359674)
@@ -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.10.0
+pkgrel=2
+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=('16225dd74245eb6e0f82b9c72c6112f161bb8d8b11f3fc77277b7bc3432d4769')
+
+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