2017-11-26 17:08:10 +00:00
|
|
|
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
2017-08-03 20:14:04 +00:00
|
|
|
pkgname=breeze-icons
|
2019-02-11 13:36:33 +00:00
|
|
|
pkgver=5.55.0
|
2017-11-26 17:08:10 +00:00
|
|
|
pkgrel=0
|
2018-07-30 22:00:55 +00:00
|
|
|
pkgdesc="Breeze icon themes"
|
2017-08-03 20:14:04 +00:00
|
|
|
arch="noarch"
|
2018-07-30 22:00:55 +00:00
|
|
|
url="https://community.kde.org/Frameworks"
|
2017-11-26 17:08:10 +00:00
|
|
|
license="LGPL-3.0"
|
|
|
|
depends_dev="qt5-qtbase-dev"
|
|
|
|
makedepends="$depends_dev extra-cmake-modules"
|
2017-08-03 20:14:04 +00:00
|
|
|
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
2018-05-13 23:52:43 +00:00
|
|
|
options="!check" # plasma-browser-integration icon is not available in a scalable directory
|
2017-08-03 20:14:04 +00:00
|
|
|
|
|
|
|
build() {
|
2017-11-26 17:08:10 +00:00
|
|
|
cmake \
|
2017-08-03 20:14:04 +00:00
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
2017-11-26 17:08:10 +00:00
|
|
|
-DBINARY_ICONS_RESOURCE=ON
|
2017-08-03 20:14:04 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
2017-11-26 17:08:10 +00:00
|
|
|
check() {
|
|
|
|
cd "$builddir"
|
|
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E dupe
|
|
|
|
}
|
|
|
|
|
2017-08-03 20:14:04 +00:00
|
|
|
package() {
|
2017-11-26 17:08:10 +00:00
|
|
|
cd "$builddir"
|
2017-08-03 20:14:04 +00:00
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|
2019-02-11 13:36:33 +00:00
|
|
|
sha512sums="c9135ce9fbaae09daf7c972c9f214e94591ca63913b9267ef6ebef9f64c4d7ab9f3dffaf71f108bb2c0b249bb2c6411a899c86f9237a5342767738f0a6f0ba14 breeze-icons-5.55.0.tar.xz"
|