diff options
author | root <root@rshg054.dnsready.net> | 2012-12-27 01:22:37 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-27 01:22:37 -0800 |
commit | 4b9819d98573d82cec1b07beb719390f5fa4aed1 (patch) | |
tree | 5606de36a177647ce905bc34a28b7f01806d4ff3 /community/fcitx-googlepinyin | |
parent | 93079feae1048abe4ebe1ddc66197f31e1206101 (diff) |
Thu Dec 27 01:22:36 PST 2012
Diffstat (limited to 'community/fcitx-googlepinyin')
-rw-r--r-- | community/fcitx-googlepinyin/PKGBUILD | 6 | ||||
-rw-r--r-- | community/fcitx-googlepinyin/fcitx-googlepinyin.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/fcitx-googlepinyin/PKGBUILD b/community/fcitx-googlepinyin/PKGBUILD index 8e15d8c38..f10ec9238 100644 --- a/community/fcitx-googlepinyin/PKGBUILD +++ b/community/fcitx-googlepinyin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80519 2012-11-23 12:06:38Z fyan $ +# $Id: PKGBUILD 81673 2012-12-26 11:44:06Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-googlepinyin pkgver=0.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Fcitx Wrapper for googlepinyin" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" @@ -11,7 +11,7 @@ license=('GPL') depends=('fcitx>=4.2.0' 'libgooglepinyin>=0.1.2') makedepends=('cmake' 'intltool') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -install='fcitx-googlepinyin.install' +install=fcitx-googlepinyin.install md5sums=('7ee33bbb66d29536819b0d2f73b69713') build() { diff --git a/community/fcitx-googlepinyin/fcitx-googlepinyin.install b/community/fcitx-googlepinyin/fcitx-googlepinyin.install index c0797237a..6b1b64bdd 100644 --- a/community/fcitx-googlepinyin/fcitx-googlepinyin.install +++ b/community/fcitx-googlepinyin/fcitx-googlepinyin.install @@ -1,5 +1,5 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_upgrade() { |