|
@@ -1,7 +1,7 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
-%define ver 1.5.10
|
|
+%define ver 1.5.13
|
|
-%define rel 2
|
|
+%define rel 1
|
|
|
|
|
|
%define gjsver 3.4.1.20130115
|
|
%define gjsver 3.4.1.20130115
|
|
|
|
|
|
@@ -28,7 +28,7 @@ Source1: http://fujiwara.fedorapeople.org/ibus/gnome-shell/ibus-gjs-%{gjsver}.ta
|
|
|
|
|
|
|
|
|
|
# add Shift+space as trigger key instead of Ctrl+space
|
|
# add Shift+space as trigger key instead of Ctrl+space
|
|
-Patch200: ibus-1.5.9-vine.patch
|
|
+Patch200: ibus-1.5.13-vine.patch
|
|
|
|
|
|
Requires: gtk2, pyxdg, iso-codes, dbus-python >= 0.83.0
|
|
Requires: gtk2, pyxdg, iso-codes, dbus-python >= 0.83.0
|
|
Requires: notify-python
|
|
Requires: notify-python
|
|
@@ -140,6 +140,9 @@ zcat %SOURCE1 | tar xf -
|
|
|
|
|
|
%patch200 -p1 -b .vine
|
|
%patch200 -p1 -b .vine
|
|
|
|
|
|
|
|
+perl -pi -e 's/Control+space/Shift+space/' data/dconf/org.freedesktop.ibus.gschema.xml.in
|
|
|
|
+perl -pi -e 's/Super/Shift/' data/dconf/org.freedesktop.ibus.gschema.xml.in
|
|
|
|
+
|
|
#%if %have_libxkbfile
|
|
#%if %have_libxkbfile
|
|
#autoreconf -if
|
|
#autoreconf -if
|
|
#%endif
|
|
#%endif
|
|
@@ -329,6 +332,9 @@ dconf update
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.13-1
|
|
|
|
+- updated to 1.5.13.
|
|
|
|
+
|
|
* Wed May 13 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5.10-2
|
|
* Wed May 13 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5.10-2
|
|
- added Requires: pygobject3 for ibus-setup <BTS:Vine Linux:0002922>
|
|
- added Requires: pygobject3 for ibus-setup <BTS:Vine Linux:0002922>
|
|
|
|
|