From c1b9234c2a62f4c4bba383de20943e56168bfbc7 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 17 May 2025 17:12:05 +0200 Subject: [PATCH] New package: wlroots0.19-0.19.0 --- common/shlibs | 1 + srcpkgs/wlroots0.19-devel | 1 + srcpkgs/wlroots0.19/template | 36 ++++++++++++++++++++++++++++++++++++ srcpkgs/wlroots0.19/update | 1 + 4 files changed, 39 insertions(+) create mode 120000 srcpkgs/wlroots0.19-devel create mode 100644 srcpkgs/wlroots0.19/template create mode 100644 srcpkgs/wlroots0.19/update diff --git a/common/shlibs b/common/shlibs index 940f6d7be6b..f96b6b39273 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3619,6 +3619,7 @@ 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.12 wlroots0.17-0.17.0_1 libwlroots-0.18.so wlroots0.18-0.18.0_1 +libwlroots-0.19.so wlroots0.19-0.19.0_1 libbaseencode.so.1 libbaseencode-1.0.9_1 libcotp.so.3 libcotp-3.0.0_1 libunarr.so.1 libunarr-1.0.1_1 diff --git a/srcpkgs/wlroots0.19-devel b/srcpkgs/wlroots0.19-devel new file mode 120000 index 00000000000..70e4d2e3719 --- /dev/null +++ b/srcpkgs/wlroots0.19-devel @@ -0,0 +1 @@ +wlroots0.19 \ No newline at end of file diff --git a/srcpkgs/wlroots0.19/template b/srcpkgs/wlroots0.19/template new file mode 100644 index 00000000000..fb0bd2198d3 --- /dev/null +++ b/srcpkgs/wlroots0.19/template @@ -0,0 +1,36 @@ +# Template file for 'wlroots0.19' +pkgname=wlroots0.19 +version=0.19.0 +revision=1 +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="lcms2-devel 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 libdisplay-info-devel libliftoff-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="tranzystorekk " +license="MIT" +homepage="https://gitlab.freedesktop.org/wlroots/wlroots" +distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz" +checksum=aefb0fe2633b0aad1d66123b2f41afab004fb625e2a7790492cdd39a805cac91 + +post_install() { + vlicense LICENSE +} + +wlroots0.19-devel_package() { + depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + } +} diff --git a/srcpkgs/wlroots0.19/update b/srcpkgs/wlroots0.19/update new file mode 100644 index 00000000000..9a012f2da0c --- /dev/null +++ b/srcpkgs/wlroots0.19/update @@ -0,0 +1 @@ +pattern="/wlroots-\K0\.19\.[\d.]+(?=\.tar\.gz)"