mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
frankenwm-git: add provides/replaces
This commit is contained in:
parent
1a07c2d28b
commit
2a5a397ec4
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'frankenwm-git'
|
# Template file for 'frankenwm-git'
|
||||||
pkgname=frankenwm-git
|
pkgname=frankenwm-git
|
||||||
version=20140705
|
version=20140706
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel"
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,6 +9,8 @@ short_desc="XCB dynamic tiling WM"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sulami/FrankenWM"
|
homepage="https://github.com/sulami/FrankenWM"
|
||||||
|
provides="frankenwm-${version}_${revision}"
|
||||||
|
replaces="frankenwm>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/sulami/frankenwm"
|
local url="git://github.com/sulami/frankenwm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue