[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:10:56
  Author: felixonmars
Revision: 386177

upgpkg: xfce4-mpc-plugin 0.5.2-2: reproducibility rebuild

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:10:52 UTC (rev 386176)
+++ PKGBUILD2020-05-19 08:10:56 UTC (rev 386177)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.5.2
-pkgrel=1
+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;


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2019-08-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 14, 2019 @ 10:12:33
  Author: foutrelis
Revision: 359817

upgpkg: xfce4-mpc-plugin 0.5.2-1

New upstream release.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-14 10:12:31 UTC (rev 359816)
+++ PKGBUILD2019-08-14 10:12:33 UTC (rev 359817)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel' 'libmpd')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01')
+sha256sums=('eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2019-02-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, February 2, 2019 @ 22:21:40
  Author: foutrelis
Revision: 345153

Update url field to use HTTPS

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 22:21:35 UTC (rev 345152)
+++ PKGBUILD2019-02-02 22:21:40 UTC (rev 345153)
@@ -8,7 +8,7 @@
 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;
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
 license=('BSD')
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libmpd')


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2018-12-08 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 8, 2018 @ 23:30:16
  Author: foutrelis
Revision: 341289

upgpkg: xfce4-mpc-plugin 0.5.1-1

New upstream release.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-08 20:39:19 UTC (rev 341288)
+++ PKGBUILD2018-12-08 23:30:16 UTC (rev 341289)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.5.0
-pkgrel=2
+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;
@@ -14,7 +14,7 @@
 depends=('xfce4-panel' 'libmpd')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0')
+sha256sums=('635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 21:06:03
  Author: foutrelis
Revision: 338512

PIE/BUILDINFO rebuild

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 21:04:17 UTC (rev 338511)
+++ PKGBUILD2018-11-09 21:06:03 UTC (rev 338512)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.5.0
-pkgrel=1
+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;


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:19:26
  Author: foutrelis
Revision: 279696

upgpkg: xfce4-mpc-plugin 0.5.0-1

New upstream release.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:19:18 UTC (rev 279695)
+++ PKGBUILD2016-11-01 21:19:26 UTC (rev 279696)
@@ -5,7 +5,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.4.5
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('xfce4-panel' 'libmpd')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
+sha256sums=('f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2015-03-04 Thread Evangelos Foutras
Date: Thursday, March 5, 2015 @ 06:28:44
  Author: foutrelis
Revision: 232874

upgpkg: xfce4-mpc-plugin 0.4.5-1

New upstream release.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-05 05:26:55 UTC (rev 232873)
+++ PKGBUILD2015-03-05 05:28:44 UTC (rev 232874)
@@ -5,8 +5,8 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.4.4
-pkgrel=4
+pkgver=0.4.5
+pkgrel=1
 pkgdesc=Control the Music Player Daemon from the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
@@ -15,7 +15,7 @@
 depends=('xfce4-panel' 'libmpd')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 12:22:39
  Author: foutrelis
Revision: 232263

upgpkg: xfce4-mpc-plugin 0.4.4-4

libxfce4util 4.12.0 rebuild.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-01 11:22:37 UTC (rev 232262)
+++ PKGBUILD2015-03-01 11:22:39 UTC (rev 232263)
@@ -6,7 +6,7 @@
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc=Control the Music Player Daemon from the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:32:59
  Author: foutrelis
Revision: 221968

upgpkg: xfce4-mpc-plugin 0.4.4-3

Update package description and adopt.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:28:40 UTC (rev 221967)
+++ PKGBUILD2014-09-18 19:32:59 UTC (rev 221968)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andy...@archlinux.org
 # Contributor: aurelien aurel...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.4.4
-pkgrel=2
-pkgdesc=A plugin to control the music player daemon from the xfce4-panel
+pkgrel=3
+pkgdesc=Control the Music Player Daemon from the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
 license=('BSD')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
+depends=('xfce4-panel' 'libmpd')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:49:42
  Author: fyan
Revision: 215656

upgpkg: xfce4-mpc-plugin 0.4.4-2

mtree rebuild

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:46:16 UTC (rev 215655)
+++ PKGBUILD2014-06-30 05:49:42 UTC (rev 215656)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A plugin to control the music player daemon from the xfce4-panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:38:45
  Author: eric
Revision: 162955

upgpkg: xfce4-mpc-plugin 0.4.4-1

Upstream update

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 03:38:09 UTC (rev 162954)
+++ PKGBUILD2012-07-04 03:38:45 UTC (rev 162955)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc=A plugin to control the music player daemon from the xfce4-panel
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2012-05-14 Thread Evangelos Foutras
Date: Monday, May 14, 2012 @ 10:55:36
  Author: foutrelis
Revision: 158995

upgpkg: xfce4-mpc-plugin 0.4.3-1

New upstream release.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-14 14:53:48 UTC (rev 158994)
+++ PKGBUILD2012-05-14 14:55:36 UTC (rev 158995)
@@ -4,32 +4,37 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
 pkgdesc=A plugin to control the music player daemon from the xfce4-panel
 arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
 license=('BSD')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libmpd=0.16.1')
 makedepends=('intltool')
 options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  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 -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 21:51:08
  Author: foutrelis
Revision: 157618

upgpkg: xfce4-mpc-plugin 0.4.0-2

libxfce4util 4.10.0 and xfce4-panel 4.10.0 rebuild.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 01:49:10 UTC (rev 157617)
+++ PKGBUILD2012-04-29 01:51:08 UTC (rev 157618)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A plugin to control the music player daemon from the xfce4-panel
 arch=('i686' 'x86_64')
 license=('BSD')



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2012-02-13 Thread Eric Bélanger
Date: Monday, February 13, 2012 @ 05:08:48
  Author: eric
Revision: 150132

upgpkg: xfce4-mpc-plugin 0.4.0-1

Upstream update, Remove libxfcegui4 depends, Fix license

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-13 08:12:40 UTC (rev 150131)
+++ PKGBUILD2012-02-13 10:08:48 UTC (rev 150132)
@@ -4,21 +4,21 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.3.6
-pkgrel=2
-pkgdesc=plugin to control the music player daemon from the xfce4-panel
-arch=(i686 x86_64)
-license=('GPL2')
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=A plugin to control the music player daemon from the xfce4-panel
+arch=('i686' 'x86_64')
+license=('BSD')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'libmpd=0.16.1')
+depends=('xfce4-panel' 'libmpd=0.16.1')
 makedepends=('intltool')
-options=(!libtool)
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a632885d803dcebd82bbb91ed3c7')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,6 +29,7 @@
 }
 
 package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2012-02-06 Thread Evangelos Foutras
Date: Monday, February 6, 2012 @ 11:30:18
  Author: foutrelis
Revision: 149251

upgpkg: xfce4-mpc-plugin 0.3.6-2

Rebuild unsigned package.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 16:29:16 UTC (rev 149250)
+++ PKGBUILD2012-02-06 16:30:18 UTC (rev 149251)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc=plugin to control the music player daemon from the xfce4-panel
 arch=(i686 x86_64)
 license=('GPL2')



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2011-01-11 Thread andyrtr
Date: Tuesday, January 11, 2011 @ 13:35:22
  Author: andyrtr
Revision: 105780

upgpkg: xfce4-mpc-plugin 0.3.6-1
update for Xfce 4.8

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-11 18:28:47 UTC (rev 105779)
+++ PKGBUILD2011-01-11 18:35:22 UTC (rev 105780)
@@ -4,27 +4,31 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc=plugin to control the music player daemon from the xfce4-panel
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
-makedepends=('pkgconfig' 'perlxml')
+depends=('xfce4-panel' 'libxfcegui4' 'libmpd=0.16.1')
+makedepends=('intltool')
 options=(!libtool)
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('20ea8c37dcb90a8ae3cb026463b27f06')
+md5sums=('a632885d803dcebd82bbb91ed3c7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
 }
 
 package(){
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:37:21
  Author: andyrtr
Revision: 81865

upgpkg: xfce4-mpc-plugin 0.3.5-1
new version 0.3.5

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 11:56:36 UTC (rev 81864)
+++ PKGBUILD2010-06-06 12:37:21 UTC (rev 81865)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: aurelien aurel...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.3.3
-pkgrel=3
+pkgver=0.3.5
+pkgrel=1
 pkgdesc=plugin to control the music player daemon from the xfce4-panel
 arch=(i686 x86_64)
 license=('GPL2')
@@ -13,13 +14,17 @@
 depends=('xfce4-panel' 'libmpd=0.16.1')
 makedepends=('pkgconfig' 'perlxml')
 options=(!libtool)
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b4f7f67589f34f77973a51dd5069712d')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('20ea8c37dcb90a8ae3cb026463b27f06')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${pkgdir} install
 }
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install || return 1
+}