summaryrefslogtreecommitdiff
path: root/extra/xfce4-xkb-plugin
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-02 11:49:30 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-02 11:49:30 +0100
commit8c2be15938e3ec559429e4137420ac246c9f7641 (patch)
tree985da2395afe5f2fbafa6e8c1cfc4296a6cb4f58 /extra/xfce4-xkb-plugin
parent9d0a374dab604311fd494d33b285d61d61d1d906 (diff)
parentac5ada660240f37d7347e42123071990f616e418 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mtpaint/PKGBUILD community-testing/mtpaint/PKGBUILD community-testing/rawtherapee/PKGBUILD community/gedit-plugins/PKGBUILD core/iptables/PKGBUILD core/sudo/PKGBUILD extra/xfce4-xkb-plugin/PKGBUILD multilib/lib32-zlib/PKGBUILD staging/mtpaint/PKGBUILD testing/kmod/PKGBUILD testing/openjdk6/PKGBUILD testing/run-parts/PKGBUILD testing/xulrunner/PKGBUILD
Diffstat (limited to 'extra/xfce4-xkb-plugin')
-rw-r--r--extra/xfce4-xkb-plugin/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/xfce4-xkb-plugin/PKGBUILD b/extra/xfce4-xkb-plugin/PKGBUILD
index 0c5af90db..a6b9da630 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
-pkgrel=1.1
-pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel"
+pkgver=0.5.4.3
+pkgrel=1
+pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
arch=('i686' 'x86_64' 'mips64el')
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"
}