From fca4b243720512abc8bffc01df71dac4877d8100 Mon Sep 17 00:00:00 2001 From: rooyca Date: Fri, 16 May 2025 11:39:51 -0500 Subject: [PATCH] New package: sxwm-1.5 --- srcpkgs/sxwm/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/sxwm/template b/srcpkgs/sxwm/template index 6bb4eeb9100..01030fd89c7 100644 --- a/srcpkgs/sxwm/template +++ b/srcpkgs/sxwm/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-makefile makedepends="libX11-devel libXinerama-devel libXcursor-devel" depends="libX11 libXinerama libXcursor" -short_desc="Tiling window managers dont have to be difficult" +short_desc="Minimal, fast, and highly configurable tiling window manager for X11" maintainer="rooyca " license="MIT" homepage="https://github.com/uint23/sxwm" @@ -14,12 +14,8 @@ checksum=5443ae3955c50527c22253f20e1f6d5c96e6cc842ff7e3370d0f6920167148b7 LDFLAGS="-lX11 -lXinerama -lXcursor" -do_install() { - make PREFIX=/usr DESTDIR=$DESTDIR install +post_install() { vinstall default_sxrc 644 $HOME/.config/sxwmrc vlicense LICENSE -} - -post_install() { - rm -rf "${DESTDIR}/tmp" + rm -rf "${DESTDIR}/tmp" }