diff options
author | root <root@rshg054.dnsready.net> | 2013-09-05 02:55:03 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-05 02:55:03 -0700 |
commit | f7a2cf07dfae6a6707525e05f4f7f1998b382c4d (patch) | |
tree | bd4c1d9a49ed4d2649f815684e1ba93c80d8e434 /community/kimtoy | |
parent | c270fd5b2cd42b593708a919254fbbb609bbf641 (diff) |
Thu Sep 5 02:49:47 PDT 2013
Diffstat (limited to 'community/kimtoy')
-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') |