evilwm: update to 1.1.1

This commit is contained in:
Ypnose 2015-07-15 19:31:13 +02:00
parent b463e7e1cf
commit 4f9c15b697

View file

@ -1,20 +1,21 @@
# Template file for 'evilwm'
pkgname=evilwm
version=1.1.0
revision=4
version=1.1.1
revision=1
build_style=gnu-makefile
makedepends="libXrandr-devel"
short_desc="A minimalist window manager for the X Window System"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
homepage="http://evilwm.sourceforge.net"
license="Public Domain"
distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
distfiles="http://www.6809.org.uk/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="79589c296a5915ee0bae1d231e8912601fc794d9f0a9cacb6b648ff9a5f2602a"
do_build() {
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
pre_build() {
sed -i 's|^CFLAGS|#CFLAGS|g' Makefile
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
vlicense ${FILESDIR}/LICENSE
post_install() {
vinstall "${FILESDIR}/evilwm.desktop" 644 usr/share/xsessions
vlicense "${FILESDIR}/LICENSE"
}