[arch-commits] Commit in kdeplasma-addons/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Dec 29 15:29:53 UTC 2011


    Date: Thursday, December 29, 2011 @ 10:29:52
  Author: andrea
Revision: 145733

enable the ibus backend in the kimpanel plasmoid (FS#19580)

Modified:
  kdeplasma-addons/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-29 13:54:39 UTC (rev 145732)
+++ PKGBUILD	2011-12-29 15:29:52 UTC (rev 145733)
@@ -75,13 +75,13 @@
          'kdeplasma-addons-wallpapers-virus'
          'kdeplasma-addons-wallpapers-weather')
 pkgver=4.7.95
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 groups=('kde' 'kdeplasma-addons')
 makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen'
-             'scim' 'qwt' 'boost' 'libkexiv2')
+             'scim' 'qwt' 'boost' 'libkexiv2' 'ibus')
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('b9207824aa8b764f203ef436111999fea429feb7')
 
@@ -232,7 +232,8 @@
 	pkgdesc='A generic input method panel for Oriental languages'
 	depends=('kdebase-workspace' 'kdeplasma-addons-libs')
 	optdepends=('scim: SCIM backend'
-		'fcitx: FCITX backend')
+		        'fcitx: FCITX backend'
+                'ibus: IBUS backend')
 	cd $srcdir/build/applets/kimpanel
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list