diff options
Diffstat (limited to 'community/kimtoy/PKGBUILD')
-rw-r--r-- | community/kimtoy/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/kimtoy/PKGBUILD b/community/kimtoy/PKGBUILD index f278a3d5f..b284029a7 100644 --- a/community/kimtoy/PKGBUILD +++ b/community/kimtoy/PKGBUILD @@ -1,15 +1,16 @@ +# $Id: PKGBUILD 96752 2013-09-04 08:32:32Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: CSSlayer <wengxt@gmail.com> pkgname=kimtoy pkgver=1.9.2 pkgdesc="Standalone input method panel" -pkgrel=1 +pkgrel=2 arch=(i686 x86_64) url="http://kde-apps.org/content/show.php/KIMToy?content=140967" license=(GPL) makedepends=(cmake automoc4 fcitx scim dbus-c++) #ibus) ibus support not working due to upstream ABI change -depends=(kdebase-workspace) +depends=(kdelibs) optdepends=('fcitx: fcitx support' 'scim: scim support' 'dbus-c++: scim support') |