diff --git a/common/shlibs b/common/shlibs index 5d466554e7d..8d50aca7539 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3621,7 +3621,6 @@ libswitchboard-2.0.so.0 switchboard-2.3.2_1 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.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 diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index d49aa7d571a..b8deb4825ad 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -814,6 +814,8 @@ replaces=" wireshark-gtk<=3.0.7_1 wlroots0.14-devel<=0.14.1_1 wlroots0.14<=0.14.1_1 + wlroots0.15-devel<=0.15.1_3 + wlroots0.15<=0.15.1_3 wlroots0.16-devel<=0.16.2_3 wlroots0.16<=0.16.2_3 wmii<=3.9.2_8 diff --git a/srcpkgs/wlroots0.15-devel b/srcpkgs/wlroots0.15-devel deleted file mode 120000 index 2e1ce6ccc62..00000000000 --- a/srcpkgs/wlroots0.15-devel +++ /dev/null @@ -1 +0,0 @@ -wlroots0.15 \ No newline at end of file diff --git a/srcpkgs/wlroots0.15/template b/srcpkgs/wlroots0.15/template deleted file mode 100644 index 18423a3e250..00000000000 --- a/srcpkgs/wlroots0.15/template +++ /dev/null @@ -1,39 +0,0 @@ -# Template file for 'wlroots0.15' -pkgname=wlroots0.15 -version=0.15.1 -revision=3 -build_style=meson -# Follow upstream packaging recommendations: -# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations -configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false - -Db_ndebug=false" -hostmakedepends="pkg-config wayland-devel glslang" -_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" -maintainer="Orphaned " -license="MIT" -homepage="https://gitlab.freedesktop.org/wlroots/wlroots" -distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz" -checksum=5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373 - -post_install() { - vlicense LICENSE -} - -wlroots0.15-devel_package() { - depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}" - provides="virtual-wlroots-devel-${version}_${revision}" - conflicts="wlroots0.14-devel virtual-wlroots-devel" - short_desc+=" - development files" - pkg_install() { - vmove usr/include - vmove usr/lib/pkgconfig - vmove "usr/lib/*.so" - } -}