rebuild against new libnotify
This commit is contained in:
parent
20eb2be968
commit
f080a888e6
10
ibus.spec
10
ibus.spec
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.3.8
|
Version: 1.3.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -23,6 +23,10 @@ Patch0: ibus-HEAD.patch
|
|||||||
# Patch2: ibus-530711-preload-sys.patch
|
# Patch2: ibus-530711-preload-sys.patch
|
||||||
Patch3: ibus-541492-xkb.patch
|
Patch3: ibus-541492-xkb.patch
|
||||||
Patch4: ibus-435880-surrounding-text.patch
|
Patch4: ibus-435880-surrounding-text.patch
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=649058
|
||||||
|
Patch5: notify.patch
|
||||||
|
|
||||||
# WORKAROUND_GTK3_BUILD_FAILURE @ fedora14
|
# WORKAROUND_GTK3_BUILD_FAILURE @ fedora14
|
||||||
Patch99: ibus-xx-workaround-gtk3.patch
|
Patch99: ibus-xx-workaround-gtk3.patch
|
||||||
|
|
||||||
@ -137,6 +141,7 @@ The ibus-devel-docs package contains developer documentation for ibus
|
|||||||
%patch3 -p1 -b .xkb
|
%patch3 -p1 -b .xkb
|
||||||
%endif
|
%endif
|
||||||
%patch4 -p1 -b .surrounding
|
%patch4 -p1 -b .surrounding
|
||||||
|
%patch5 -p1 -b .notify
|
||||||
|
|
||||||
#### start WORKAROUND_GTK3_BUILD_FAILURE
|
#### start WORKAROUND_GTK3_BUILD_FAILURE
|
||||||
WORKAROUND_GTK3_BUILD_FAILURE=0
|
WORKAROUND_GTK3_BUILD_FAILURE=0
|
||||||
@ -295,6 +300,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.8-3
|
||||||
|
- Rebuild against libnotify 0.7.0
|
||||||
|
|
||||||
* Tue Nov 02 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-2
|
* Tue Nov 02 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-2
|
||||||
- Added ibus-HEAD.patch.
|
- Added ibus-HEAD.patch.
|
||||||
Fix Bug 640038 - unresolved reference to symbol gdk_drawable_get_size
|
Fix Bug 640038 - unresolved reference to symbol gdk_drawable_get_size
|
||||||
|
11
notify.patch
Normal file
11
notify.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -up ibus-1.3.8/ui/gtk/main.py.notify ibus-1.3.8/ui/gtk/main.py
|
||||||
|
--- ibus-1.3.8/ui/gtk/main.py.notify 2010-11-02 16:35:17.339180001 -0400
|
||||||
|
+++ ibus-1.3.8/ui/gtk/main.py 2010-11-02 16:35:26.780180001 -0400
|
||||||
|
@@ -58,7 +58,6 @@ class UIApplication:
|
||||||
|
"Please restart ibus input platform."), \
|
||||||
|
"ibus")
|
||||||
|
self.__notify.set_timeout(10 * 1000)
|
||||||
|
- self.__notify.attach_to_status_icon (self.__panel.get_status_icon())
|
||||||
|
self.__notify.add_action("restart", _("Restart Now"), self.__restart_cb, None)
|
||||||
|
self.__notify.add_action("ignore", _("Later"), lambda *args: None, None)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user