New package: ibus-1.4.2.
This commit is contained in:
parent
c33504c4a8
commit
24d9142a93
@ -1044,3 +1044,4 @@ libsecret-1.so.0 libsecret-0.10_1
|
||||
libgweather-3.so.1 libgweather-3.6.0_1
|
||||
libgnomekbd.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
|
||||
|
1
srcpkgs/ibus-devel
Symbolic link
1
srcpkgs/ibus-devel
Symbolic link
@ -0,0 +1 @@
|
||||
ibus
|
15
srcpkgs/ibus/ibus-devel.template
Normal file
15
srcpkgs/ibus/ibus-devel.template
Normal file
@ -0,0 +1,15 @@
|
||||
# Template file for 'ibus-devel'.
|
||||
#
|
||||
depends="glib-devel ibus>=$version"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove usr/share/vala usr/share
|
||||
}
|
22
srcpkgs/ibus/ibus.rshlibs
Normal file
22
srcpkgs/ibus/ibus.rshlibs
Normal file
@ -0,0 +1,22 @@
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
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
|
||||
libX11.so.6
|
||||
libgconf-2.so.4
|
||||
libgthread-2.0.so.0
|
35
srcpkgs/ibus/template
Normal file
35
srcpkgs/ibus/template
Normal file
@ -0,0 +1,35 @@
|
||||
# Template file for 'ibus'
|
||||
pkgname=ibus
|
||||
version=1.4.2
|
||||
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 --disable-dconf --enable-gconf"
|
||||
makedepends="pkg-config intltool GConf-devel librsvg-devel
|
||||
gobject-introspection gtk+-devel gtk+3-devel"
|
||||
fulldepends="iso-codes dbus-x11"
|
||||
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=2418d9960d177c0ce7d3dc5ef8ab75cfc00e30f5e2c730b7d82f4f22666a04d7
|
||||
long_desc="
|
||||
IBus means Intelligent Input Bus. It is an open source input framework
|
||||
for Linux/Unix OS."
|
||||
|
||||
triggers="gtk-immodules gtk3-immodules"
|
||||
gconf_schemas="ibus.schemas"
|
||||
|
||||
post_install() {
|
||||
vmkdir etc/xdg/autostart
|
||||
ln -sf /usr/share/applications/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…
x
Reference in New Issue
Block a user