evilwm: update to 1.4.2.

This commit is contained in:
Leah Neukirchen 2023-07-07 15:02:48 +02:00
parent fb4f1627a4
commit 0ec067a646
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=evilwm
Comment=EvilWM
Exec=evilwm
NoDisplay=true
X-GNOME-WMName=evilwm
# evilwm doesn't talk XSMP yet, so don't start in the WindowManager phase:
X-GNOME-Autostart-Phase=Applications
X-GNOME-Provides=windowmanager

View File

@ -1,6 +1,6 @@
# Template file for 'evilwm'
pkgname=evilwm
version=1.4.0
version=1.4.2
revision=1
build_style=gnu-makefile
makedepends="libXrandr-devel"
@ -10,7 +10,7 @@ license="Public Domain"
homepage="https://www.6809.org.uk/evilwm"
changelog="https://www.6809.org.uk/evilwm/doc/ChangeLog"
distfiles="https://www.6809.org.uk/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=96b361b499e4e29adf92c4a3006f877a0712a61a3931bc0d70c5cc925e588c34
checksum=4212d6d90cb005b2cc88814bc8537736b4950ab58264bbb65b8807ac63bdc4b9
pre_build() {
vsed -i Makefile -e 's|^CFLAGS|#CFLAGS|'