aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-09 21:24:52 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 15:14:31 -0300
commit459f4ce7dc0d77bbdee207fbf380405e0a1b5d48 (patch)
tree4e501687d42813b42f6dbb4f3bca1166b2989b1b /community/breeze
parent80bc5baf5fec1e50b6be4b1aee990b39a554c392 (diff)
downloadaports-459f4ce7dc0d77bbdee207fbf380405e0a1b5d48.tar.bz2
aports-459f4ce7dc0d77bbdee207fbf380405e0a1b5d48.tar.xz
community/breeze: move from testing
Diffstat (limited to 'community/breeze')
-rw-r--r--community/breeze/APKBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/community/breeze/APKBUILD b/community/breeze/APKBUILD
new file mode 100644
index 0000000000..f0a43501d3
--- /dev/null
+++ b/community/breeze/APKBUILD
@@ -0,0 +1,30 @@
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
+pkgname=breeze
+pkgver=5.16.5
+pkgrel=0
+pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop"
+arch="all"
+url="https://www.kde.org/workspaces/plasmadesktop/"
+license="LGPL-2.1"
+depends_dev="kdecoration-dev kpackage-dev ki18n-dev kguiaddons-dev kconfigwidgets-dev kwindowsystem-dev"
+makedepends="$depends_dev extra-cmake-modules"
+source="$pkgname-$pkgver.tar.xz::https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
+subpackages="$pkgname-dev $pkgname-lang"
+
+build() {
+ cmake \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+check() {
+ CTEST_OUTPUT_ON_FAILURE=TRUE ctest
+}
+
+package() {
+ DESTDIR="$pkgdir" make install
+}
+sha512sums="28c1236078da8a9de21469ff1a01391512afb84bbd8beafb2dbc6dcb1dd955caa758a6dc6869fd11396fd5eed203e9f62b0b6e9e093e47e54d399cd61d52c8d6 breeze-5.16.5.tar.xz"