#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=empathy pkgver=2.32.2 zenver=72 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/empathy/2.32/empathy-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://telepathy.freedesktop.org/releases/empathy options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') extradepends=("folks" "telepathy-butterfly" "telepathy-gabble" "telepathy-haze" "telepathy-idle" "telepathy-mission-control" "telepathy-python" "telepathy-logger") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "empathy (GNOME IM client based around telepathy)" "Empathy consists of a rich set of reusable instant messaging widgets," "and a GNOME client using those widgets. It uses Telepathy and Nokia's" "Mission Control,and reuses Gossip's UI. The main goal is to permit" "desktop integration by providing libempathy and libempathy-gtk" "libraries. libempathy-gtk is a set of powerful widgets that can be" "embeded into any GNOME application." ) doinst() { # Update the scrollkeeper database (Remove stale pieces) if [ -x usr/bin/scrollkeeper-update ]; then usr/bin/scrollkeeper-update > /dev/null 2>&1 fi # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi # update the mime database if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 fi # update the gconf schemas if [ -x usr/bin/glib-compile-schemas ]; then usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas > /dev/null 2>&1 fi } build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-scrollkeeper \ --disable-schemas-compile --disable-static make || return 1 make install DESTDIR=$startdir/pkg }