[arch-commits] Commit in ristretto/repos (community-x86_64 community-x86_64/PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Fri Nov 26 11:20:40 UTC 2021
Date: Friday, November 26, 2021 @ 11:20:40
Author: eworm
Revision: 429132
archrelease: copy trunk to community-x86_64
Added:
ristretto/repos/community-x86_64/
ristretto/repos/community-x86_64/PKGBUILD
(from rev 429131, ristretto/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: ristretto/repos/community-x86_64/PKGBUILD (from rev 429131, ristretto/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2021-11-26 11:20:40 UTC (rev 429132)
@@ -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.1
+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')
+source=("https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+sha256sums=('13853f9ca18466a8e4788e92c7bde3388a93e8340283568f5dee1a9396ffd7ee')
+
+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