23 lines
686 B
Bash
23 lines
686 B
Bash
# Template file for 'adapta-kde'
|
|
pkgname=adapta-kde
|
|
version=20180828
|
|
revision=1
|
|
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=7e55f4ed5c962c86d12b510bddcae1ac0018ffc95344e0b68218a98701907bdc
|
|
|
|
do_install() {
|
|
vmkdir usr/share
|
|
vcopy aurorae usr/share
|
|
vcopy color-schemes usr/share
|
|
vcopy konsole usr/share
|
|
vcopy Kvantum usr/share
|
|
vcopy plasma usr/share
|
|
vcopy wallpapers usr/share
|
|
vcopy yakuake usr/share
|
|
}
|