wlroots0.17-devel: provides & conflicts virtual-wlroots-devel
This will easy the future -devel' conflicts
This commit is contained in:
parent
3157a9430d
commit
c287004b68
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wlroots0.17'
|
||||
pkgname=wlroots0.17
|
||||
version=0.17.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
# Follow upstream packaging recommendations:
|
||||
# https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations
|
||||
|
@ -28,7 +28,9 @@ post_install() {
|
|||
|
||||
wlroots0.17-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
|
||||
conflicts="wlroots0.16-devel wlroots0.15-devel wlroots0.14-devel"
|
||||
provides="virtual-wlroots-devel-${version}_${revision}"
|
||||
conflicts="wlroots0.16-devel wlroots0.15-devel wlroots0.14-devel
|
||||
virtual-wlroots-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue