evilwm: update to 1.3.1.

This commit is contained in:
Arda Demir 2021-08-15 19:23:52 +03:00 committed by Érico Nogueira Rolim
parent 5e4c71e25c
commit fc8018e6c7
2 changed files with 9 additions and 19 deletions

View file

@ -1,11 +0,0 @@
[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,21 +1,22 @@
# Template file for 'evilwm'
pkgname=evilwm
version=1.1.1
revision=2
version=1.3.1
revision=1
build_style=gnu-makefile
makedepends="libXrandr-devel"
short_desc="A minimalist window manager for the X Window System"
short_desc="Minimalist window manager for the X Window System"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain"
homepage="http://evilwm.sourceforge.net"
distfiles="http://www.6809.org.uk/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=79589c296a5915ee0bae1d231e8912601fc794d9f0a9cacb6b648ff9a5f2602a
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=32ecbb5c4c5462dc5ed1f315f18561a889da77fffaef7fc616808a37b1193ecb
pre_build() {
sed -i 's|^CFLAGS|#CFLAGS|g' Makefile
vsed -i Makefile -e 's|^CFLAGS|#CFLAGS|'
}
post_install() {
vinstall "${FILESDIR}/evilwm.desktop" 644 usr/share/xsessions
vinstall evilwm.desktop 644 usr/share/xsessions
vlicense "${FILESDIR}/LICENSE"
}