mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
69b93f32ac
commit
7e10135c99
2 changed files with 28 additions and 0 deletions
9
srcpkgs/wmderland/files/Wmderland.desktop
Normal file
9
srcpkgs/wmderland/files/Wmderland.desktop
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Wmderland
|
||||||
|
Comment=Tiling window manager using space partitioning tree
|
||||||
|
Exec=wmderland
|
||||||
|
TryExec=wmderland
|
||||||
|
Type=Application
|
||||||
|
X-LightDM-DesktopName=Wmderland
|
||||||
|
DesktopNames=Wmderland
|
||||||
|
Keywords=tiling;wm;windowmanager;window;manager;
|
19
srcpkgs/wmderland/template
Normal file
19
srcpkgs/wmderland/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'wmderland'
|
||||||
|
pkgname=wmderland
|
||||||
|
version=1.0.4
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="libX11-devel glog-devel"
|
||||||
|
short_desc="Tiling window manager"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/aesophor/wmderland"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
checksum=c9479cb6ea3d3ebe0b3b9640086f66cf8371085ac21e1af72462abd6d1827e4b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vsconf example/config
|
||||||
|
vmkdir usr/share/xsessions
|
||||||
|
vcopy ${FILESDIR}/Wmderland.desktop usr/share/xsessions
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue