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

Jan de Groot jgc at archlinux.org
Sun Oct 12 15:40:55 UTC 2008


    Date: Sunday, October 12, 2008 @ 11:40:55
  Author: jgc
Revision: 15095

upgpkg: libcanberra 0.10-1

Modified:
  libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-12 15:38:20 UTC (rev 15094)
+++ PKGBUILD	2008-10-12 15:40:55 UTC (rev 15095)
@@ -2,16 +2,18 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libcanberra
-pkgver=0.9
+pkgver=0.10
 pkgrel=1
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme Specification"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libvorbis' 'gstreamer0.10' 'libtool' 'gtk2>=2.14.3' 'alsa-lib')
+depends=('libvorbis' 'gstreamer0.10' 'libtool' 'gtk2>=2.14.3' 'alsa-lib' 'tdb' 'gconf')
 makedepends=('gtk-doc')
+install=libcanberra.install
+options=(!emptydirs)
 url=http://0pointer.de/lennart/projects/libcanberra
 source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1c6c63d5461e6a1ae443a124d49f8fb6')
+md5sums=('2623370bfcecaeecaeb85e5ec445f340')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,4 +22,7 @@
   make -j1 DESTDIR="${pkgdir}" install || return 1
   rm -f ${pkgdir}/usr/lib/*.la
   rm -f ${pkgdir}/usr/lib/gtk-2.0/modules/*.la
+  
+  install -m755 -d "${pkgdir}/usr/share/gconf" 
+  mv "${pkgdir}/etc/gconf/schemas" "${pkgdir}/usr/share/gconf/"
 }




More information about the arch-commits mailing list