diff options
Diffstat (limited to 'community/fcitx-anthy')
-rw-r--r-- | community/fcitx-anthy/PKGBUILD | 6 | ||||
-rw-r--r-- | community/fcitx-anthy/fcitx-anthy.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/fcitx-anthy/PKGBUILD b/community/fcitx-anthy/PKGBUILD index 0adcca773..086398231 100644 --- a/community/fcitx-anthy/PKGBUILD +++ b/community/fcitx-anthy/PKGBUILD @@ -1,10 +1,10 @@ -# $Id$ +# $Id: PKGBUILD 81663 2012-12-26 08:40:15Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: lh <jason52lh@gmail.com> pkgname=fcitx-anthy pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Fcitx Wrapper for anthy." arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" @@ -12,7 +12,7 @@ license=('GPL') depends=('fcitx>=4.2.5' 'anthy') makedepends=('cmake' 'intltool') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -install='fcitx-anthy.install' +install=fcitx-anthy.install build(){ cd "$srcdir"/${pkgname}-${pkgver} diff --git a/community/fcitx-anthy/fcitx-anthy.install b/community/fcitx-anthy/fcitx-anthy.install index c0797237a..6b1b64bdd 100644 --- a/community/fcitx-anthy/fcitx-anthy.install +++ b/community/fcitx-anthy/fcitx-anthy.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() { |