diff options
author | root <root@rshg054.dnsready.net> | 2012-02-01 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-01 23:14:54 +0000 |
commit | ac5ada660240f37d7347e42123071990f616e418 (patch) | |
tree | 31ac2c7efc492f2c67069b60f1a6ea7ff102ae94 /extra/xfce4-xkb-plugin/PKGBUILD | |
parent | c34f78dd37c2a2015d43de5d89748a2f8147ba1b (diff) |
Wed Feb 1 23:14:54 UTC 2012
Diffstat (limited to 'extra/xfce4-xkb-plugin/PKGBUILD')
-rw-r--r-- | extra/xfce4-xkb-plugin/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/xfce4-xkb-plugin/PKGBUILD b/extra/xfce4-xkb-plugin/PKGBUILD index a074d16fd..af2fc76ef 100644 --- a/extra/xfce4-xkb-plugin/PKGBUILD +++ b/extra/xfce4-xkb-plugin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 141039 2011-10-22 08:26:43Z andyrtr $ +# $Id: PKGBUILD 148450 2012-02-01 04:56:04Z eric $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-xkb-plugin -pkgver=0.5.4.2 +pkgver=0.5.4.3 pkgrel=1 -pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" +pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel" arch=('i686' 'x86_64') license=('custom') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" @@ -13,11 +13,11 @@ groups=('xfce4-goodies') depends=('xfce4-panel' 'libxklavier>=5.0' 'librsvg') makedepends=('intltool') options=('!libtool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2) -md5sums=('b79f7c65f8155cb77d99dcf9716bb38b') +source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('4dc42f96dc16a3bd78f86454ea3a931464e18497') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ @@ -28,7 +28,7 @@ build() { } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } |