[arch-commits] Commit in xfce4-xkb-plugin/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 9 22:14:18 UTC 2008


    Date: Sunday, November 9, 2008 @ 17:14:17
  Author: andyrtr
Revision: 18869

upgpkg: xfce4-xkb-plugin 0.5.1-2
    fixed the libexecdir

Modified:
  xfce4-xkb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-09 22:06:51 UTC (rev 18868)
+++ PKGBUILD	2008-11-09 22:14:17 UTC (rev 18869)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-xkb-plugin
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('custom')
@@ -17,10 +17,10 @@
 md5sums=('a09ef47b54701c2344da10c0dc7bbe73')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
-  install -Dm644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list