#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=eog-plugins pkgver=3.2.2 zenver=72 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/eog-plugins/3.2/eog-plugins-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "copying-docs" "copying.lib" "changelog*" "authors" "news" "todo" "hacking" "maintainers" "thanks") url=www.gnome.org extradepends=(eog) options=('noautodotnew') doinst() { # 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 } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "eog is the official image viewer for the GNOME Desktop " "The Eye of GNOME supports a variety of image file formats." "The GdkPixbuf library determines which file formats Eye of GNOME" "can load and save." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --disable-static make || return 1 make install DESTDIR=$startdir/pkg }