summaryrefslogtreecommitdiff
path: root/community/fcitx-rime
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/fcitx-rime
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/fcitx-rime')
-rw-r--r--community/fcitx-rime/PKGBUILD34
-rw-r--r--community/fcitx-rime/fcitx-rime.install11
2 files changed, 0 insertions, 45 deletions
diff --git a/community/fcitx-rime/PKGBUILD b/community/fcitx-rime/PKGBUILD
deleted file mode 100644
index fe6eebf33..000000000
--- a/community/fcitx-rime/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 92965 2013-06-21 05:40:07Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: lh <jason52lh@gmail.com>
-
-pkgname=fcitx-rime
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx>=4.2.7' "librime" "brise")
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(
- "http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz"
-)
-
-build() {
- cd "$pkgname-$pkgver"
-
- mkdir -p build
- cd build
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/build"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums=('81fd0c0b7bf55881b5cb1fc87dde19a4')
diff --git a/community/fcitx-rime/fcitx-rime.install b/community/fcitx-rime/fcitx-rime.install
deleted file mode 100644
index 6b1b64bdd..000000000
--- a/community/fcitx-rime/fcitx-rime.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}