From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/fcitx-libpinyin/PKGBUILD | 40 ----------------------- community/fcitx-libpinyin/fcitx-libpinyin.install | 11 ------- 2 files changed, 51 deletions(-) delete mode 100644 community/fcitx-libpinyin/PKGBUILD delete mode 100644 community/fcitx-libpinyin/fcitx-libpinyin.install (limited to 'community/fcitx-libpinyin') diff --git a/community/fcitx-libpinyin/PKGBUILD b/community/fcitx-libpinyin/PKGBUILD deleted file mode 100644 index a255ab991..000000000 --- a/community/fcitx-libpinyin/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 93398 2013-07-03 05:13:18Z fyan $ -# Maintainer: Felix Yan -# Contributor: poplarch - -pkgname=fcitx-libpinyin -pkgver=0.3.0 -pkgrel=2 -pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin" -arch=('i686' 'x86_64') -url="https://github.com/fcitx/fcitx-libpinyin" -license=('GPL') -depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit') -makedepends=('cmake' 'intltool' 'wget') -source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz" - "https://github.com/fcitx/fcitx-libpinyin/commit/7a68b40e36bd3425dae847a3860057a951ec5e78.patch") -install=$pkgname.install - -build() { - cd "$srcdir/${pkgname}-${pkgver}" - - # Fix importdict - patch -p1 -i ../7a68b40e36bd3425dae847a3860057a951ec5e78.patch - - rm -rf build - mkdir build - cd build - - msg "Starting make..." - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. - make -} - -package() { - cd "$srcdir/${pkgname}-${pkgver}/build" - make DESTDIR="${pkgdir}" install -} - -sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762' - '0b4776d348db9616d9bd4485fe7950a5c88f349388a4dc97e0ec62beaf0d6729ba88c645b1f83d415af8c5808cde3aae4b8306fd65e21bd404e9a8105d5bcae0') diff --git a/community/fcitx-libpinyin/fcitx-libpinyin.install b/community/fcitx-libpinyin/fcitx-libpinyin.install deleted file mode 100644 index 6b1b64bdd..000000000 --- a/community/fcitx-libpinyin/fcitx-libpinyin.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 -} -- cgit v1.2.3-54-g00ecf