mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
dzen2: update to 20130923.
This commit is contained in:
parent
81b17dbb26
commit
729122b16a
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'dzen2'
|
# Template file for 'dzen2'
|
||||||
pkgname=dzen2
|
pkgname=dzen2
|
||||||
version=20140623
|
reverts=20140623_1
|
||||||
|
version=20130923
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config git"
|
_commit=488ab66019f475e35e067646621827c18a879ba1
|
||||||
|
wrksrc=dzen-$_commit
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXinerama-devel libXft-devel libXpm-devel"
|
makedepends="libXinerama-devel libXft-devel libXpm-devel"
|
||||||
short_desc="X notification utility"
|
short_desc="X notification utility"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/robm/dzen"
|
homepage="https://github.com/robm/dzen"
|
||||||
|
distfiles="$homepage/archive/$_commit.tar.gz"
|
||||||
do_fetch() {
|
checksum=6861f6ff918055b286b650f33aef97df9bcf1891a255dc5d57850f6420ecdb7c
|
||||||
git clone git://github.com/robm/dzen ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS+=' -Wall -I. -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`'
|
CFLAGS+=' -Wall -I. -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`'
|
||||||
|
|
Loading…
Add table
Reference in a new issue