aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-16 13:43:17 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-16 11:39:21 -0300
commite8e2db871db23515ad52b6d7a95085dac74bba27 (patch)
treecebb66a7c1e40999ec78b71ee4426cf5e481e1a4 /testing
parent8b84a1eb96994503f86f98ceab1c43d4afcddea5 (diff)
downloadaports-e8e2db871db23515ad52b6d7a95085dac74bba27.tar.bz2
aports-e8e2db871db23515ad52b6d7a95085dac74bba27.tar.xz
testing/breeze-plymouth: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/breeze-plymouth/APKBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/breeze-plymouth/APKBUILD b/testing/breeze-plymouth/APKBUILD
new file mode 100644
index 0000000000..02e41af438
--- /dev/null
+++ b/testing/breeze-plymouth/APKBUILD
@@ -0,0 +1,31 @@
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
+pkgname=breeze-plymouth
+pkgver=5.16.5
+pkgrel=0
+arch="all"
+url="https://kde.org/"
+pkgdesc="Breeze theme for Plymouth"
+license="GPL-2.0-or-later"
+depends="plymouth"
+makedepends="extra-cmake-modules plymouth-dev"
+source="https://download.kde.org/stable/plasma/$pkgver/breeze-plymouth-$pkgver.tar.xz"
+options="!check" # No tests
+
+build() {
+ # Get distro information to display on the splash screen
+ source /etc/os-release
+
+ cmake \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DDISTRO_NAME="$NAME" \
+ -DDISTRO_VERSION="$VERSION_ID"
+ make
+}
+
+package() {
+ DESTDIR="$pkgdir" make install
+}
+
+sha512sums="2934d43c44b5683964fd14b3a5498c41989c5fb69182b29cef9bc588470c299f16662028e8c2101228a3c3299789ffdc21e33ed49d90965a2add2d9bd79a4ee6 breeze-plymouth-5.16.5.tar.xz"