[arch-commits] Commit in ristretto/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Apr 8 07:36:16 UTC 2019
Date: Monday, April 8, 2019 @ 07:36:15
Author: eworm
Revision: 450342
archrelease: copy trunk to community-x86_64
Added:
ristretto/repos/community-x86_64/PKGBUILD
(from rev 450341, ristretto/trunk/PKGBUILD)
Deleted:
ristretto/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-08 07:36:05 UTC (rev 450341)
+++ PKGBUILD 2019-04-08 07:36:15 UTC (rev 450342)
@@ -1,38 +0,0 @@
-# $Id$
-# 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.3
-pkgrel=1
-pkgdesc='Fast and lightweight picture-viewer for Xfce4'
-arch=('x86_64')
-url='http://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=('8c9c11760816dfd9ed57fb8b9df86c6a98a2604ab551be3133996a1c32ca2665')
-
-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:
Copied: ristretto/repos/community-x86_64/PKGBUILD (from rev 450341, ristretto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-08 07:36:15 UTC (rev 450342)
@@ -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.4
+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=('3a0be4526c93ec0ebbf2e63e69dd0c98f16b20b863d3b6426272592e5b00cea2')
+
+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