herbstluftwm: update to 0.6.2.
This commit is contained in:
parent
f3e06bffbc
commit
1fc8ae80cf
1 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'herbstluftwm'
|
# Template file for 'herbstluftwm'
|
||||||
pkgname=herbstluftwm
|
pkgname=herbstluftwm
|
||||||
version=0.5.2
|
version=0.6.2
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXinerama-devel libglib-devel"
|
makedepends="libXinerama-devel libglib-devel"
|
||||||
conf_files="/etc/xdg/${pkgname}/autostart"
|
conf_files="/etc/xdg/${pkgname}/autostart"
|
||||||
|
@ -10,12 +10,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
homepage="http://herbstluftwm.org"
|
homepage="http://herbstluftwm.org"
|
||||||
distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
|
distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c53d3309f9f05cc4b1b23907f4c0c403d850817dac8d1cc481e122fece599995
|
checksum=a89f5c397aee7f1aa3b39dd53bc67e282679f02f1c0bf3c33c41a608e217f0ac
|
||||||
|
|
||||||
do_build() {
|
do_configure() {
|
||||||
make COLOR=0 CC=$CC LD=$CC
|
sed -e 's,-I/usr/include,,g' -i config.mk
|
||||||
|
}
|
||||||
|
do_build() {
|
||||||
|
make COLOR=0 CC=$CC LD=$CC CFLAGS="$CFLAGS -std=c99"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} COLOR=0 install
|
make PREFIX=/usr DESTDIR=${DESTDIR} COLOR=0 install
|
||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue