[arch-commits] Commit in fcitx-sunpinyin/trunk (PKGBUILD fcitx-sunpinyin.install)
Felix Yan
fyan at archlinux.org
Wed Apr 27 17:10:23 UTC 2016
Date: Wednesday, April 27, 2016 @ 19:10:23
Author: fyan
Revision: 172102
upgpkg: fcitx-sunpinyin 0.4.1-3
Hooks rebuild (part 1)
Modified:
fcitx-sunpinyin/trunk/PKGBUILD
Deleted:
fcitx-sunpinyin/trunk/fcitx-sunpinyin.install
-------------------------+
PKGBUILD | 5 ++---
fcitx-sunpinyin.install | 11 -----------
2 files changed, 2 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-27 17:09:51 UTC (rev 172101)
+++ PKGBUILD 2016-04-27 17:10:23 UTC (rev 172102)
@@ -3,13 +3,12 @@
pkgname=fcitx-sunpinyin
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx"
license=('GPL')
-install=fcitx-sunpinyin.install
-depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache')
+depends=('fcitx' 'sunpinyin' 'sunpinyin-data' 'gtk-update-icon-cache')
makedepends=('cmake')
source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
Deleted: fcitx-sunpinyin.install
===================================================================
--- fcitx-sunpinyin.install 2016-04-27 17:09:51 UTC (rev 172101)
+++ fcitx-sunpinyin.install 2016-04-27 17:10:23 UTC (rev 172102)
@@ -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
-}
More information about the arch-commits
mailing list