### this file is sourced not run
PKGVER=3.30.1 # any version after this is rubbish and incomplete
PKGBUILD=1
PKGARCH=noarch

# source: BLFS 11.3 has version 43, but we downgraded to 3.30.1
TARBALL=adwaita-icon-theme-$PKGVER.tar.xz
MD5SUM=db3fd812821d72fdd9a3c7d622a95b35
SRC_URL=https://download.gnome.org/sources/adwaita-icon-theme/3.30/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="adwaita-icon-theme-full: adwaita-icon-theme-full $PKGVER (GTK3 default icon theme)
adwaita-icon-theme-full: 
adwaita-icon-theme-full: The Adwaita Icon Theme package contains an icon theme for Gtk+ 3 
adwaita-icon-theme-full: applications.
adwaita-icon-theme-full: 
adwaita-icon-theme-full: This package contains everything from the Adwaita icon theme.
adwaita-icon-theme-full: 
adwaita-icon-theme-full: 
adwaita-icon-theme-full: 
adwaita-icon-theme-full: 
adwaita-icon-theme-full:
"

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