Browse Source

ibus-1.5.13-1

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

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

@@ -1,7 +1,7 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
-%define	ver 1.5.10
-%define	rel 2
+%define	ver 1.5.13
+%define	rel 1
 
 %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
-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: notify-python
@@ -140,6 +140,9 @@ zcat %SOURCE1 | tar xf -
 
 %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
 #autoreconf -if
 #%endif
@@ -329,6 +332,9 @@ dconf update
 %endif
 
 %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
 - added Requires: pygobject3 for ibus-setup <BTS:Vine Linux:0002922>