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-sayura/PKGBUILD | 31 ----------------------------- community/fcitx-sayura/fcitx-sayura.install | 11 ---------- 2 files changed, 42 deletions(-) delete mode 100644 community/fcitx-sayura/PKGBUILD delete mode 100644 community/fcitx-sayura/fcitx-sayura.install (limited to 'community/fcitx-sayura') diff --git a/community/fcitx-sayura/PKGBUILD b/community/fcitx-sayura/PKGBUILD deleted file mode 100644 index 318877548..000000000 --- a/community/fcitx-sayura/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=fcitx-sayura -pkgver=0.1.1 -pkgrel=1 -pkgdesc="Sinhala Transe IME engine for fcitx." -arch=('i686' 'x86_64') -url="https://github.com/fcitx/fcitx-sayura" -license=('GPL') -depends=('fcitx>=4.2.8') -makedepends=('cmake' 'intltool') -install=${pkgname}.install -source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") - -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 -} - -sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3') diff --git a/community/fcitx-sayura/fcitx-sayura.install b/community/fcitx-sayura/fcitx-sayura.install deleted file mode 100644 index 6b1b64bdd..000000000 --- a/community/fcitx-sayura/fcitx-sayura.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