[arch-commits] Commit in xfce4-xkb-plugin/repos (extra-i686 extra-i686/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Thu Nov 13 03:07:02 UTC 2008
Date: Wednesday, November 12, 2008 @ 22:07:02
Author: eric
Revision: 18975
Merged revisions 18869,18897 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/xfce4-xkb-plugin/trunk
........
r18869 | andyrtr | 2008-11-09 17:14:17 -0500 (Sun, 09 Nov 2008) | 2 lines
upgpkg: xfce4-xkb-plugin 0.5.1-2
fixed the libexecdir
........
r18897 | eric | 2008-11-09 23:38:55 -0500 (Sun, 09 Nov 2008) | 1 line
added perlxml makedepends
........
Modified:
xfce4-xkb-plugin/repos/extra-i686/ (properties)
xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Property changes on: xfce4-xkb-plugin/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /xfce4-xkb-plugin/trunk:1-18793
+ /xfce4-xkb-plugin/trunk:1-18974
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-13 03:05:18 UTC (rev 18974)
+++ extra-i686/PKGBUILD 2008-11-13 03:07:02 UTC (rev 18975)
@@ -4,23 +4,23 @@
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')
url="http://xfce-goodies.berlios.de/"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libwnck' 'libxklavier' 'librsvg')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'perlxml')
options=('!libtool')
source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
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