ibus: update to 1.4.99.20120917; switch to dconf.
This commit is contained in:
parent
24d9142a93
commit
fa52f259d6
3 changed files with 9 additions and 13 deletions
|
@ -1044,4 +1044,4 @@ libsecret-1.so.0 libsecret-0.10_1
|
||||||
libgweather-3.so.1 libgweather-3.6.0_1
|
libgweather-3.so.1 libgweather-3.6.0_1
|
||||||
libgnomekbd.so.8 libgnomekbd-3.6.0_1
|
libgnomekbd.so.8 libgnomekbd-3.6.0_1
|
||||||
libgnomekbdui.so.8 libgnomekbd-3.6.0_1
|
libgnomekbdui.so.8 libgnomekbd-3.6.0_1
|
||||||
libibus-1.0.so.0 ibus-1.4.2_1
|
libibus-1.0.so.5 ibus-1.4.99.20120917_1
|
||||||
|
|
|
@ -17,6 +17,7 @@ libpthread.so.0
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libcairo-gobject.so.2
|
libcairo-gobject.so.2
|
||||||
|
libdconf.so.1
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libgconf-2.so.4
|
libXi.so.6
|
||||||
libgthread-2.0.so.0
|
libgthread-2.0.so.0
|
||||||
|
|
|
@ -1,35 +1,30 @@
|
||||||
# Template file for 'ibus'
|
# Template file for 'ibus'
|
||||||
pkgname=ibus
|
pkgname=ibus
|
||||||
version=1.4.2
|
version=1.4.99.20120917
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="ibus-devel"
|
subpackages="ibus-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
configure_args="--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||||
--enable-gtk3 --disable-python --disable-schemas-compile --enable-memconf
|
--enable-gtk3 --disable-python --disable-schemas-compile --enable-memconf
|
||||||
--disable-schemas-install --disable-dconf --enable-gconf"
|
--disable-schemas-install --enable-dconf --disable-gconf"
|
||||||
makedepends="pkg-config intltool GConf-devel librsvg-devel
|
makedepends="pkg-config intltool dconf-devel>=0.13.90 librsvg-devel
|
||||||
gobject-introspection gtk+-devel gtk+3-devel"
|
gobject-introspection gtk+-devel gtk+3-devel"
|
||||||
fulldepends="iso-codes dbus-x11"
|
fulldepends="hicolor-icon-theme iso-codes dbus-x11"
|
||||||
short_desc="Intelligent Input Bus for Linux / Unix OS"
|
short_desc="Intelligent Input Bus for Linux / Unix OS"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://ibus.googlecode.com"
|
homepage="http://ibus.googlecode.com"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://ibus.googlecode.com/files/ibus-${version}.tar.gz"
|
distfiles="http://ibus.googlecode.com/files/ibus-${version}.tar.gz"
|
||||||
checksum=2418d9960d177c0ce7d3dc5ef8ab75cfc00e30f5e2c730b7d82f4f22666a04d7
|
checksum=190d4bf2b8cfb53393712d2843ef7ff61a277a7ecd684fb749dd7afc598221c9
|
||||||
long_desc="
|
long_desc="
|
||||||
IBus means Intelligent Input Bus. It is an open source input framework
|
IBus means Intelligent Input Bus. It is an open source input framework
|
||||||
for Linux/Unix OS."
|
for Linux/Unix OS."
|
||||||
|
|
||||||
triggers="gtk-immodules gtk3-immodules"
|
triggers="gtk-immodules gtk3-immodules"
|
||||||
gconf_schemas="ibus.schemas"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir etc/xdg/autostart
|
vmkdir etc/xdg/autostart
|
||||||
ln -sf /usr/share/applications/ibus.desktop \
|
ln -sf /usr/share/applications/ibus.desktop \
|
||||||
${DESTDIR}/etc/xdg/autostart/ibus.desktop
|
${DESTDIR}/etc/xdg/autostart/ibus.desktop
|
||||||
|
|
||||||
# Register gconf schema.
|
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
||||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
||||||
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue