From f7c669170fd4b507499807a254d348d966a4465e Mon Sep 17 00:00:00 2001 From: cr6git Date: Wed, 29 Aug 2018 07:09:29 +0200 Subject: [PATCH] adapta-kde: update to 20180828. (#2213) --- srcpkgs/adapta-kde/template | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/srcpkgs/adapta-kde/template b/srcpkgs/adapta-kde/template index 7996a053e1d..6f329712f74 100644 --- a/srcpkgs/adapta-kde/template +++ b/srcpkgs/adapta-kde/template @@ -1,24 +1,22 @@ # Template file for 'adapta-kde' pkgname=adapta-kde -version=20180618 +version=20180828 revision=1 -build_style=fetch noarch=yes short_desc="Port of the popular GTK theme Adapta for Plasma 5 desktop" maintainer="Giuseppe Fierro " 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 +checksum=7e55f4ed5c962c86d12b510bddcae1ac0018ffc95344e0b68218a98701907bdc 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 + 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 }