[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

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

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:19:26 UTC (rev 279696)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:38 UTC (rev 279697)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: aurelien 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mpc-plugin
-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;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
-
-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-i686/PKGBUILD (from rev 279696, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:38 UTC (rev 279697)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: aurelien 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.5.0
+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;
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd')
+makedepends=('intltool')
+source=(http://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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-01 21:19:26 UTC (rev 279696)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:19:38 UTC (rev 279697)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: aurelien 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mpc-plugin
-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;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
-
-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 279696, 
xfce4-mpc-plugin/trunk/PKGBUILD)

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

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

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xfce4-mpc-plugin/repos/testing-i686/PKGBUILD
(from rev 232874, xfce4-mpc-plugin/trunk/PKGBUILD)
  xfce4-mpc-plugin/repos/testing-x86_64/PKGBUILD
(from rev 232874, xfce4-mpc-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mpc-plugin/repos/testing-i686/PKGBUILD
  xfce4-mpc-plugin/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   80 ++
 testing-i686/PKGBUILD   |   40 ---
 testing-x86_64/PKGBUILD |   40 ---
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-05 05:28:44 UTC (rev 232874)
+++ testing-i686/PKGBUILD   2015-03-05 05:28:54 UTC (rev 232875)
@@ -1,40 +0,0 @@
-# $Id$
-# 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=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;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-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/testing-i686/PKGBUILD (from rev 232874, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-05 05:28:54 UTC (rev 232875)
@@ -0,0 +1,40 @@
+# $Id$
+# 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.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;
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
+
+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:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-03-05 05:28:44 UTC (rev 232874)
+++ testing-x86_64/PKGBUILD 2015-03-05 05:28:54 UTC (rev 232875)
@@ -1,40 +0,0 @@
-# $Id$
-# 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=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;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-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/testing-x86_64/PKGBUILD (from rev 232874, 

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

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

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-mpc-plugin/repos/staging-i686/
  xfce4-mpc-plugin/repos/staging-i686/PKGBUILD
(from rev 232263, xfce4-mpc-plugin/trunk/PKGBUILD)
  xfce4-mpc-plugin/repos/staging-x86_64/
  xfce4-mpc-plugin/repos/staging-x86_64/PKGBUILD
(from rev 232263, xfce4-mpc-plugin/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: xfce4-mpc-plugin/repos/staging-i686/PKGBUILD (from rev 232263, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-01 11:22:48 UTC (rev 232264)
@@ -0,0 +1,40 @@
+# $Id$
+# 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=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;
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+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/staging-x86_64/PKGBUILD (from rev 232263, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-01 11:22:48 UTC (rev 232264)
@@ -0,0 +1,40 @@
+# $Id$
+# 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=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;
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+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:


[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:33:09
  Author: foutrelis
Revision: 221969

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   39 ---
 extra-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:32:59 UTC (rev 221968)
+++ extra-i686/PKGBUILD 2014-09-18 19:33:09 UTC (rev 221969)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: 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
-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')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-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-i686/PKGBUILD (from rev 221968, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:33:09 UTC (rev 221969)
@@ -0,0 +1,40 @@
+# $Id$
+# 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=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')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-18 19:32:59 UTC (rev 221968)
+++ extra-x86_64/PKGBUILD   2014-09-18 19:33:09 UTC (rev 221969)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: 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
-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')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-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 221968, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

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

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:49:42 UTC (rev 215656)
+++ extra-i686/PKGBUILD 2014-06-30 05:50:49 UTC (rev 215657)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: 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=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')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-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-i686/PKGBUILD (from rev 215656, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:50:49 UTC (rev 215657)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: 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
+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')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:49:42 UTC (rev 215656)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:50:49 UTC (rev 215657)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: 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=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')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-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 215656, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:39:14
  Author: eric
Revision: 162957

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 extra-i686/PKGBUILD   |   80 
 extra-x86_64/PKGBUILD |   80 
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 03:39:00 UTC (rev 162956)
+++ extra-i686/PKGBUILD 2012-07-04 03:39:14 UTC (rev 162957)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-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')
-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)
-sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
-
-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-i686/PKGBUILD (from rev 162956, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 03:39:14 UTC (rev 162957)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 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=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')
+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)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 03:39:00 UTC (rev 162956)
+++ extra-x86_64/PKGBUILD   2012-07-04 03:39:14 UTC (rev 162957)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-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')
-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)
-sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
-
-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 162956, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

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

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 extra-i686/PKGBUILD   |   75 +---
 extra-x86_64/PKGBUILD |   75 +---
 2 files changed, 80 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-14 14:55:36 UTC (rev 158995)
+++ extra-i686/PKGBUILD 2012-05-14 14:55:55 UTC (rev 158996)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.0
-pkgrel=2
-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' 'libmpd=0.16.1')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
-
-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 -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: xfce4-mpc-plugin/repos/extra-i686/PKGBUILD (from rev 158995, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-14 14:55:55 UTC (rev 158996)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-mpc-plugin
+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')
+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)
+sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
+
+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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-14 14:55:36 UTC (rev 158995)
+++ extra-x86_64/PKGBUILD   2012-05-14 14:55:55 UTC (rev 158996)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.0
-pkgrel=2
-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' 'libmpd=0.16.1')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
-
-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 -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 158995, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-14 14:55:55 

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

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

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-mpc-plugin/repos/staging-i686/
  xfce4-mpc-plugin/repos/staging-i686/PKGBUILD
(from rev 157618, xfce4-mpc-plugin/trunk/PKGBUILD)
  xfce4-mpc-plugin/repos/staging-x86_64/
  xfce4-mpc-plugin/repos/staging-x86_64/PKGBUILD
(from rev 157618, xfce4-mpc-plugin/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: xfce4-mpc-plugin/repos/staging-i686/PKGBUILD (from rev 157618, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-29 01:51:24 UTC (rev 157619)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.4.0
+pkgrel=2
+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' 'libmpd=0.16.1')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
+
+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 -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: xfce4-mpc-plugin/repos/staging-x86_64/PKGBUILD (from rev 157618, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-04-29 01:51:24 UTC (rev 157619)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.4.0
+pkgrel=2
+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' 'libmpd=0.16.1')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
+
+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 -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

2012-02-13 Thread Eric Bélanger
Date: Monday, February 13, 2012 @ 05:09:13
  Author: eric
Revision: 150133

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 extra-i686/PKGBUILD   |   69 
 extra-x86_64/PKGBUILD |   69 
 2 files changed, 70 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-13 10:08:48 UTC (rev 150132)
+++ extra-i686/PKGBUILD 2012-02-13 10:09:13 UTC (rev 150133)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.6
-pkgrel=2
-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' '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=('a632885d803dcebd82bbb91ed3c7')
-
-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
-}

Copied: xfce4-mpc-plugin/repos/extra-i686/PKGBUILD (from rev 150132, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-13 10:09:13 UTC (rev 150133)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-mpc-plugin
+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' 'libmpd=0.16.1')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
+
+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 -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-13 10:08:48 UTC (rev 150132)
+++ extra-x86_64/PKGBUILD   2012-02-13 10:09:13 UTC (rev 150133)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.6
-pkgrel=2
-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' '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=('a632885d803dcebd82bbb91ed3c7')
-
-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
-}

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 150132, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-13 10:09:13 UTC (rev 150133)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) 

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

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

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 extra-i686/PKGBUILD   |   68 
 extra-x86_64/PKGBUILD |   68 
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-06 16:30:18 UTC (rev 149251)
+++ extra-i686/PKGBUILD 2012-02-06 16:30:37 UTC (rev 149252)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.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' '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=('a632885d803dcebd82bbb91ed3c7')
-
-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
-}

Copied: xfce4-mpc-plugin/repos/extra-i686/PKGBUILD (from rev 149251, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-06 16:30:37 UTC (rev 149252)
@@ -0,0 +1,34 @@
+# $Id$
+# 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.6
+pkgrel=2
+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' '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=('a632885d803dcebd82bbb91ed3c7')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-06 16:30:18 UTC (rev 149251)
+++ extra-x86_64/PKGBUILD   2012-02-06 16:30:37 UTC (rev 149252)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.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' '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=('a632885d803dcebd82bbb91ed3c7')
-
-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
-}

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 149251, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-06 16:30:37 UTC (rev 149252)
@@ -0,0 +1,34 @@
+# $Id$
+# 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.6
+pkgrel=2