diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-16 13:43:18 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-16 11:39:21 -0300 |
commit | 7031de3ebd6d0c2c2675c10de16711cb637b11ac (patch) | |
tree | 994f2f04388fec6f563bb2b222813686e3069354 /testing | |
parent | e8e2db871db23515ad52b6d7a95085dac74bba27 (diff) | |
download | aports-7031de3ebd6d0c2c2675c10de16711cb637b11ac.tar.bz2 aports-7031de3ebd6d0c2c2675c10de16711cb637b11ac.tar.xz |
community/breeze-plymouth: move from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/breeze-plymouth/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/breeze-plymouth/APKBUILD b/testing/breeze-plymouth/APKBUILD deleted file mode 100644 index 02e41af438..0000000000 --- a/testing/breeze-plymouth/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# 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" |