mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wlroots0.15-devel: provides and conflicts with virtual-wlroots-devel
This commit is contained in:
parent
c287004b68
commit
35e6ac4298
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wlroots0.15'
|
# Template file for 'wlroots0.15'
|
||||||
pkgname=wlroots0.15
|
pkgname=wlroots0.15
|
||||||
version=0.15.1
|
version=0.15.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# Follow upstream packaging recommendations:
|
# Follow upstream packaging recommendations:
|
||||||
# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
|
# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
|
||||||
|
@ -28,7 +28,8 @@ post_install() {
|
||||||
|
|
||||||
wlroots0.15-devel_package() {
|
wlroots0.15-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
|
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
|
||||||
conflicts="wlroots0.14-devel"
|
provides="virtual-wlroots-devel-${version}_${revision}"
|
||||||
|
conflicts="wlroots0.14-devel virtual-wlroots-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue