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

Jan de Groot jgc at archlinux.org
Sun Feb 15 00:03:50 UTC 2009


    Date: Saturday, February 14, 2009 @ 19:03:50
  Author: jgc
Revision: 26972

Merged revisions 26961 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/libcanberra/trunk

........
  r26961 | jgc | 2009-02-14 23:41:12 +0000 (Sat, 14 Feb 2009) | 2 lines
  
  upgpkg: libcanberra 0.11-2
      Leave libcanberra.la in the package because the plugins reference it
........

Modified:
  libcanberra/repos/extra-x86_64/	(properties)
  libcanberra/repos/extra-x86_64/PKGBUILD

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


Property changes on: libcanberra/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libcanberra/trunk:1-26948
   + /libcanberra/trunk:1-26971

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-15 00:02:18 UTC (rev 26971)
+++ extra-x86_64/PKGBUILD	2009-02-15 00:03:50 UTC (rev 26972)
@@ -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