From 1d3789c606218f8d5f004ada893d58e1ac50b114 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 17 Nov 2018 07:31:10 -0200 Subject: [PATCH] Platinum9-theme: remove --- srcpkgs/Platinum9-theme/INSTALL.msg | 1 + srcpkgs/Platinum9-theme/template | 25 ++++--------------------- 2 files changed, 5 insertions(+), 21 deletions(-) create mode 100644 srcpkgs/Platinum9-theme/INSTALL.msg diff --git a/srcpkgs/Platinum9-theme/INSTALL.msg b/srcpkgs/Platinum9-theme/INSTALL.msg new file mode 100644 index 00000000000..d3f2b93e5f4 --- /dev/null +++ b/srcpkgs/Platinum9-theme/INSTALL.msg @@ -0,0 +1 @@ +Platinum9-theme is no longer provided by Void Linux, and will be fully removed from the repos on 2019/02/17 diff --git a/srcpkgs/Platinum9-theme/template b/srcpkgs/Platinum9-theme/template index ad4677de502..c94b90a038f 100644 --- a/srcpkgs/Platinum9-theme/template +++ b/srcpkgs/Platinum9-theme/template @@ -1,26 +1,9 @@ # Template file for 'Platinum9-theme' pkgname=Platinum9-theme version=0.0.0.20170720 -revision=2 +revision=3 noarch=yes -_commit=d3d2080c1a2d5772714d089d1dc1daeeb41db008 -wrksrc="Platinum9-${_commit}" -short_desc="Quick and dirty theme meant to approximate the MacOS 9 (System 7) theme" -maintainer="Orphaned " -license="GPL-2.0-or-later" +build_style=meta +short_desc="Quick and dirty theme meant to approximate the MacOS 9 (System 7) theme (removed package)" +license="metapackage" homepage="https://github.com/grassmunk/Platinum9" -distfiles="https://github.com/grassmunk/Platinum9/archive/${_commit}.tar.gz" -checksum=b6b026bf090e0a40f57b83e95c672ad003b270b7ce1c3575c312295eb9d10a09 - -do_install() { - vmkdir usr/share/icons - vcopy NineIcons usr/share/icons - - vmkdir usr/share/themes - for f in ClassicPlatinumStreamlined PlatiPlus{,26}; do - vcopy ${f} usr/share/themes - done - - vmkdir usr/share/wallpapers - vcopy OS9-wallpaper usr/share/wallpapers -}