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

Eric Bélanger eric at archlinux.org
Wed Aug 3 02:27:19 UTC 2011


    Date: Tuesday, August 2, 2011 @ 22:27:18
  Author: eric
Revision: 134356

upgpkg: enlightenment 1.0.9-2
Replace esound support by pulseaudio, Remove obsolete xbitmaps makedepends

Modified:
  enlightenment/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-03 02:24:50 UTC (rev 134355)
+++ PKGBUILD	2011-08-03 02:27:18 UTC (rev 134356)
@@ -4,14 +4,13 @@
 pkgname=enlightenment
 pkgver=1.0.9
 _themever=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast, flexible, and very extensible Window Manager"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org"
 license=('BSD' 'custom')
-depends=('libxinerama' 'esound' 'imlib2' 'perl' 'libsm' 'pango' \
-         'libxcomposite' 'libxdamage' 'libxrandr')
-makedepends=('xbitmaps')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
+         'libxdamage' 'libxrandr' 'libpulse' 'audiofile')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz \
         http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
@@ -22,7 +21,7 @@
 
 build() {
   cd "${srcdir}/e16-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound --enable-mans
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse 
   make
 
   cd "${srcdir}/e16-themes-${_themever}"




More information about the arch-commits mailing list