#Packager: George Vlahavas pkgname=murrine-themes pkgver=0.98.10 pkgrel=1gv arch=noarch source=("murrine-themes_${pkgver}.tar.xz" "MurrineXfwm.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.cimitan.com/murrine/ options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "murrine-themes ((Themes of the Murrine Engine)" "The murrine-themes package includes a collection of Murrine themes for" "GTK+22, GTK+3 and XFWM. Also, there are a few themes for metacity and" "openbox window managers that can be used if you have these installed." ) build() { cd $startdir/src/ cp -r murrine-themes-${pkgver}/usr $startdir/pkg/ cp -r Murrine $startdir/pkg/usr/share/themes/ # we don't need the xubuntu wallpaper rm $startdir/pkg/usr/share/wallpapers/bluebird.svg }