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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 20 16:40:21 UTC 2011


    Date: Wednesday, April 20, 2011 @ 12:40:20
  Author: andyrtr
Revision: 120152

upgpkg: xfce4-xkb-plugin 0.5.4.0-1
upstream update 0.5.4.0; should also fix FS#23805

Modified:
  xfce4-xkb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-20 15:41:05 UTC (rev 120151)
+++ PKGBUILD	2011-04-20 16:40:20 UTC (rev 120152)
@@ -3,30 +3,21 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-xkb-plugin
-pkgver=0.5.3.3
-pkgrel=4
+pkgver=0.5.4.0
+pkgrel=1
 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"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'libxklavier>=5.0' 'librsvg')
+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.gz
-        xfce4-xkb-plugin-0.5.3.3-libxklavier.patch
-	crashfix.diff)
-md5sums=('b233cc9de1cbace075eaf6e2c9a8e685'
-         '781165ce1bc08059ae8e846c45c0bab2'
-         '4faeaaea7d294cbad2972af964508086')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3ea1efe366367af660e6e1d24a240b5f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i "${srcdir}/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch"
-
-  # https://bugs.archlinux.org/task/21067 - http://bugzilla.xfce.org/show_bug.cgi?id=6477
-  patch -Np1 -i ${srcdir}/crashfix.diff
-  
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \




More information about the arch-commits mailing list