From 0f7528710d50bb7fcb5911ed87b4050a6cb204e7 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 9 Dec 2021 17:47:15 +0100 Subject: [PATCH 1/5] wayland: update to 1.20.0. --- srcpkgs/wayland/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 624441d48a86..5ea25eaad1ce 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland' pkgname=wayland -version=1.19.0 +version=1.20.0 revision=1 build_style=meson # "Tests must not be built with NDEBUG defined, they rely on assert()." @@ -12,7 +12,7 @@ maintainer="Érico Nogueira " license="MIT" homepage="https://wayland.freedesktop.org/" distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz" -checksum=baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 +checksum=b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wayland-devel" From 5c049d3b2267d953998e7ad175834e58cbcbffe2 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 12 Jan 2022 19:16:43 +0100 Subject: [PATCH 2/5] SDL2: update to 2.0.20. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 68e459178fe1..db3afefab3ce 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.0.18 +version=2.0.20 revision=1 build_style=gnu-configure configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev @@ -15,7 +15,7 @@ license="Zlib" homepage="https://www.libsdl.org/" changelog="https://raw.githubusercontent.com/libsdl-org/SDL/main/WhatsNew.txt" distfiles="https://www.libsdl.org/release/${pkgname}-${version}.tar.gz" -checksum=94d40cd73dbfa10bb6eadfbc28f355992bb2d6ef6761ad9d4074eff95ee5711c +checksum=c56aba1d7b5b0e7e999e4a7698c70b63a3394ff9704b5f6e1c57e0c16f04dd06 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11" From b386c1fa2a40d337d8452eece36375fd756d5d3d Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 12 Jan 2022 19:56:09 +0100 Subject: [PATCH 3/5] wlroots: update to 0.15.0. --- common/shlibs | 2 +- srcpkgs/wlroots/template | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/common/shlibs b/common/shlibs index ebbd48a3d84c..f00ff05bb80c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3522,7 +3522,7 @@ libcodecore.so.0 libio.elementary.code-3.0_1 libio.elementary.music-core.so.0 libio.elementary.music-5.0_1 libpantheon-files-core.so.4 libio.elementary.files-4.1.4_1 libpantheon-files-widgets.so.4 libio.elementary.files-4.1.4_1 -libwlroots.so.9 wlroots-0.14.0_1 +libwlroots.so.10 wlroots-0.15.0_1 libbaseencode.so.1 libbaseencode-1.0.9_1 libcotp.so.12 libcotp-1.2.1_1 libunarr.so.1 libunarr-1.0.1_1 diff --git a/srcpkgs/wlroots/template b/srcpkgs/wlroots/template index 8fdc2ba6ab40..ff56bad71728 100644 --- a/srcpkgs/wlroots/template +++ b/srcpkgs/wlroots/template @@ -1,24 +1,26 @@ # Template file for 'wlroots' pkgname=wlroots -version=0.14.1 +version=0.15.0 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" +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 Vulkan-Headers 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 " +maintainer="Isaac Freund " license="MIT" -homepage="https://github.com/swaywm/wlroots" -distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz" -checksum=448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db +homepage="https://gitlab.freedesktop.org/wlroots/wlroots" +distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz" +checksum=2921a38cea79dbb6f1da895a4dbe1faedba8d7ff2c0c2468dad94ccba12e4278 post_install() { vlicense LICENSE From b096a15a412ef7a429ef042f7b72256c8ec80ff6 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 12 Jan 2022 20:00:10 +0100 Subject: [PATCH 4/5] river: update to 0.1.1. --- srcpkgs/river/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/river/template b/srcpkgs/river/template index 314ed6c53146..9cf3abe4b85b 100644 --- a/srcpkgs/river/template +++ b/srcpkgs/river/template @@ -1,6 +1,6 @@ # Template file for 'river' pkgname=river -version=0.1.0 +version=0.1.1 revision=1 build_style=zig-build configure_args="$(vopt_if xwayland -Dxwayland)" @@ -12,7 +12,7 @@ maintainer="Isaac Freund " license="GPL-3.0-or-later" homepage="https://github.com/riverwm/river" distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz" -checksum=4153a5511a1008e87a2251fc4510a43d6f6085f41b040222506355ff6d4bd10f +checksum=2a0bcd4670ed9ebd39c279f2bf10803fc65c9f3ee2307ce40728df23ce914d18 build_options="xwayland" build_options_default="xwayland" From 8d2224cda42574cedb1dffcb20254a813e338a87 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 13 Jan 2022 20:19:34 +0100 Subject: [PATCH 5/5] hikari: update to 2.3.3. --- srcpkgs/hikari/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hikari/template b/srcpkgs/hikari/template index 246167366188..7bd6ffa4bf51 100644 --- a/srcpkgs/hikari/template +++ b/srcpkgs/hikari/template @@ -1,6 +1,6 @@ # Template file for 'hikari' pkgname=hikari -version=2.3.2 +version=2.3.3 revision=1 build_style=gnu-makefile make_cmd=bmake @@ -16,7 +16,7 @@ license="BSD-2-Clause" homepage="https://hikari.acmelabs.space" changelog="https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md" distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz" -checksum=9e8f135b4b31ae1267ae4fdf0c25932b62aeaf1e6642e1dc67471b9863107ecb +checksum=40736ff326e11a51128c1739051a692ad2c79173fc4b695c8be5ec7a614b4de2 conf_files="/etc/pam.d/hikari-unlocker /etc/hikari/hikari.conf" # bmake's -q flag seems to differ in behavior from gnu make which causes the # build style's handling of the check target not existing to fail.