summaryrefslogtreecommitdiff
path: root/community/kimtoy
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/kimtoy
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/kimtoy')
-rw-r--r--community/kimtoy/PKGBUILD33
-rw-r--r--community/kimtoy/kimtoy.install11
2 files changed, 0 insertions, 44 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')
diff --git a/community/kimtoy/kimtoy.install b/community/kimtoy/kimtoy.install
deleted file mode 100644
index db2bfe60e..000000000
--- a/community/kimtoy/kimtoy.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}