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

Kevin Piché kevin at archlinux.org
Tue Feb 2 01:22:31 UTC 2010


    Date: Monday, February 1, 2010 @ 20:22:31
  Author: kevin
Revision: 66909

upgpkg: deskbar-applet 2.28.0-2
    Correct moduledir to fix integration with tracker

Modified:
  deskbar-applet/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-02 00:51:44 UTC (rev 66908)
+++ PKGBUILD	2010-02-02 01:22:31 UTC (rev 66909)
@@ -3,7 +3,7 @@
 
 pkgname=deskbar-applet
 pkgver=2.28.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An all-in-one search bar for the GNOME panel"
 arch=(i686 x86_64)
 url="http://raphael.slinckx.net/deskbar/"
@@ -18,6 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed '/^modulesdir=/ s/@libdir@/@libexecdir@/' -i data/deskbar-applet.pc.in
   LD_PRELOAD="" ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var \
       --disable-scrollkeeper \




More information about the arch-commits mailing list