aboutsummaryrefslogtreecommitdiffstats
path: root/testing/breeze-icons/APKBUILD
blob: 334a7629b1198ef7406e04ec7a5e6efcde0b634d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=breeze-icons
pkgver=5.58.0
pkgrel=0
pkgdesc="Breeze icon themes"
arch="noarch"
url="https://community.kde.org/Frameworks"
license="LGPL-3.0-or-later"
makedepends="extra-cmake-modules qt5-qtbase-dev"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"

build() {
	cmake \
		-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DBINARY_ICONS_RESOURCE=ON
	make
}

check() {
	CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E dupe
}

package() {
	DESTDIR="$pkgdir" make install
}
sha512sums="3733fe1634dbfce4f5713689c334948f28f133936c7b069088b68b1c468fc0bdf6a95a6743c10ed3a0d13afd6814756e9ff32f1da34a33bebd579044507a92d5  breeze-icons-5.58.0.tar.xz"