[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 1 16:42:59 UTC 2018


    Date: Tuesday, May 1, 2018 @ 16:42:58
  Author: foutrelis
Revision: 323213

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
    (from rev 323212, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-01 16:42:50 UTC (rev 323212)
+++ PKGBUILD	2018-05-01 16:42:58 UTC (rev 323213)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('e62b31d9cf06a7414a26400c2ebe7a2ae7c2b22aa60f997f25145ea9ebe6e0db')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
-    --disable-static \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 323212, xfce4-screenshooter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-01 16:42:58 UTC (rev 323213)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('904f3a61417ace55a3b144187565335f8ad5e530ca23b397ce90ed61708c6091')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list