summaryrefslogtreecommitdiff
path: root/kde-unstable/kdeplasma-addons
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-30 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-12-30 23:14:51 +0000
commit5d738f85840804ee493d267784d9cce5dc52f535 (patch)
tree646f79576fee9f326fa833f7ca480d2355056556 /kde-unstable/kdeplasma-addons
parent8a823402bd45dc875237a20f174ecbe64e1bae4d (diff)
Fri Dec 30 23:14:51 UTC 2011
Diffstat (limited to 'kde-unstable/kdeplasma-addons')
-rw-r--r--kde-unstable/kdeplasma-addons/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/kde-unstable/kdeplasma-addons/PKGBUILD b/kde-unstable/kdeplasma-addons/PKGBUILD
index 3bbd178f3..569b8c831 100644
--- a/kde-unstable/kdeplasma-addons/PKGBUILD
+++ b/kde-unstable/kdeplasma-addons/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 145665 2011-12-26 12:35:54Z andrea $
+# $Id: PKGBUILD 145734 2011-12-29 15:43:39Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -75,13 +75,13 @@ pkgname=('kdeplasma-addons-applets-bball'
'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 @@ package_kdeplasma-addons-applets-kimpanel() {
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
}