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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 8 23:30:25 UTC 2018


    Date: Saturday, December 8, 2018 @ 23:30:24
  Author: foutrelis
Revision: 341290

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 23:30:16 UTC (rev 341289)
+++ PKGBUILD	2018-12-08 23:30:24 UTC (rev 341290)
@@ -1,39 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: aurelien <aurelien at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0')
-
-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
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 341289, xfce4-mpc-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-08 23:30:24 UTC (rev 341290)
@@ -0,0 +1,39 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: aurelien <aurelien at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01')
+
+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
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list