[arch-commits] Commit in xfce4-mixer/repos (extra-x86_64 extra-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 27 21:10:58 UTC 2009


    Date: Friday, February 27, 2009 @ 16:10:57
  Author: andyrtr
Revision: 28068

Merged revisions 25947,28067 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xfce4-mixer/trunk

........
  r25947 | andyrtr | 2009-02-01 16:22:28 +0000 (So, 01 Feb 2009) | 2 lines
  
  upgpkg: xfce4-mixer 4.5.99.1-1
      new verions 4.5.99.1(=4.6rc1)
........
  r28067 | andyrtr | 2009-02-27 21:10:23 +0000 (Fr, 27 Feb 2009) | 2 lines
  
  upgpkg: xfce4-mixer 4.6.0-1
      new version 4.6.0
........

Modified:
  xfce4-mixer/repos/extra-x86_64/	(properties)
  xfce4-mixer/repos/extra-x86_64/PKGBUILD

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


Property changes on: xfce4-mixer/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfce4-mixer/trunk:1-17549
   + /xfce4-mixer/trunk:1-28067

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-27 21:10:23 UTC (rev 28067)
+++ extra-x86_64/PKGBUILD	2009-02-27 21:10:57 UTC (rev 28068)
@@ -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.6.0
+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=('ee7956a73efe43da4b27ad9cd1f4d20b')
 
 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