Accepting request 378531 from home:fcrozat:branches:M17N
- Do not apply SLE patches on openSUSE 13.2. - Drop ibus-adapt-new-vala.patch, not needed after all with vala 0.32. OBS-URL: https://build.opensuse.org/request/show/378531 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=150
This commit is contained in:
parent
3fd87cbee1
commit
d36a4d1dd9
@ -1,12 +0,0 @@
|
|||||||
diff -Nura ibus-1.5.11/ui/gtk3/indicator.vala ibus-1.5.11_new/ui/gtk3/indicator.vala
|
|
||||||
--- ibus-1.5.11/ui/gtk3/indicator.vala 2015-07-16 07:08:03.000000000 +0000
|
|
||||||
+++ ibus-1.5.11_new/ui/gtk3/indicator.vala 2016-03-02 10:29:19.360124574 +0000
|
|
||||||
@@ -304,7 +304,7 @@
|
|
||||||
method_name);
|
|
||||||
}
|
|
||||||
|
|
||||||
- public override GLib.Variant? service_get_property(GLib.DBusConnection
|
|
||||||
+ public override GLib.Variant service_get_property(GLib.DBusConnection
|
|
||||||
connection,
|
|
||||||
string sender,
|
|
||||||
string object_path,
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 23 10:29:32 UTC 2016 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Do not apply SLE patches on openSUSE 13.2.
|
||||||
|
- Drop ibus-adapt-new-vala.patch, not needed after all with vala
|
||||||
|
0.32.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Mon Feb 28 17:59:28 CET 2016 - qzhao@suse.com
|
Mon Feb 28 17:59:28 CET 2016 - qzhao@suse.com
|
||||||
|
|
||||||
|
@ -75,9 +75,6 @@ Patch10: hide-setup-menu.patch
|
|||||||
# PATCH-FIX-SLE setup-switch-im.patch bnc#899259 qzhao@suse.com
|
# PATCH-FIX-SLE setup-switch-im.patch bnc#899259 qzhao@suse.com
|
||||||
# switch to ibus when ibus not running.
|
# switch to ibus when ibus not running.
|
||||||
Patch11: setup-switch-im.patch
|
Patch11: setup-switch-im.patch
|
||||||
# PATCH-FEATURE-SLE ibus-adapt-new-vala.patch qzhao@suse.com
|
|
||||||
# fix ibus compile error under new vala, for SLE Desktop 12 SP2.
|
|
||||||
Patch12: ibus-adapt-new-vala.patch
|
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: dbus-1-python-devel >= 0.83.0
|
BuildRequires: dbus-1-python-devel >= 0.83.0
|
||||||
BuildRequires: dconf-devel >= 0.7.5
|
BuildRequires: dconf-devel >= 0.7.5
|
||||||
@ -260,10 +257,9 @@ sed -i \
|
|||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
|
||||||
%if !0%{?is_opensuse}
|
%if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
cp -r %{SOURCE2} .
|
cp -r %{SOURCE2} .
|
||||||
|
Loading…
Reference in New Issue
Block a user