mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
leftwm: update to 0.4.0
This commit is contained in:
parent
3dd7df09c4
commit
841fe92ca4
1 changed files with 7 additions and 3 deletions
|
@ -1,20 +1,23 @@
|
||||||
# Template file for 'leftwm'
|
# Template file for 'leftwm'
|
||||||
pkgname=leftwm
|
pkgname=leftwm
|
||||||
version=0.3.0
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
configure_args="--no-default-features --features lefthk,sys-log"
|
||||||
makedepends="libX11-devel libXinerama-devel libXrandr-devel xorg-server-devel"
|
makedepends="libX11-devel libXinerama-devel libXrandr-devel xorg-server-devel"
|
||||||
depends="libX11 libXinerama xorg-server xrandr"
|
depends="libX11 libXinerama xorg-server xrandr"
|
||||||
short_desc="Tiling window manager for Adventurers"
|
short_desc="Tiling window manager for Adventurers"
|
||||||
maintainer="Soc Virnyl S. Estela <socvirnyl.estela@gmail.com>"
|
maintainer="Soc Virnyl S. Estela <socvirnyl.estela@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/leftwm/leftwm"
|
homepage="https://github.com/leftwm/leftwm"
|
||||||
distfiles="https://github.com/leftwm/leftwm/archive/${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/leftwm/leftwm/main/CHANGELOG"
|
||||||
checksum=d69d3ec8ea49b4a23e145d42a2f66f5c38642378c762919fce6c56b818fad8c7
|
distfiles="https://github.com/leftwm/leftwm/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=af5999852975de453e19bd199bfc021519ca95e4016a97a1508dc4d678dddd8b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
vman leftwm/doc/leftwm.1
|
||||||
# Example themes to use as references
|
# Example themes to use as references
|
||||||
vmkdir usr/share/examples/leftwm/
|
vmkdir usr/share/examples/leftwm/
|
||||||
vcopy themes usr/share/examples/leftwm/
|
vcopy themes usr/share/examples/leftwm/
|
||||||
|
@ -22,6 +25,7 @@ do_install() {
|
||||||
vinstall leftwm.desktop 644 usr/share/xsessions/
|
vinstall leftwm.desktop 644 usr/share/xsessions/
|
||||||
# Installing corresponding binaries
|
# Installing corresponding binaries
|
||||||
local _bin_path="${wrksrc}/target/${RUST_TARGET}/release"
|
local _bin_path="${wrksrc}/target/${RUST_TARGET}/release"
|
||||||
|
vbin ${_bin_path}/lefthk-worker
|
||||||
vbin ${_bin_path}/leftwm
|
vbin ${_bin_path}/leftwm
|
||||||
vbin ${_bin_path}/leftwm-check
|
vbin ${_bin_path}/leftwm-check
|
||||||
vbin ${_bin_path}/leftwm-worker
|
vbin ${_bin_path}/leftwm-worker
|
||||||
|
|
Loading…
Add table
Reference in a new issue