slim-void-theme: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-28 09:42:06 +07:00
parent cdcc956151
commit c74ad06b85

View file

@ -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 <DirectorX@users.noreply.github.com>"
license="GPL-3"
maintainer="DirectorX <void.directorx@protonmail.com>"
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}"
}