#Packager: Ralvex pkgname=greybird-gtk-theme pkgver=1.2.2 pkgrel=1rlvx arch=noarch source=(https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Desktop Suite for Xfce (theme for xfwm4, gtk+2, gtk+3, xfce-notify &" "metacity." "http://shimmerproject.org/" ) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/share/themes/Greybird cd $startdir/src/Greybird-$pkgver cp -r xfwm4 /$startdir/pkg/usr/share/themes/Greybird/ cp -r xfwm4_compact /$startdir/pkg/usr/share/themes/Greybird/ cp -r xfce-notify-4.0 /$startdir/pkg/usr/share/themes/Greybird/ cp -r metacity-1 /$startdir/pkg/usr/share/themes/Greybird/ cp -r gtk-2.0 /$startdir/pkg/usr/share/themes/Greybird/ cp -r gtk-3.0 /$startdir/pkg/usr/share/themes/Greybird/ }