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

Eric Bélanger eric at archlinux.org
Mon Feb 13 10:09:13 UTC 2012


    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 <andyrtr at archlinux.org>
-# Contributor: aurelien <aurelien at 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=('a6366662885d803dcebd82bbb91ed3c7')
-
-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 <andyrtr at archlinux.org>
+# Contributor: aurelien <aurelien at 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 <andyrtr at archlinux.org>
-# Contributor: aurelien <aurelien at 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=('a6366662885d803dcebd82bbb91ed3c7')
-
-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 <andyrtr at archlinux.org>
+# Contributor: aurelien <aurelien at 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"
+}




More information about the arch-commits mailing list