ibus: update to 1.4.99.20121006.
This commit is contained in:
parent
ab2c6e4408
commit
0751399589
3 changed files with 10 additions and 23 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'ibus-devel'.
|
||||
#
|
||||
depends="glib-devel ibus>=$version"
|
||||
noarch=yes
|
||||
depends="glib-devel ibus-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -4,20 +4,13 @@ libglib-2.0.so.0
|
|||
libc.so.6
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libcairo-gobject.so.2
|
||||
libdconf.so.1
|
||||
libX11.so.6
|
||||
libatk-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libXi.so.6
|
||||
libgthread-2.0.so.0
|
||||
|
|
|
@ -1,30 +1,23 @@
|
|||
# Template file for 'ibus'
|
||||
pkgname=ibus
|
||||
version=1.4.99.20120917
|
||||
revision=2
|
||||
version=1.4.99.20121006
|
||||
revision=1
|
||||
subpackages="ibus-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||
--enable-gtk3 --disable-python --disable-schemas-compile --enable-memconf
|
||||
--disable-schemas-install --enable-dconf --disable-gconf"
|
||||
--enable-gtk3 --disable-python --disable-schemas-compile --enable-memconf
|
||||
--disable-schemas-install --enable-dconf --disable-gconf"
|
||||
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="hicolor-icon-theme iso-codes dbus-x11 pyxdg"
|
||||
short_desc="Intelligent Input Bus for Linux / Unix OS"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://ibus.googlecode.com"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://ibus.googlecode.com/files/ibus-${version}.tar.gz"
|
||||
checksum=190d4bf2b8cfb53393712d2843ef7ff61a277a7ecd684fb749dd7afc598221c9
|
||||
checksum=45ef3b81d92f72454676697dcd967fccefa2400507256c7d29b4586fe64dbd15
|
||||
long_desc="
|
||||
IBus means Intelligent Input Bus. It is an open source input framework
|
||||
for Linux/Unix OS."
|
||||
|
||||
triggers="gtk-immodules gtk3-immodules"
|
||||
|
||||
|
||||
post_install() {
|
||||
vmkdir etc/xdg/autostart
|
||||
ln -sf /usr/share/applications/ibus.desktop \
|
||||
${DESTDIR}/etc/xdg/autostart/ibus.desktop
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue