From 5daf7a199ac436064eb4f3343e4a38ea383d628e Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 3 May 2014 04:02:27 +0000 Subject: Sat May 3 03:56:22 UTC 2014 --- extra/ibus/PKGBUILD | 4 ++-- extra/ibus/ibus.install | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'extra/ibus') diff --git a/extra/ibus/PKGBUILD b/extra/ibus/PKGBUILD index 967149eb0..beea403f5 100644 --- a/extra/ibus/PKGBUILD +++ b/extra/ibus/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 211917 2014-04-30 10:34:44Z fyan $ +# $Id: PKGBUILD 211952 2014-05-02 05:52:10Z fyan $ # Maintainer: Felix Yan pkgbase=ibus pkgname=(ibus libibus) pkgver=1.5.7 -pkgrel=1 +pkgrel=2 pkgdesc="Next Generation Input Bus for Linux" arch=('i686' 'x86_64') url="http://ibus.googlecode.com" diff --git a/extra/ibus/ibus.install b/extra/ibus/ibus.install index 4bc5288cf..eea6deb6b 100644 --- a/extra/ibus/ibus.install +++ b/extra/ibus/ibus.install @@ -2,9 +2,11 @@ post_install() { gtk-query-immodules-2.0 --update-cache gtk-query-immodules-3.0 --update-cache - gtk-update-icon-cache -fq -t /usr/share/icons/hicolor + gtk-update-icon-cache -fq -t usr/share/icons/hicolor - glib-compile-schemas /usr/share/glib-2.0/schemas + glib-compile-schemas usr/share/glib-2.0/schemas + + dconf update } post_upgrade() { @@ -13,4 +15,6 @@ post_upgrade() { post_remove() { post_install + + rm -f etc/dconf/db/ibus } -- cgit v1.2.3-54-g00ecf