aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-08 06:10:51 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-08 06:11:06 -0300
commitf168690c0758b44583240d64112a2516c2ebf90a (patch)
tree834e0f4d8a1de9dab2ccc9b413fa9644b0fc10b6 /testing
parentad9e4aa6f2e61cb9f95b18f6016ad5fb01033542 (diff)
downloadaports-f168690c0758b44583240d64112a2516c2ebf90a.tar.bz2
aports-f168690c0758b44583240d64112a2516c2ebf90a.tar.xz
testing/adapta-kde: add kvantum theme
Diffstat (limited to 'testing')
-rw-r--r--testing/adapta-kde/APKBUILD12
1 files changed, 11 insertions, 1 deletions
diff --git a/testing/adapta-kde/APKBUILD b/testing/adapta-kde/APKBUILD
index 7b2f010bbf..722ef1f1b0 100644
--- a/testing/adapta-kde/APKBUILD
+++ b/testing/adapta-kde/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=adapta-kde
pkgver=20180828
-pkgrel=0
+pkgrel=1
pkgdesc="Adapta theme for KDE Plasma 5"
url="https://github.com/PapirusDevelopmentTeam/adapta-kde"
arch="noarch"
license="GPL-3.0-or-later"
+subpackages="kvantum-theme-adapta:_kvantum:noarch"
source="$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/adapta-kde/archive/$pkgver.tar.gz"
package() {
@@ -19,4 +20,13 @@ package() {
yakuake \
"$pkgdir"/usr/share
}
+
+_kvantum() {
+ depends="kvantum"
+ pkgdesc="Adapta theme for KDE Plasma 5 under Kvantum"
+ install_if="$pkgname=$pkgver-r$pkgrel kvantum"
+
+ mkdir -p "$subpkgdir"/usr/share
+ cp -r "$builddir"/Kvantum "$subpkgdir"/usr/share
+}
sha512sums="e4265a1a22a270c17b8b99d3b0289a4221c84159d148a687f8c6dd6cb883dba43302afbdb0c9d6d6810e6500a1b84c17f3e65c758a9ad5eeabd6e454bea41dca adapta-kde-20180828.tar.gz"