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

Evangelos Foutras foutrelis at archlinux.org
Wed Dec 23 15:25:41 UTC 2020


    Date: Wednesday, December 23, 2020 @ 15:25:40
  Author: foutrelis
Revision: 404945

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 15:25:37 UTC (rev 404944)
+++ PKGBUILD	2020-12-23 15:25:40 UTC (rev 404945)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.7
-pkgrel=2
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/screenshooter/start"
-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=('0f7161053a23a6413376f4d17db6b774d4849384a9b1ffe01fdb2b0035a070d1')
-
-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 404944, xfce4-screenshooter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-23 15:25:40 UTC (rev 404945)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.8
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/screenshooter/start"
+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)
+sha256sums=('6f029d614ad3b63fbcf742984dc6c976f3008e7d88fa487d49ed544f56f62c50')
+
+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