mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
wlroots0.16-devel: provides & conflicts virtual-wlroots-devel
This will easy the future -devel' conflicts
This commit is contained in:
parent
139f797bd2
commit
3157a9430d
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wlroots0.16'
|
||||
pkgname=wlroots0.16
|
||||
version=0.16.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
# Follow upstream packaging recommendations:
|
||||
# https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations
|
||||
|
@ -28,7 +28,8 @@ post_install() {
|
|||
|
||||
wlroots0.16-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
|
||||
conflicts="wlroots0.15-devel wlroots0.14-devel"
|
||||
provides="virtual-wlroots-devel-${version}_${revision}"
|
||||
conflicts="wlroots0.15-devel wlroots0.14-devel virtual-wlroots-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue