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

# source: BLFS 11.3
TARBALL=oxygen-icons5-$PKGVER.tar.xz
MD5SUM=951ccb7eb477b299712d16cc3eac354b
SRC_URL=https://download.kde.org/stable/frameworks/5.103/$TARBALL
BUNDLE=

SLACKREQ= # extra-cmake-modules build-time
SLACKDESC="oxygen-icon-theme: oxygen-icon-theme $PKGVER (Icon theme)
oxygen-icon-theme: 
oxygen-icon-theme: The oxygen icons 5 theme is a photo-realistic icon style, with a high 
oxygen-icon-theme: standard of graphics quality.
oxygen-icon-theme: 
oxygen-icon-theme: 
oxygen-icon-theme: 
oxygen-icon-theme: 
oxygen-icon-theme: 
oxygen-icon-theme: 
oxygen-icon-theme: 
"

### standard pkg_download
### standard pkg_prepare
### standard pkg_package
### build
pkg_build() {
	cd /tmp/oxygen* &&

	# BLFS 11.3 enable scalable icons - we don't want it, it's 300MB
	# sed -i '/( oxygen/ s/)/scalable )/' CMakeLists.txt &&

	CMAKEFLAGS="$CMAKEFLAGS -Wno-dev" &&
	pkg_build_cmake &&
	pkg_build_slackdesc
}
