#Maintainer: Tomoki Tsuchiya pkgname=gnome-do pkgver=0.8.2 pkgrel=1tt docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'about nls') url=http://do.davebsd.com/ source=("http://edge.launchpad.net/do/0.8/0.8.2/+download/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/tsuren/packages/$pkgname/ doinst() { GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ chroot . gconftool-2 --makefile-install-rule \ /etc/gconf/schemas/ibus.schemas >/dev/null # Run gtk-query-immodules so that "ibus" will appear under Input Method # when you right- click your mouse in a text box. if [ -x usr/bin/update-gtk-immodules ]; then chroot . /usr/bin/update-gtk-immodules --verbose >/dev/null fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Intelligent Input Bus - Hangul bridge)" "GNOME Do allows you to quickly search for many items present" "on your desktop or the web, and perform useful actions on those" "items. GNOME Do is inspired by Quicksilver & GNOME Launch Box." ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 ./configure --prefix=/usr --disable-schemas-install --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }