leftwm: update to 0.4.0

This commit is contained in:
Marcin Puc 2022-10-07 07:26:04 +02:00 committed by classabbyamp
parent 3dd7df09c4
commit 841fe92ca4

View file

@ -1,20 +1,23 @@
# Template file for 'leftwm'
pkgname=leftwm
version=0.3.0
version=0.4.0
revision=1
build_style=cargo
configure_args="--no-default-features --features lefthk,sys-log"
makedepends="libX11-devel libXinerama-devel libXrandr-devel xorg-server-devel"
depends="libX11 libXinerama xorg-server xrandr"
short_desc="Tiling window manager for Adventurers"
maintainer="Soc Virnyl S. Estela <socvirnyl.estela@gmail.com>"
license="MIT"
homepage="https://github.com/leftwm/leftwm"
distfiles="https://github.com/leftwm/leftwm/archive/${version}.tar.gz"
checksum=d69d3ec8ea49b4a23e145d42a2f66f5c38642378c762919fce6c56b818fad8c7
changelog="https://raw.githubusercontent.com/leftwm/leftwm/main/CHANGELOG"
distfiles="https://github.com/leftwm/leftwm/archive/refs/tags/${version}.tar.gz"
checksum=af5999852975de453e19bd199bfc021519ca95e4016a97a1508dc4d678dddd8b
do_install() {
vdoc README.md
vlicense LICENSE.md
vman leftwm/doc/leftwm.1
# Example themes to use as references
vmkdir usr/share/examples/leftwm/
vcopy themes usr/share/examples/leftwm/
@ -22,6 +25,7 @@ do_install() {
vinstall leftwm.desktop 644 usr/share/xsessions/
# Installing corresponding binaries
local _bin_path="${wrksrc}/target/${RUST_TARGET}/release"
vbin ${_bin_path}/lefthk-worker
vbin ${_bin_path}/leftwm
vbin ${_bin_path}/leftwm-check
vbin ${_bin_path}/leftwm-worker