# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Maintainer: Antonio Rojas <arojas@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgbase=oxygen-icons
pkgname=(oxygen-icons oxygen-icons-svg)
pkgver=5.115.0
epoch=1
pkgrel=1
pkgdesc='The Oxygen Icon Theme'
arch=(any)
url='https://community.kde.org/Frameworks'
license=(LGPL)
makedepends=(extra-cmake-modules qt5-base)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgbase-$pkgver.tar.xz{,.sig})
sha256sums=('121330b4c264529155fb8232d48357fd7f9b411b4ce59c14c3295e2f3ee6a4b8'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
build() {
cmake -B build -S $pkgbase-$pkgver
cmake --build build
}
package_oxygen-icons() {
groups=(kf5)
DESTDIR="$pkgdir" cmake --install build
}
package_oxygen-icons-svg() {
pkgdesc='The Oxygen Icon Theme (Scalable Vector Graphics)'
cd $pkgbase-$pkgver
find scalable -type f ! -name '*.sh' -exec \
install -D -m644 "{}" "$pkgdir"/usr/share/icons/oxygen/{} \;
}