From c74ad06b85450ef3a911ec7da03af42bb8886b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 28 Nov 2020 09:42:06 +0700 Subject: [PATCH] slim-void-theme: remove noarch --- srcpkgs/slim-void-theme/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/slim-void-theme/template b/srcpkgs/slim-void-theme/template index 373d6b644e4..ed78ff2319f 100644 --- a/srcpkgs/slim-void-theme/template +++ b/srcpkgs/slim-void-theme/template @@ -1,19 +1,18 @@ # Template file for 'slim-void-theme' pkgname=slim-void-theme version=1.0.0 -revision=1 -archs=noarch +revision=2 depends="slim" short_desc="Fancy SLiM theme for Void Linux" -maintainer="DirectorX " -license="GPL-3" +maintainer="DirectorX " +license="GPL-3.0-only" homepage="https://github.com/DirectorX/slim-void-theme" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=73b1506c6619014d9e54fd30fa82336f12ee34741eae283df7bdfd3559215c54 do_install() { vmkdir "usr/share/slim/themes/${pkgname}" - vcopy panel.png "usr/share/slim/themes/${pkgname}" - vcopy background.jpg "usr/share/slim/themes/${pkgname}" - vcopy slim.theme "usr/share/slim/themes/${pkgname}" + vinstall panel.png 644 "usr/share/slim/themes/${pkgname}" + vinstall background.jpg 644 "usr/share/slim/themes/${pkgname}" + vinstall slim.theme 644 "usr/share/slim/themes/${pkgname}" }