void-packages/srcpkgs/adapta-kde/template
maxice8 ffe1090c8d
adapta-kde: update to 20180401.
Closes: #13127 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-23 06:05:04 +02:00

24 lines
805 B
Bash

# Template file for 'adapta-kde'
pkgname=adapta-kde
version=20180401
revision=1
build_style=fetch
noarch=yes
short_desc="Port of the popular GTK theme Adapta for Plasma 5 desktop"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="GPL-3.0-or-later"
homepage="https://github.com/PapirusDevelopmentTeam/adapta-kde"
distfiles="https://github.com/PapirusDevelopmentTeam/${pkgname}/archive/${version}.tar.gz"
checksum=282056ac5c29bafc007a42fc4ef385643d82234416af722c43afe4f37cf5251f
do_install() {
tar xzf ${version}.tar.gz --strip 1
vmkdir usr/share
vcopy aurorae usr/share/aurorae
vcopy color-schemes usr/share/color-schemes
vcopy konsole usr/share/konsole
vcopy Kvantum usr/share/Kvantum
vcopy plasma usr/share/plasma
vcopy wallpapers usr/share/wallpapers
vcopy yakuake usr/share/yakuake
}