# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino pkgname=kiconthemes pkgver=5.80.0 pkgrel=1 pkgdesc='Support for icon themes' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-svg kconfigwidgets kitemviews karchive) makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) optdepends=('breeze-icons: fallback icon theme') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig} 'https://github.com/KDE/kiconthemes/commit/5666c0c46e913fecbe2b41157f241685f126ab30.patch') sha256sums=('92f2dc363fb8e6b7acdf1d7013d5b06f1f825466d8db00f79cd73cfc3ed9768c' 'SKIP' '7768a159ed4ed8ef4a772accd13eb4f127f3894070ce482f3da0d101d9ee4112') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure prepare() { cd $pkgname-$pkgver patch -Rp1 -i ../5666c0c46e913fecbe2b41157f241685f126ab30.patch } build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }