#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=sabayon pkgver=2.30.0 zenver=66 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/sabayon/2.30/$pkgname-$pkgver.tar.bz2" \ "sabayon.Xsession.path.diff" \ "sabayon.gksu.diff") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "hacking" "maintainers" "thanks") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "sabayon (GNOME Profiles Configuration Tool)" "Sabayon is a system administration tool to manage GNOME desktop" "settings. Sabayon provides a sane way to edit GConf defaults and" "GConf mandatory keys: the same way you edit your desktop. Sabayon" "launches profiles in an Xnest window. Any changes you make in the" "Xnest window are saved back to the profile file, which can then be" "applied to user's accounts." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < ../sabayon.gksu.diff patch -p1 < ../sabayon.Xsession.path.diff ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --disable-static \ --enable-console-helper=no --with-distro=slackware --with-prototype-user=sabayon make || return 1 make install DESTDIR=$startdir/pkg }