[arch-commits] Commit in ristretto/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Fri Feb 3 13:00:15 UTC 2017


    Date: Friday, February 3, 2017 @ 13:00:14
  Author: arodseth
Revision: 209741

archrelease: copy trunk to community-x86_64, community-i686

Added:
  ristretto/repos/community-i686/PKGBUILD
    (from rev 209740, ristretto/trunk/PKGBUILD)
  ristretto/repos/community-x86_64/PKGBUILD
    (from rev 209740, ristretto/trunk/PKGBUILD)
Deleted:
  ristretto/repos/community-i686/PKGBUILD
  ristretto/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-03 12:58:44 UTC (rev 209740)
+++ community-i686/PKGBUILD	2017-02-03 13:00:14 UTC (rev 209741)
@@ -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.1
-pkgrel=1
-pkgdesc='Fast and lightweight picture-viewer for Xfce4'
-arch=('x86_64' 'i686')
-url='http://docs.xfce.org/apps/ristretto/start'
-license=('GPL')
-depends=('libxfce4ui' 'libexif')
-makedepends=('intltool')
-optdepends=('librsvg: SVG support'
-            'tumbler: thumbnailing support')
-groups=('xfce4-goodies')
-source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
-md5sums=('5332876b627b3237eebb76db66e2fb11')
-
-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-i686/PKGBUILD (from rev 209740, ristretto/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-03 13:00:14 UTC (rev 209741)
@@ -0,0 +1,38 @@
+# $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.2
+pkgrel=1
+pkgdesc='Fast and lightweight picture-viewer for Xfce4'
+arch=('x86_64' 'i686')
+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=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+md5sums=('a8d8bb6b8fa7f868cfa3ae778630946e')
+
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-03 12:58:44 UTC (rev 209740)
+++ community-x86_64/PKGBUILD	2017-02-03 13:00:14 UTC (rev 209741)
@@ -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.1
-pkgrel=1
-pkgdesc='Fast and lightweight picture-viewer for Xfce4'
-arch=('x86_64' 'i686')
-url='http://docs.xfce.org/apps/ristretto/start'
-license=('GPL')
-depends=('libxfce4ui' 'libexif')
-makedepends=('intltool')
-optdepends=('librsvg: SVG support'
-            'tumbler: thumbnailing support')
-groups=('xfce4-goodies')
-source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
-md5sums=('5332876b627b3237eebb76db66e2fb11')
-
-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 209740, ristretto/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-03 13:00:14 UTC (rev 209741)
@@ -0,0 +1,38 @@
+# $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.2
+pkgrel=1
+pkgdesc='Fast and lightweight picture-viewer for Xfce4'
+arch=('x86_64' 'i686')
+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=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+md5sums=('a8d8bb6b8fa7f868cfa3ae778630946e')
+
+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