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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 28 06:40:43 UTC 2020


    Date: Monday, December 28, 2020 @ 06:40:43
  Author: foutrelis
Revision: 405054

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 405053, xfce4-verve-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-28 06:40:38 UTC (rev 405053)
+++ PKGBUILD	2020-12-28 06:40:43 UTC (rev 405054)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-verve-plugin
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Command line plugin Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-conflicts=('verve-plugin')
-replaces=('verve-plugin')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9e6510ba6c48fcfc60d1c6ab14613dd7b6ff095cabbf4746f82bf788d8ab4cd2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD (from rev 405053, xfce4-verve-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-28 06:40:43 UTC (rev 405054)
@@ -0,0 +1,32 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-verve-plugin
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Command line plugin for the Xfce panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ebda5e5eb62d6e42afdc6f121d2f1cbd4d9d3c2b16a5e3ed8192b1b224b8f825')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --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