wlroots0.14: remove package

This commit is contained in:
Marcin Puc 2023-11-26 16:18:06 +01:00 committed by classabbyamp
parent 715c2e8336
commit b10b0c71dd
4 changed files with 2 additions and 40 deletions

View File

@ -3487,7 +3487,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.9 wlroots0.14-0.14.1_1
libwlroots.so.10 wlroots0.15-0.15.1_1
libwlroots.so.11 wlroots0.16-0.16.0_1
libbaseencode.so.1 libbaseencode-1.0.9_1

View File

@ -697,6 +697,8 @@ replaces="
wicd-gtk<=1.7.4_6
wireguard-go<=0.0.20181222_2
wireshark-gtk<=3.0.7_1
wlroots0.14-devel<=0.14.1_1
wlroots0.14<=0.14.1_1
wmii<=3.9.2_8
xcdroast<=1.19_1
xdebug8.0<=3.2.1_1

View File

@ -1 +0,0 @@
wlroots0.14

View File

@ -1,38 +0,0 @@
# Template file for 'wlroots0.14'
pkgname=wlroots0.14
version=0.14.1
revision=1
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"
_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
wayland-protocols 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="Isaac Freund <mail@isaacfreund.com>"
license="MIT"
homepage="https://github.com/swaywm/wlroots"
distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
checksum=448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db
post_install() {
vlicense LICENSE
}
wlroots0.14-devel_package() {
conflicts="wlroots-devel"
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}