Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4ACBC781AFD for <~alpine/aports@lists.alpinelinux.org>; Mon, 16 Sep 2019 11:49:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6CFB322ACA for <~alpine/aports@lists.alpinelinux.org>; Mon, 16 Sep 2019 13:43:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j3trOqAIWnh0; Mon, 16 Sep 2019 13:43:34 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568634213; bh=SH++jGqipAq+guIgXOV45lXlXDQAvtBhpBYzRXgis+w=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=XAazW7YBkhTgvX52ANjWAQOlke7r5LTDtBE0MDchKDbDMsaWRy2IJHzSEqWREQsic wwCeErfW98G9FJZUGkoqG/QeISzmkn9do/cGgGGLbq88UphP/S9s3ZSBRjSQKM5R0k 1i7IDIn2y/+Xb13BwnEFGg3QmcxcyQGU3UZyev1tYpPA1a2RkTDUU3uN1f2qF80I6w eodKWL2VTj8CTjPvmmvNVqIVUVCsbxYhzoLIf8vyb4qJPQ26FPfSYWCLqJA7C3tobC CkihZ7G0w187Jg1TPbeVEbJt6QEP6ZdAnnpcnw8JRFL2FLQN6OfN7wgXlz2OImHM4i rl22JzjGFZ/Dw== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 3/5] testing/breeze-plymouth: new aport Date: Mon, 16 Sep 2019 13:43:17 +0200 Message-Id: <20190916114319.4403-3-bribbers@disroot.org> In-Reply-To: <20190916114319.4403-1-bribbers@disroot.org> References: <20190916114319.4403-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/breeze-plymouth/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/breeze-plymouth/APKBUILD 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 +# Maintainer: Bart Ribbers +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" -- 2.21.0