aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze-icons/APKBUILD
blob: 44f7967d7cf074d3f3a4010fbd8b49409d2e5b0b (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.61.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=RelWithDebInfo \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DBINARY_ICONS_RESOURCE=ON
	make
}

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

package() {
	DESTDIR="$pkgdir" make install
}
sha512sums="aa983b41d0c05fe7235bfff45f094caa909bcf96ce40f1df163f078671014c289f24b1fd695bcea2b51f92101dfa0e94b1ebd54dbfc4ec88c24499c61d2d92b2  breeze-icons-5.61.0.tar.xz"