Add a setting to hide the input method menu
This commit is contained in:
parent
5bfd0270b2
commit
141542e188
@ -16,7 +16,7 @@
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
||||
Name: gtk2
|
||||
Version: %{base_version}
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: gtk+-%{version}.tar.bz2
|
||||
@ -26,6 +26,8 @@ Source1: update-scripts.tar.gz
|
||||
Patch0: gtk+-2.4.1-lib64.patch
|
||||
# Fixed in 2.8.7
|
||||
Patch1: gtk+-2.8.6-mimecache.patch
|
||||
# Backported from 2.10
|
||||
Patch2: gtk+-2.8.6-inputmethod.patch
|
||||
|
||||
BuildPrereq: atk-devel >= %{atk_version}
|
||||
BuildPrereq: pango-devel >= %{pango_version}
|
||||
@ -86,6 +88,7 @@ docs for the GTK+ widget toolkit.
|
||||
|
||||
%patch0 -p1 -b .lib64
|
||||
%patch1 -p1 -b .mimecache
|
||||
%patch2 -p0 -b .inputmethod
|
||||
|
||||
for i in config.guess config.sub ; do
|
||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||
@ -254,6 +257,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc tmpdocs/examples
|
||||
|
||||
%changelog
|
||||
* Mon Oct 24 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-3
|
||||
- Add a setting to hide the input method menu
|
||||
|
||||
* Wed Oct 19 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-2
|
||||
- Sync to upstream xdgmime
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user