#Maintainer: George Vlahavas # patched by Dimitris Tzemos # kdesu take one arg so have to be "gslapt --upgrade" pkgname=salix-update-notifier pkgver=0.4.2 pkgrel=1gv arch=noarch source=("http://pnboy.pinguix.com/gapan/salix/salix-update-notifier-$pkgver.tar.gz" "kdesu.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "translators") options=('noautodotnew') dotnew=('etc/salix-update-notifier.conf') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "salix-update-notifier (tray notification for package updates)" "salix-update-notifier runs slapt-get at regular intervals to determine" "if there are any package updates available in the repositories. If any" "updated packages are found, then a tray notification is displayed that" "requests for user interaction. The user is provided the option to" "perform the updates using gslapt." ) build() { cd $startdir/src/$pkgname patch -p1 < $startdir/src/kdesu.patch ./compile.sh DESTDIR=$startdir/pkg ./install.sh }