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