mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
Merge pull request #4529 from DirectorX/slim-void-theme
New package: slim-void-theme-1.0.0
This commit is contained in:
commit
4ca736badb
1 changed files with 19 additions and 0 deletions
19
srcpkgs/slim-void-theme/template
Normal file
19
srcpkgs/slim-void-theme/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'slim-void-theme'
|
||||||
|
pkgname=slim-void-theme
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
depends="slim"
|
||||||
|
short_desc="Fancy SLiM theme for Void Linux"
|
||||||
|
maintainer="DirectorX <DirectorX@users.noreply.github.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
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}"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue