diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/kimtoy/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/kimtoy/PKGBUILD')
-rw-r--r-- | community/kimtoy/PKGBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/community/kimtoy/PKGBUILD b/community/kimtoy/PKGBUILD deleted file mode 100644 index f278a3d5f..000000000 --- a/community/kimtoy/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan <felixonmars@gmail.com> -# Contributor: CSSlayer <wengxt@gmail.com> - -pkgname=kimtoy -pkgver=1.9.2 -pkgdesc="Standalone input method panel" -pkgrel=1 -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) -optdepends=('fcitx: fcitx support' - 'scim: scim support' - 'dbus-c++: scim support') - #'ibus: ibus support') ibus support not working due to upstream ABI change -install=$pkgname.install -source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2) - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make -} - -package () -{ - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} - -md5sums=('94f09a33940d189059f9620427689af5') |