24 lines
805 B
Bash
24 lines
805 B
Bash
# Template file for 'adapta-kde'
|
|
pkgname=adapta-kde
|
|
version=20180618
|
|
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=33a23e4fe7f2ed0c3e7f6ef57694d56aa6961d384306ccf5aea56777eb2b094a
|
|
|
|
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
|
|
}
|