mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
slim-void-theme: remove noarch
This commit is contained in:
parent
cdcc956151
commit
c74ad06b85
1 changed files with 6 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'slim-void-theme'
|
# Template file for 'slim-void-theme'
|
||||||
pkgname=slim-void-theme
|
pkgname=slim-void-theme
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
depends="slim"
|
depends="slim"
|
||||||
short_desc="Fancy SLiM theme for Void Linux"
|
short_desc="Fancy SLiM theme for Void Linux"
|
||||||
maintainer="DirectorX <DirectorX@users.noreply.github.com>"
|
maintainer="DirectorX <void.directorx@protonmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/DirectorX/slim-void-theme"
|
homepage="https://github.com/DirectorX/slim-void-theme"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=73b1506c6619014d9e54fd30fa82336f12ee34741eae283df7bdfd3559215c54
|
checksum=73b1506c6619014d9e54fd30fa82336f12ee34741eae283df7bdfd3559215c54
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir "usr/share/slim/themes/${pkgname}"
|
vmkdir "usr/share/slim/themes/${pkgname}"
|
||||||
vcopy panel.png "usr/share/slim/themes/${pkgname}"
|
vinstall panel.png 644 "usr/share/slim/themes/${pkgname}"
|
||||||
vcopy background.jpg "usr/share/slim/themes/${pkgname}"
|
vinstall background.jpg 644 "usr/share/slim/themes/${pkgname}"
|
||||||
vcopy slim.theme "usr/share/slim/themes/${pkgname}"
|
vinstall slim.theme 644 "usr/share/slim/themes/${pkgname}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue