wlroots0.16: remove package
This commit is contained in:
parent
185fd5586d
commit
4c0f5f40da
|
@ -3622,7 +3622,6 @@ libcodecore.so.0 libio.elementary.code-3.0_1
|
|||
libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1
|
||||
libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
|
||||
libwlroots.so.10 wlroots0.15-0.15.1_1
|
||||
libwlroots.so.11 wlroots0.16-0.16.0_1
|
||||
libwlroots.so.12 wlroots0.17-0.17.0_1
|
||||
libwlroots-0.18.so wlroots0.18-0.18.0_1
|
||||
libbaseencode.so.1 libbaseencode-1.0.9_1
|
||||
|
|
|
@ -813,6 +813,8 @@ replaces="
|
|||
wireshark-gtk<=3.0.7_1
|
||||
wlroots0.14-devel<=0.14.1_1
|
||||
wlroots0.14<=0.14.1_1
|
||||
wlroots0.16-devel<=0.16.2_3
|
||||
wlroots0.16<=0.16.2_3
|
||||
wmii<=3.9.2_8
|
||||
xcdroast<=1.19_1
|
||||
xdebug8.0<=3.2.1_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
wlroots0.16
|
|
@ -1,39 +0,0 @@
|
|||
# Template file for 'wlroots0.16'
|
||||
pkgname=wlroots0.16
|
||||
version=0.16.2
|
||||
revision=3
|
||||
build_style=meson
|
||||
# Follow upstream packaging recommendations:
|
||||
# https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations
|
||||
configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
|
||||
-Db_ndebug=false"
|
||||
hostmakedepends="pkg-config wayland-devel glslang hwids"
|
||||
_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
|
||||
libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
|
||||
wayland-protocols vulkan-loader-devel xcb-util-errors-devel
|
||||
xcb-util-wm-devel xcb-util-renderutil-devel "
|
||||
makedepends="${_devel_depends}
|
||||
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
|
||||
xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
|
||||
short_desc="Modular Wayland compositor library ${pkgname#wlroots}"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
|
||||
distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||
checksum=83e9a11605f23d4bf781ab1947089483d9ec3f7e9ba65398e0609593b77d44aa
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
wlroots0.16-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
|
||||
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
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue