2a0dcdac5a
Built and tested on x86_64. [ci:skip-build]: ollieparanoid made sure that this builds for x86_64, aarch64, armhf, armv7
32 lines
933 B
Text
32 lines
933 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=breeze-icons
|
|
pkgver=5.56.0
|
|
pkgrel=0
|
|
pkgdesc="Breeze icon themes"
|
|
arch="noarch"
|
|
url="https://community.kde.org/Frameworks"
|
|
license="LGPL-3.0"
|
|
depends_dev="qt5-qtbase-dev"
|
|
makedepends="$depends_dev extra-cmake-modules"
|
|
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
options="!check" # plasma-browser-integration icon is not available in a scalable directory
|
|
|
|
build() {
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DBINARY_ICONS_RESOURCE=ON
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E dupe
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
sha512sums="c2fce296e654ebf7cc0938af2a96681a778d63524d9bfa92110ef071640c45d1501deffe2d08ae3f7c1fafc51925e53a3f62b6e7b9f4bcad6da790444430a2d2 breeze-icons-5.56.0.tar.xz"
|