Browse Source

ibus-1.3.9-4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3557 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
1b1dd9636d
1 changed files with 4 additions and 3 deletions
  1. 4 3
      i/ibus/ibus-vl.spec

+ 4 - 3
i/ibus/ibus-vl.spec

@@ -1,5 +1,5 @@
 %define	ver 1.3.9
-%define	rel 3
+%define	rel 4
 
 Summary: Intelligent Input Bus for Linux / Unix OS
 Name: ibus
@@ -105,7 +105,6 @@ if [ -x %{_bindir}/update-desktop-database ] ; then
 %{_bindir}/update-desktop-database %{_datadir}/applications -q
 fi
 %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
-%{_bindir}/gtk-query-immodules-3.0 --update-cache
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
 # recreate icon cache
@@ -131,7 +130,6 @@ fi
 %postun
 /sbin/ldconfig
 %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
-%{_bindir}/gtk-query-immodules-3.0 --update-cache
 if [ -x %{_bindir}/update-desktop-database ] ; then
 %{_bindir}/update-desktop-database %{_datadir}/applications -q
 fi
@@ -185,6 +183,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %endif
 
 %changelog
+* Tue Apr 19 2011 IWAI, Masaharu <iwai@alib.jp> 1.3.9-4vl6
+- drop {post,postun} script for gtk3 immodules in main package
+
 * Fri Apr  8 2011 IWAI, Masaharu <iwai@alib.jp> 1.3.9-3vl6
 - drop GTK3 immodule file in main package