mcwm: add provides
This commit is contained in:
parent
c5d9385b40
commit
83b99ac235
|
@ -4,7 +4,7 @@ _distver=20130209
|
|||
_patchver=2
|
||||
wrksrc=${pkgname}-${_distver}-${_patchver}
|
||||
version=${_distver}.${_patchver}
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
||||
short_desc="A minimalist stacking X window manager based on XCB"
|
||||
|
@ -13,6 +13,7 @@ license="ISC"
|
|||
homepage="http://hack.org/mc/projects/mcwm/"
|
||||
distfiles="http://hack.org/mc/hacks/$pkgname/$pkgname-${_distver}-${_patchver}.tar.bz2"
|
||||
checksum=2d2f9ced77bc6f90cb9fbdbf790eed97f3be28caefb0de496ac28813aed606be
|
||||
replaces="mcwm>=0"
|
||||
|
||||
do_build() {
|
||||
cp ${FILESDIR}/config.h config.h
|
||||
|
|
Loading…
Reference in New Issue