diff --git a/srcpkgs/xcmenu-git/template b/srcpkgs/xcmenu-git/template index 54efd6f530f..229c95710d1 100644 --- a/srcpkgs/xcmenu-git/template +++ b/srcpkgs/xcmenu-git/template @@ -1,7 +1,7 @@ # Template file for 'xcmenu-git' pkgname=xcmenu-git version=20141222 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="git" makedepends="zlib-devel libxcb-devel" @@ -11,11 +11,18 @@ maintainer="Duncaen " license="WTFPL" homepage="http://github.com/Cloudef/xcmenu" +provides="xcmenu-${version}_${revision}" +replaces="xcmenu>=0" + do_fetch() { local url="git://github.com/Cloudef/xcmenu" msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} } +pre_build() { + sed -i "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" config.mk + sed -i "/LDFLAGS/s|\-s|$LDFLAGS|g" config.mk +} post_install() { vlicense LICENSE }