09ce31ca20
[skip ci]: too many packages changed, build won't finish in time. ollieparanoid made sure that this builds for x86_64, aarch64, armhf, armv7. Also he tested that this boots up in qemu-amd64.
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.55.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="c9135ce9fbaae09daf7c972c9f214e94591ca63913b9267ef6ebef9f64c4d7ab9f3dffaf71f108bb2c0b249bb2c6411a899c86f9237a5342767738f0a6f0ba14 breeze-icons-5.55.0.tar.xz"
|