sxwm: update to 1.6.

This commit is contained in:
rooyca 2025-06-26 12:07:52 -05:00 committed by Duncan Overbruck
parent 5ec63a051c
commit a3576d2a7a

View file

@ -1,6 +1,6 @@
# Template file for 'sxwm' # Template file for 'sxwm'
pkgname=sxwm pkgname=sxwm
version=1.5 version=1.6
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
makedepends="libX11-devel libXinerama-devel libXcursor-devel" makedepends="libX11-devel libXinerama-devel libXcursor-devel"
@ -10,12 +10,12 @@ maintainer="rooyca <rooyca@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/uint23/sxwm" homepage="https://github.com/uint23/sxwm"
distfiles="https://github.com/uint23/sxwm/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/uint23/sxwm/archive/refs/tags/v${version}.tar.gz"
checksum=5443ae3955c50527c22253f20e1f6d5c96e6cc842ff7e3370d0f6920167148b7 checksum=490700121bb0ecba1b8731a39a08fa03fca15349e5b2703b1f5a65fda3ceee86
LDFLAGS="-lX11 -lXinerama -lXcursor" LDFLAGS="-lX11 -lXinerama -lXcursor"
post_install() { post_install() {
vinstall default_sxrc 644 $HOME/.config/sxwmrc vinstall default_sxwmrc 644 usr/share/examples/sxwm sxwmrc
vlicense LICENSE vlicense LICENSE
rm -rf "${DESTDIR}/tmp" rm -rf "${DESTDIR}/tmp"
} }