#Packager: George Vlahavas pkgname=mate-themes pkgver=1.2.2 pkgrel=2gv source=("mate-themes-$pkgver.tar.xz" "index.theme") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mate-themes (Themes for the MATE desktop)" "Various themes for Marco, GTK, and MATE in general. This package" "also depicts the MATE default theme setup, including wallpaper," "icons, and gtk2 themes." ) build() { cd $startdir/src/$pkgname ./autogen.sh --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg # install Salix theme mkdir -p $startdir/pkg/usr/share/themes/Salix cp $startdir/src/index.theme $startdir/pkg/usr/share/themes/Salix/ }