xcmenu: replace the old -git pkg
This commit is contained in:
parent
e9a86d6341
commit
c34885249a
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xcmenu'
|
# Template file for 'xcmenu'
|
||||||
pkgname=xcmenu
|
pkgname=xcmenu
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="zlib-devel libxcb-devel"
|
makedepends="zlib-devel libxcb-devel"
|
||||||
depends="dmenu"
|
depends="dmenu"
|
||||||
|
@ -11,7 +11,7 @@ license="WTFPL"
|
||||||
homepage="http://github.com/Cloudef/${pkgname}"
|
homepage="http://github.com/Cloudef/${pkgname}"
|
||||||
distfiles="https://github.com/Cloudef/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Cloudef/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum="149e95ce715c77eaa179b4b8df6c499a4570915a5a094b49a7d914e0073097f1"
|
checksum="149e95ce715c77eaa179b4b8df6c499a4570915a5a094b49a7d914e0073097f1"
|
||||||
replaces="xcmenu>=0"
|
replaces="xcmenu-git>=0"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '15i #include <fcntl.h>' xcmenu.c
|
sed -i '15i #include <fcntl.h>' xcmenu.c
|
||||||
|
|
Loading…
Reference in New Issue