#Packager: #Packager: Ralvex pkgname=numix-gtk-theme pkgver=2.0 pkgrel=1rlvx #arch=noarch source=(https://github.com/shimmerproject/Numix/archive/v2.0.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" "Numix is a modern flat theme with a combination of light and dark" "elements bu Shimmerproject." "http://satya164.deviantart.com/art/Numix-GTK3-theme-360223962" ) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/share/themes/Numix cd $startdir/src/Numix-$pkgver cp -r xfwm4 /$startdir/pkg/usr/share/themes/Numix/ cp -r metacity-1 /$startdir/pkg/usr/share/themes/Numix/ cp -r gtk-2.0 /$startdir/pkg/usr/share/themes/Numix/ cp -r gtk-3.0 /$startdir/pkg/usr/share/themes/Numix/ cp -r openbox-3 /$startdir/pkg/usr/share/themes/Numix/ }