diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 02:13:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 02:36:11 -0300 |
commit | 1c6e269e8c9bf23ac9b5c1b84734757253f5a6f6 (patch) | |
tree | 6df6299ea27bf59acdf2ace3556f94dc28008038 /testing/adapta-kde | |
parent | 17d0d40f628598129193336be977750bc2b0d035 (diff) | |
download | aports-1c6e269e8c9bf23ac9b5c1b84734757253f5a6f6.tar.bz2 aports-1c6e269e8c9bf23ac9b5c1b84734757253f5a6f6.tar.xz |
testing/adapta-kde: new aport
https://github.com/PapirusDevelopmentTeam/adapta-kde
Adapta theme for KDE Plasma 5
Diffstat (limited to 'testing/adapta-kde')
-rw-r--r-- | testing/adapta-kde/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/adapta-kde/APKBUILD b/testing/adapta-kde/APKBUILD new file mode 100644 index 0000000000..7b2f010bbf --- /dev/null +++ b/testing/adapta-kde/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Leo <thinkabit.ukim@gmail.com> +# Maintainer: Leo <thinkabit.ukim@gmail.com> +pkgname=adapta-kde +pkgver=20180828 +pkgrel=0 +pkgdesc="Adapta theme for KDE Plasma 5" +url="https://github.com/PapirusDevelopmentTeam/adapta-kde" +arch="noarch" +license="GPL-3.0-or-later" +source="$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/adapta-kde/archive/$pkgver.tar.gz" + +package() { + mkdir -p "$pkgdir"/usr/share + + cp -r plasma \ + aurorae \ + color-schemes \ + konsole \ + yakuake \ + "$pkgdir"/usr/share +} +sha512sums="e4265a1a22a270c17b8b99d3b0289a4221c84159d148a687f8c6dd6cb883dba43302afbdb0c9d6d6810e6500a1b84c17f3e65c758a9ad5eeabd6e454bea41dca adapta-kde-20180828.tar.gz" |