#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=mate-icon-theme-faenza
pkgver=1.4.0
pkgrel=1rl
arch=noarch
source=("http://pub.mate-desktop.org/releases/1.4/mate-icon-theme-faenza-1.4.0.tar.xz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"mate-icon-theme-faenza (Faenza icons for MATE)"
"This icon theme for MATE provides monochromatic icons for panels,"
"toolbars and buttons and colourful squared icons for devices,"
"applications, folder, files and Gnome menu items. Different themes are"
"included to fit with light or dark themes/panels."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./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
}