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

Christian Hesse eworm at gemini.archlinux.org
Sat Jul 9 22:21:52 UTC 2022


    Date: Saturday, July 9, 2022 @ 22:21:52
  Author: eworm
Revision: 450754

archrelease: copy trunk to testing-x86_64

Added:
  ristretto/repos/testing-x86_64/
  ristretto/repos/testing-x86_64/PKGBUILD
    (from rev 450753, ristretto/trunk/PKGBUILD)

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

Copied: ristretto/repos/testing-x86_64/PKGBUILD (from rev 450753, ristretto/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-09 22:21:52 UTC (rev 450754)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: 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.12.3
+pkgrel=1
+pkgdesc="A fast and lightweight picture viewer for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/ristretto/start"
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'xfconf' 'tumbler' 'libexif' 'file')
+makedepends=('intltool' 'python')
+source=("https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+sha256sums=('868f7021225fa170a2f4716c1d7823bf25ad7aab237687755855799588cd3f3e')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list