ibus update to 1.5.19
This commit is contained in:
@@ -10,14 +10,11 @@ from pisi.actionsapi import shelltools
|
|||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#sandbox error fixed
|
|
||||||
#pisitools.dosed("data/dconf/Makefile.am", "dconf update", "")
|
|
||||||
#pisitools.dosed("data/dconf/Makefile.in", "dconf update", "")
|
|
||||||
|
|
||||||
autotools.configure("--prefix=/usr \
|
autotools.configure("--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libexecdir=/usr/lib/ibus \
|
--libexecdir=/usr/lib/ibus \
|
||||||
--disable-gconf \
|
--disable-gconf \
|
||||||
|
--disable-unicode-dict \
|
||||||
--disable-emoji-dict \
|
--disable-emoji-dict \
|
||||||
--enable-dconf \
|
--enable-dconf \
|
||||||
--enable-wayland \
|
--enable-wayland \
|
||||||
@@ -25,7 +22,7 @@ def setup():
|
|||||||
--enable-ui \
|
--enable-ui \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--enable-python-library \
|
--enable-python-library \
|
||||||
--with-python=python \
|
--with-python=python3 \
|
||||||
--enable-gtk3 \
|
--enable-gtk3 \
|
||||||
--enable-gtk2")
|
--enable-gtk2")
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app</IsA>
|
<IsA>app</IsA>
|
||||||
<Summary>Intelligent Input Bus for Linux / Unix OS</Summary>
|
<Summary>Intelligent Input Bus for Linux / Unix OS</Summary>
|
||||||
<Description>IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface.</Description>
|
<Description>IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface.</Description>
|
||||||
<Archive sha1sum="2e2039757d7e8e60f4101b8d197b6fb972f2e787" type="targz">https://github.com/ibus/ibus/releases/download/1.5.17/ibus-1.5.17.tar.gz</Archive>
|
<Archive sha1sum="fdda025d81247e40ad7acf953c2a0a606d18e965" type="targz">https://github.com/ibus/ibus/releases/download/1.5.19/ibus-1.5.19.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<!--Dependency>gconf-devel</Dependency-->
|
<!--Dependency>gconf-devel</Dependency-->
|
||||||
<Dependency>gtk2-devel</Dependency>
|
<Dependency>gtk2-devel</Dependency>
|
||||||
@@ -30,6 +30,8 @@
|
|||||||
<Dependency>python-six</Dependency>
|
<Dependency>python-six</Dependency>
|
||||||
<Dependency>dbus-python</Dependency>
|
<Dependency>dbus-python</Dependency>
|
||||||
<Dependency>python3-pygobject3-devel</Dependency>
|
<Dependency>python3-pygobject3-devel</Dependency>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>json-glib-devel</Dependency>
|
<Dependency>json-glib-devel</Dependency>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
<Dependency>docbook-xsl</Dependency>
|
<Dependency>docbook-xsl</Dependency>
|
||||||
@@ -54,6 +56,7 @@
|
|||||||
<Dependency>gdk-pixbuf</Dependency>
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
<Dependency>libxkbcommon</Dependency>
|
<Dependency>libxkbcommon</Dependency>
|
||||||
<Dependency>gobject-introspection</Dependency>
|
<Dependency>gobject-introspection</Dependency>
|
||||||
|
<Dependency>python3-pygobject3</Dependency>
|
||||||
<Dependency>wayland-client</Dependency>
|
<Dependency>wayland-client</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -108,6 +111,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2018-10-24</Date>
|
||||||
|
<Version>1.5.19</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2018-08-05</Date>
|
<Date>2018-08-05</Date>
|
||||||
<Version>1.5.17</Version>
|
<Version>1.5.17</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user