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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 16:22:28 UTC 2009


    Date: Sunday, February 1, 2009 @ 11:22:28
  Author: andyrtr
Revision: 25947

upgpkg: xfce4-mixer 4.5.99.1-1
    new verions 4.5.99.1(=4.6rc1)

Modified:
  xfce4-mixer/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 16:17:17 UTC (rev 25946)
+++ PKGBUILD	2009-02-01 16:22:28 UTC (rev 25947)
@@ -1,29 +1,26 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfce4-mixer
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.5.99.1
+pkgrel=1
 pkgdesc="The volume control plugin for the Xfce panel"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('xfce4-panel>=4.4.3' 'alsa-lib' 'libxml2' 'hicolor-icon-theme')
-makedepends=('xfce-mcs-manager>=4.4.3' 'pkgconfig')
-options=('!libtool' '!makeflags')
+depends=("xfce4-panel>=$pkgver" 'gstreamer0.10-base>=0.10.21' 'hicolor-icon-theme')
+makedepends=('pkgconfig')
+options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0d7b402acaffdb5d8b292f2ce3ea1441')
+md5sums=('ca8870c8c03c6033bdff790b494cc067')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/ \
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static \
     --with-sound=alsa || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
-
-  # fix #11938
-  sed -i -e "s:local\/libexec:lib:" ${pkgdir}/usr/share/xfce4/panel-plugins/xfce4-mixer.desktop || return 1
 }




More information about the arch-commits mailing list