mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
evilwm: update to 1.1.1
This commit is contained in:
parent
b463e7e1cf
commit
4f9c15b697
1 changed files with 11 additions and 10 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue