diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-11-17 06:40:29 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-11-17 06:40:29 +0000 |
commit | 74a4ea85776418aff84fb9ddcfa4740cf56be408 (patch) | |
tree | 79cd0beef51860c52bda8cf9ec3faf89e9435d82 /app-i18n | |
parent | version bump wrt #491000 (diff) | |
download | gentoo-2-74a4ea85776418aff84fb9ddcfa4740cf56be408.tar.gz gentoo-2-74a4ea85776418aff84fb9ddcfa4740cf56be408.tar.bz2 gentoo-2-74a4ea85776418aff84fb9ddcfa4740cf56be408.zip |
Call gnome2_schemas_{savelist,update} to update schemas properly. #490646
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.4-r1.ebuild (renamed from app-i18n/ibus/ibus-1.5.4.ebuild) | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index e606ce0b0e0d..e8ec2ab25213 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.133 2013/11/04 08:55:26 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.134 2013/11/17 06:40:29 naota Exp $ + +*ibus-1.5.4-r1 (17 Nov 2013) + + 17 Nov 2013; Naohiro Aota <naota@gentoo.org> +ibus-1.5.4-r1.ebuild, + -ibus-1.5.4.ebuild: + Call gnome2_schemas_{savelist,update} to update schemas properly. #490646 *ibus-1.5.4 (04 Nov 2013) diff --git a/app-i18n/ibus/ibus-1.5.4.ebuild b/app-i18n/ibus/ibus-1.5.4-r1.ebuild index ebb89ab8989f..c0722368dacf 100644 --- a/app-i18n/ibus/ibus-1.5.4.ebuild +++ b/app-i18n/ibus/ibus-1.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.4.ebuild,v 1.1 2013/11/04 08:55:26 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.4-r1.ebuild,v 1.1 2013/11/17 06:40:29 naota Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -132,6 +132,7 @@ src_install() { pkg_preinst() { use gconf && gnome2_gconf_savelist + use gconf && gnome2_schemas_savelist gnome2_icon_savelist } @@ -142,6 +143,7 @@ pkg_postinst() { eend $? fi use gconf && gnome2_gconf_install + use gconf && gnome2_schemas_update use gtk && gnome2_query_immodules_gtk2 use gtk3 && gnome2_query_immodules_gtk3 gnome2_icon_cache_update @@ -172,5 +174,6 @@ pkg_postrm() { fi use gtk && gnome2_query_immodules_gtk2 use gtk3 && gnome2_query_immodules_gtk3 + use gconf && gnome2_schemas_update gnome2_icon_cache_update } |