From 2cf315d605ed4f36b8e08bdb738c02425d46190f Mon Sep 17 00:00:00 2001 From: migue07juegos Date: Thu, 7 Dec 2023 22:32:56 -0600 Subject: [PATCH] New package: wlroots0.17-0.17.0 --- common/shlibs | 1 + srcpkgs/wlroots0.17-devel | 1 + srcpkgs/wlroots0.17/template | 38 ++++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 120000 srcpkgs/wlroots0.17-devel create mode 100644 srcpkgs/wlroots0.17/template diff --git a/common/shlibs b/common/shlibs index 863776568fb..156041fd674 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3490,6 +3490,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.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 libbaseencode.so.1 libbaseencode-1.0.9_1 libcotp.so.2 libcotp-2.0.1_1 libunarr.so.1 libunarr-1.0.1_1 diff --git a/srcpkgs/wlroots0.17-devel b/srcpkgs/wlroots0.17-devel new file mode 120000 index 00000000000..26df7ad9d6b --- /dev/null +++ b/srcpkgs/wlroots0.17-devel @@ -0,0 +1 @@ +wlroots0.17 \ No newline at end of file diff --git a/srcpkgs/wlroots0.17/template b/srcpkgs/wlroots0.17/template new file mode 100644 index 00000000000..bc858632c79 --- /dev/null +++ b/srcpkgs/wlroots0.17/template @@ -0,0 +1,38 @@ +# Template file for 'wlroots0.17' +pkgname=wlroots0.17 +version=0.17.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="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel + libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel + wayland-protocols vulkan-loader Vulkan-Headers xcb-util-errors-devel + xcb-util-wm-devel xcb-util-renderutil-devel libdisplay-info-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="Andrew J. Hesford " +license="MIT" +homepage="https://gitlab.freedesktop.org/wlroots/wlroots" +distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz" +checksum=9da3475a6834a6a9a8fd93de84f4ef91f9ee48ff70c305aa9522bf0db9e61128 + +post_install() { + vlicense LICENSE +} + +wlroots0.17-devel_package() { + depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}" + conflicts="wlroots0.16-devel wlroots0.15-devel wlroots0.14-devel" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +}