[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Jan 4 20:44:29 UTC 2011
Date: Tuesday, January 4, 2011 @ 15:44:28
Author: andyrtr
Revision: 104751
upgpkg: xfce4-mixer 4.6.1-2
rebuild for Xfce 4.8pre3 release candidate - fix libexec path
Modified:
xfce4-mixer/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-01-04 20:38:55 UTC (rev 104750)
+++ PKGBUILD 2011-01-04 20:44:28 UTC (rev 104751)
@@ -3,14 +3,14 @@
pkgname=xfce4-mixer
pkgver=4.6.1
-pkgrel=1
+pkgrel=2
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>=$pkgver" 'gstreamer0.10-base>=0.10.22' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
+depends=("xfce4-panel>=4.7.4" 'libxfcegui4' 'gstreamer0.10-base>=0.10.22' 'hicolor-icon-theme')
+makedepends=('intltool')
optdepends=('gstreamer0.10-base-plugins: to support basic audio hardware' \
'gstreamer0.10-good-plugins: well supported hardware'\
'gstreamer0.10-bad-plugins: not so well supported hardware'\
@@ -22,9 +22,17 @@
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./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
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --with-sound=alsa \
+ --disable-debug
+ make
}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list