From 05d57a637157860ca0ff13f73674c6125ee96432 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Fri, 7 Oct 2022 07:26:04 +0200 Subject: [PATCH] leftwm: update to 0.4.0 --- srcpkgs/leftwm/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/leftwm/template b/srcpkgs/leftwm/template index 1c416bae1a65..abcfee8124e8 100644 --- a/srcpkgs/leftwm/template +++ b/srcpkgs/leftwm/template @@ -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 " 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