### this file is sourced not run
PKGVER=3.12.0
PKGBUILD=1
PKGARCH=noarch

# source: post BLFS 7.8 2016-01-05 / 8.2
TARBALL=gnome-icon-theme-$PKGVER.tar.xz
MD5SUM=f14bed7f804e843189ffa7021141addd
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/gnome-icon-theme/3.12/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="gnome-icon-theme: gnome-icon-theme $PKGVER (GNOME icon theme)  
gnome-icon-theme:  
gnome-icon-theme: The GNOME Icon Theme package contains an assortment of 
gnome-icon-theme: non-scalable icons of different sizes and themes. It 
gnome-icon-theme: contains the standard icons used by GNOME desktop and many 
gnome-icon-theme: others too.  
gnome-icon-theme: 
gnome-icon-theme: 
gnome-icon-theme: 
gnome-icon-theme: 
gnome-icon-theme: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf && pkg_build_slackdesc &&
	rm -f /usr/share/icons/gnome/icon-theme.cache
}


