dzen2: update to 20130923.

This commit is contained in:
Andrea Brancaleoni 2015-07-27 13:05:00 +02:00
parent 81b17dbb26
commit 729122b16a
1 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'dzen2'
pkgname=dzen2
version=20140623
reverts=20140623_1
version=20130923
revision=1
hostmakedepends="pkg-config git"
_commit=488ab66019f475e35e067646621827c18a879ba1
wrksrc=dzen-$_commit
hostmakedepends="pkg-config"
makedepends="libXinerama-devel libXft-devel libXpm-devel"
short_desc="X notification utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://github.com/robm/dzen"
do_fetch() {
git clone git://github.com/robm/dzen ${pkgname}-${version}
}
distfiles="$homepage/archive/$_commit.tar.gz"
checksum=6861f6ff918055b286b650f33aef97df9bcf1891a255dc5d57850f6420ecdb7c
do_build() {
CFLAGS+=' -Wall -I. -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`'