Date: Saturday, April 29, 2023 @ 07:16:51
Author: foutrelis
Revision: 475604
archrelease: copy trunk to extra-x86_64
Added:
xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD
(from rev 475601, xfce4-mpc-plugin/trunk/PKGBUILD)
Deleted:
xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 37 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-29 07:16:50 UTC (rev 475603)
+++ PKGBUILD 2023-04-29 07:16:51 UTC (rev 475604)
@@ -1,39 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Andreas Radke <[email protected]>
-# Contributor: aurelien <[email protected]>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.5.2
-pkgrel=2
-pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
-arch=('x86_64')
-url="https://docs.xfce.org/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=('eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760')
-
-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 475601,
xfce4-mpc-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-29 07:16:51 UTC (rev 475604)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Andreas Radke <[email protected]>
+# Contributor: aurelien <[email protected]>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/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=('0467fb4d1acd982d3c3e0b89cb41019946850524ff19ed0f658a8d56c7b7664d')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-debug
+ make
+}
+
+package(){
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et: