[arch-commits] Commit in libcanberra/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sat Feb 14 23:41:12 UTC 2009
Date: Saturday, February 14, 2009 @ 18:41:12
Author: jgc
Revision: 26961
upgpkg: libcanberra 0.11-2
Leave libcanberra.la in the package because the plugins reference it
Modified:
libcanberra/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-14 23:37:32 UTC (rev 26960)
+++ PKGBUILD 2009-02-14 23:41:12 UTC (rev 26961)
@@ -3,7 +3,7 @@
pkgname=libcanberra
pkgver=0.11
-pkgrel=1
+pkgrel=2
pkgdesc="A small and lightweight implementation of the XDG Sound Theme Specification"
arch=(i686 x86_64)
license=('LGPL')
@@ -20,8 +20,8 @@
./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var --disable-static --disable-rpath --enable-alsa --enable-null --with-builtin=dso || return 1
make || return 1
make -j1 DESTDIR="${pkgdir}" install || return 1
- rm -f ${pkgdir}/usr/lib/*.la
- rm -f ${pkgdir}/usr/lib/gtk-2.0/modules/*.la
+ rm -f "${pkgdir}/usr/lib/libcanberra-gtk.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