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

Evangelos Foutras foutrelis at archlinux.org
Wed May 19 05:02:24 UTC 2021


    Date: Wednesday, May 19, 2021 @ 05:02:24
  Author: foutrelis
Revision: 415723

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-19 05:02:20 UTC (rev 415722)
+++ PKGBUILD	2021-05-19 05:02:24 UTC (rev 415723)
@@ -1,35 +0,0 @@
-# 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:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 415722, xfce4-screenshooter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-19 05:02:24 UTC (rev 415723)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.9
+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=('33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4')
+
+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