diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fcitx-anthy | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fcitx-anthy')
-rw-r--r-- | community/fcitx-anthy/PKGBUILD | 33 | ||||
-rw-r--r-- | community/fcitx-anthy/fcitx-anthy.install | 11 |
2 files changed, 0 insertions, 44 deletions
diff --git a/community/fcitx-anthy/PKGBUILD b/community/fcitx-anthy/PKGBUILD deleted file mode 100644 index 4bb6d088f..000000000 --- a/community/fcitx-anthy/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 93363 2013-07-02 09:47:20Z fyan $ -# Maintainer: Felix Yan <felixonmars@gmail.com> -# Contributor: lh <jason52lh@gmail.com> - -pkgname=fcitx-anthy -pkgver=0.2.0 -pkgrel=1 -pkgdesc="Fcitx Wrapper for anthy." -arch=('i686' 'x86_64') -url="http://code.google.com/p/fcitx" -license=('GPL') -depends=('fcitx>=4.2.5' 'anthy') -makedepends=('cmake' 'intltool') -source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") -install=fcitx-anthy.install - -build(){ - cd "$srcdir"/${pkgname}-${pkgver} - - rm -rf build - mkdir build - cd build - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. - make -} - -package() { - cd "$srcdir"/${pkgname}-${pkgver}/build - make DESTDIR=${pkgdir} install -} - -md5sums=('c02e4393d6141a4d0fa1693bf38a8f79') diff --git a/community/fcitx-anthy/fcitx-anthy.install b/community/fcitx-anthy/fcitx-anthy.install deleted file mode 100644 index 6b1b64bdd..000000000 --- a/community/fcitx-anthy/fcitx-anthy.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 -} |