Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wlroots: update to 0.16, labwc: update to 0.6.0
Date: Tue, 27 Dec 2022 11:22:58 +0100	[thread overview]
Message-ID: <20221227102258.zy3NCKaYPmdorBH1-hLfIIrLMN4PVaKvlmhdfsT9Afo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40587@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]

There is an updated pull request by tranzystorek-io against master on the void-packages repository

https://github.com/tranzystorek-io/void-packages labwc
https://github.com/void-linux/void-packages/pull/40587

wlroots: update to 0.16, labwc: update to 0.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40587.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-labwc-40587.patch --]
[-- Type: text/x-diff, Size: 19694 bytes --]

From beaed2c09892b9922850b26607f55f8cc6a136f4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 01:51:25 +0100
Subject: [PATCH 1/9] hwids: update to 0.364

---
 .../hwids/patches/pkgconfig-sysrootdir.patch  | 25 +++++++++++++++++++
 srcpkgs/hwids/template                        | 14 +++++++++--
 2 files changed, 37 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/hwids/patches/pkgconfig-sysrootdir.patch

diff --git a/srcpkgs/hwids/patches/pkgconfig-sysrootdir.patch b/srcpkgs/hwids/patches/pkgconfig-sysrootdir.patch
new file mode 100644
index 000000000000..6af35847b88b
--- /dev/null
+++ b/srcpkgs/hwids/patches/pkgconfig-sysrootdir.patch
@@ -0,0 +1,25 @@
+From d3325fd72bd45ba74e709b4083521104193b224e Mon Sep 17 00:00:00 2001
+From: Markus Volk <f_l_k@t-online.de>
+Date: Wed, 9 Nov 2022 18:37:41 +0100
+Subject: [PATCH] hwdata.pc.in: use sysroot prefix for pkgdatadir variable
+
+The pc_sysroot is automatically added to cflags and libs but not
+to 'pkg-config --variable'. This matches what wayland-protocols does.
+
+Signed-off-by: Markus Volk <f_l_k@t-online.de>
+---
+ hwdata.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hwdata.pc.in b/hwdata.pc.in
+index 8dd73b6..c5791d3 100644
+--- a/hwdata.pc.in
++++ b/hwdata.pc.in
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+ datadir=@datadir@
+-pkgdatadir=@pkgdatadir@
++pkgdatadir=${pc_sysrootdir}@pkgdatadir@
+ 
+ Name: @NAME@
+ Description: Hardware identification and configuration data
diff --git a/srcpkgs/hwids/template b/srcpkgs/hwids/template
index aa52f74824d4..57619713fc34 100644
--- a/srcpkgs/hwids/template
+++ b/srcpkgs/hwids/template
@@ -1,18 +1,28 @@
 # Template file for 'hwids'
 pkgname=hwids
 reverts="20201207_1 20210613_1 20200813.1_1 20200813.1_2 20200306_1 20200204_1 20191025_1 20190818_1 20190316_1 20180917_1 20180518_1 20180315_1 20171003_1 20170715_1 20170328_1 20161103_1 20160801_1 20160421_1 20160306_1 20150717_1 20150421_1 20150129_1 20150118_1"
-version=0.361
+version=0.364
 revision=1
 short_desc="Hardware Identification Databases"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/vcrhonek/hwdata"
 distfiles="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${version}.tar.gz"
-checksum=d16c4be2a0476be039dce114401e7e8417f704eb89d9e5add7b3538dd58a2462
+checksum=e79ee7e0251c94273ac8ffa7f68892152d3cfc243a471bc61771d8ab53da3331
 
 do_install() {
 	vmkdir usr/share/hwdata
 	for i in *.ids; do
 		vinstall $i 644 usr/share/hwdata
 	done
+
+	vmkdir usr/share/pkgconfig
+	vinstall hwdata.pc.in 644 usr/share/pkgconfig hwdata.pc
+	vsed -i \
+		-e 's|@prefix@|/usr|g' \
+		-e 's|@datadir@|/usr/share|g' \
+		-e 's|@pkgdatadir@|${datadir}/hwdata|g' \
+		-e "s|@VERSION@|${version}|g" \
+		-e "s|@NAME@|hwdata|g" \
+		${DESTDIR}/usr/share/pkgconfig/hwdata.pc
 }

From c819e75b2b285da232b3619a3765a1fcd38a7839 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 01:56:17 +0100
Subject: [PATCH 2/9] wlroots: update to 0.16.0

---
 common/shlibs            | 2 +-
 srcpkgs/wlroots/template | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 11ef64e0cc7f..47f76da1b59a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3530,7 +3530,7 @@ 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 wlroots-0.15.0_1
+libwlroots.so.11 wlroots-0.16.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 d767d7d80e54..80cc0fedecf0 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,13 +1,13 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-version=0.15.1
+version=0.16.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 glslang"
+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
@@ -19,8 +19,8 @@ short_desc="Modular Wayland compositor library"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="MIT"
 homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
-distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
-checksum=5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373
+distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
+checksum=8478ab30bb96c5d5dc5b8180844909300a8d4a7d907d48271a8f389572c384cf
 
 post_install() {
 	vlicense LICENSE
@@ -28,6 +28,7 @@ post_install() {
 
 wlroots-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
+	conflicts="wlroots0.15-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 549ec881c59c68a177b14642e6afe3e539b33b48 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 01:58:01 +0100
Subject: [PATCH 3/9] New package: wlroots0.15-0.15.1

---
 common/shlibs                |  1 +
 srcpkgs/wlroots0.15-devel    |  1 +
 srcpkgs/wlroots0.15/template | 38 ++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/wlroots0.15-devel
 create mode 100644 srcpkgs/wlroots0.15/template

diff --git a/common/shlibs b/common/shlibs
index 47f76da1b59a..1c852ef3fdff 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3530,6 +3530,7 @@ 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 wlroots-0.16.0_1
 libbaseencode.so.1 libbaseencode-1.0.9_1
 libcotp.so.12 libcotp-1.2.1_1
diff --git a/srcpkgs/wlroots0.15-devel b/srcpkgs/wlroots0.15-devel
new file mode 120000
index 000000000000..2e1ce6ccc624
--- /dev/null
+++ b/srcpkgs/wlroots0.15-devel
@@ -0,0 +1 @@
+wlroots0.15
\ No newline at end of file
diff --git a/srcpkgs/wlroots0.15/template b/srcpkgs/wlroots0.15/template
new file mode 100644
index 000000000000..1cfd3c2a71c7
--- /dev/null
+++ b/srcpkgs/wlroots0.15/template
@@ -0,0 +1,38 @@
+# Template file for 'wlroots0.15'
+pkgname=wlroots0.15
+version=0.15.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 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 <mail@isaacfreund.com>"
+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}"
+	conflicts="wlroots0.14-devel"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 003a52f73153c9a764f5f3b9abac11032ba4dbe4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 02:04:17 +0100
Subject: [PATCH 4/9] hikari: rebuild for wlroots0.15

---
 srcpkgs/hikari/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hikari/template b/srcpkgs/hikari/template
index 7bd6ffa4bf51..64811ea08b14 100644
--- a/srcpkgs/hikari/template
+++ b/srcpkgs/hikari/template
@@ -1,7 +1,7 @@
 # Template file for 'hikari'
 pkgname=hikari
 version=2.3.3
-revision=1
+revision=2
 build_style=gnu-makefile
 make_cmd=bmake
 make_use_env=yes
@@ -9,7 +9,7 @@ make_build_args="WITH_POSIX_C_SOURCE=YES WITH_XWAYLAND=YES
  WITH_SCREENCOPY=YES WITH_GAMMACONTROL=YES WITH_LAYERSHELL=YES ETC_PREFIX="
 make_install_args="ETC_PREFIX= WITHOUT_SUID=YES"
 hostmakedepends="bmake pkg-config wayland-devel"
-makedepends="wlroots-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
+makedepends="wlroots0.15-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
 short_desc="Stacking Wayland compositor with tiling features"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-2-Clause"

From a21d61414a56fd1903ec071744807ed2c2e616c7 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 02:06:16 +0100
Subject: [PATCH 5/9] river: rebuild for wlroots0.15

---
 srcpkgs/river/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 5c34a94799c9..3906858d507e 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,11 +1,11 @@
 # Template file for 'river'
 pkgname=river
 version=0.1.1
-revision=1
+revision=2
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland)"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots0.15-devel libevdev-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"

From d8486b5b414edf00d4f1dc38229289887c4646da Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 02:07:15 +0100
Subject: [PATCH 6/9] sway: update to 1.8

---
 srcpkgs/sway/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index bfb862c9aaaf..2c773df82051 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,20 +1,20 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.7
+version=1.8
 revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
-makedepends="wlroots-devel pcre-devel json-c-devel pango-devel cairo-devel
+makedepends="wlroots-devel pcre2-devel json-c-devel pango-devel cairo-devel
  gdk-pixbuf-devel libevdev-devel"
 depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Olaf Mersmann <olafm@p-value.net>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=0c64536fb2883ec518e75cfb119f9300115fb49b084e3fde62b794fe2c6c8d84
+distfiles="https://github.com/swaywm/sway/archive/refs/tags/${version}.tar.gz"
+checksum=fae0422bca8f528027f77e3a7bbea2be0498bba2ad3f0d22554ff8827e37f04e
 
 post_install() {
 	vlicense LICENSE

From 1e00a98fbf452d9efe32911401967b6aaa279b72 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 27 Nov 2022 09:49:51 +0100
Subject: [PATCH 7/9] wayfire: update to 0.7.5, rebuild for wlroots 0.16

---
 srcpkgs/wayfire/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index 5fdef2abd639..8419ee024a57 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire'
 pkgname=wayfire
-version=0.7.3
-revision=2
+version=0.7.5
+revision=1
 _utils_commit=889fdafa7b09fc6ce70313fd3f067cfc8c21a2ac
 _touch_commit=8974eb0f6a65464b63dd03b842795cb441fb6403
 create_wrksrc=yes
@@ -16,10 +16,10 @@ short_desc="3D wayland compositor"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://wayfire.org"
-distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz
+distfiles="https://github.com/WayfireWM/wayfire/archive/refs/tags/v${version}.tar.gz
  https://github.com/WayfireWM/wf-utils/archive/${_utils_commit}.tar.gz
  https://github.com/WayfireWM/wf-touch/archive/${_touch_commit}.tar.gz"
-checksum="72575b6d598087d6fe737a8066db5405d7cff88a3041447f56b83313ac9a0684
+checksum="ae9a44d3ddcdf97b2dbe2baeeaf880f24f95bfb18e11e1dd5ad7443c26c5e19e
  bbde37e1a8b5ecb322096b32891593c14264800291be8773f7f0708fc110ed2f
  09061c8a4d3d964e8dcfd1a7b97f7dc43d0fc30743b0993585439c6923ce422f"
 

From 01b87f1814ba146307efb899defc9aee2d587b21 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 02:09:31 +0100
Subject: [PATCH 8/9] wayfire-plugins-extra: update to 0.7.5, rebuild for
 wayfire 0.7.5

---
 .../wayfire-plugins-extra/patches/mag.patch   | 99 -------------------
 srcpkgs/wayfire-plugins-extra/template        |  8 +-
 2 files changed, 4 insertions(+), 103 deletions(-)
 delete mode 100644 srcpkgs/wayfire-plugins-extra/patches/mag.patch

diff --git a/srcpkgs/wayfire-plugins-extra/patches/mag.patch b/srcpkgs/wayfire-plugins-extra/patches/mag.patch
deleted file mode 100644
index 0cb71ad5d86b..000000000000
--- a/srcpkgs/wayfire-plugins-extra/patches/mag.patch
+++ /dev/null
@@ -1,99 +0,0 @@
-diff --git a/src/mag.cpp b/src/mag.cpp
-index 1ed4d73..f03cf7c 100644
---- a/src/mag.cpp
-+++ b/src/mag.cpp
-@@ -35,16 +35,6 @@
- #include "wayfire/opengl.hpp"
- #include <glm/gtc/matrix_transform.hpp>
- 
--extern "C"
--{
--#define static
--#include <wlr/config.h>
--#include <wlr/render/gles2.h>
--#include <wlr/render/wlr_renderer.h>
--#include <wlr/types/wlr_matrix.h>
--#undef static
--}
--
- #include <wayfire/util/log.hpp>
- 
- 
-@@ -171,19 +161,6 @@ class wayfire_magnifier : public wf::plugin_interface_t
- 
-     wf::effect_hook_t post_hook = [=] ()
-     {
--        wlr_dmabuf_attributes dmabuf_attribs;
--
--        /* This plugin only works if this function succeeds. It will not
--         * work with the x11 backend but works with drm, for example. */
--        if (!wlr_output_export_dmabuf(output->handle, &dmabuf_attribs))
--        {
--            LOGE("Failed reading output contents");
--            deactivate();
--            active = false;
--
--            return;
--        }
--
-         auto cursor_position = output->get_cursor_position();
- 
-         auto ortho = output->render->get_target_framebuffer()
-@@ -201,9 +178,6 @@ class wayfire_magnifier : public wf::plugin_interface_t
-         float y = cursor.y;
- 
-         auto og = output->get_relative_geometry();
--        gl_geometry src_geometry = {0, 0, (float)og.width, (float)og.height};
--        auto transform = output->render->get_target_framebuffer().transform;
--        transform = glm::inverse(transform);
- 
-         width  = og.width;
-         height = og.height;
-@@ -220,6 +194,9 @@ class wayfire_magnifier : public wf::plugin_interface_t
-         /* Compute zoom_box, forcing the zoom to stay on the output */
-         gl_geometry zoom_box;
- 
-+        /* Y-invert */
-+        y = 1.0 - y;
-+
-         zoom_box.x1 = x - level;
-         zoom_box.y1 = y - level;
-         zoom_box.x2 = x + level;
-@@ -249,27 +226,25 @@ class wayfire_magnifier : public wf::plugin_interface_t
-             zoom_box.y2  = 1.0;
-         }
- 
-+        zoom_box.x1 *= width - 1;
-+        zoom_box.x2 *= width - 1;
-+        zoom_box.y1 *= height - 1;
-+        zoom_box.y2 *= height - 1;
-+
-         /* Copy zoom_box part of the output to our own texture to be
-          * read by the mag_view_t. */
--        auto wlr_texture = wlr_texture_from_dmabuf(
--            wf::get_core().renderer, &dmabuf_attribs);
--
--        wf::texture_t texture{wlr_texture};
- 
-         OpenGL::render_begin();
-         mag_view->mag_tex.allocate(width, height);
-         mag_view->mag_tex.geometry = og;
-         mag_view->mag_tex.bind();
--
--        OpenGL::render_transformed_texture(texture, src_geometry, zoom_box,
--            transform * mag_view->mag_tex.get_orthographic_projection(),
--            glm::vec4(1.0),
--            OpenGL::TEXTURE_USE_TEX_GEOMETRY);
-+        GL_CALL(glBindFramebuffer(GL_READ_FRAMEBUFFER,
-+            output->render->get_target_framebuffer().fb));
-+        GL_CALL(glBlitFramebuffer(zoom_box.x1, zoom_box.y2, zoom_box.x2, zoom_box.y1,
-+            0, 0, width, height,
-+            GL_COLOR_BUFFER_BIT, GL_LINEAR));
-         OpenGL::render_end();
- 
--        wlr_texture_destroy(wlr_texture);
--        wlr_dmabuf_attributes_finish(&dmabuf_attribs);
--
-         mag_view->damage();
-     };
- 
diff --git a/srcpkgs/wayfire-plugins-extra/template b/srcpkgs/wayfire-plugins-extra/template
index a666281e177a..97170bfcdf98 100644
--- a/srcpkgs/wayfire-plugins-extra/template
+++ b/srcpkgs/wayfire-plugins-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire-plugins-extra'
 pkgname=wayfire-plugins-extra
-version=0.7.0
-revision=6
+version=0.7.5
+revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wayfire-devel glibmm-devel"
@@ -10,8 +10,8 @@ short_desc="Additional plugins for Wayfire"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://wayfire.org/"
-distfiles="https://github.com/WayfireWM/wayfire-plugins-extra/archive/v${version}.tar.gz"
-checksum=e6377e7f2cd6b0a19fe0a256c819f801ee1d963524ed4e4930b702474bc04287
+distfiles="https://github.com/WayfireWM/wayfire-plugins-extra/archive/refs/tags/v${version}.tar.gz"
+checksum=70418f29ecf9e3cb9c5313302ded125048d1493d57e4e5146f30363c5c954840
 
 post_install() {
 	vlicense LICENSE

From 0f830a2b46f27cde4b085c2d8a69704d4a9c0bfc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 18 Nov 2022 02:11:59 +0100
Subject: [PATCH 9/9] labwc: update to 0.6.0

---
 srcpkgs/labwc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/labwc/template b/srcpkgs/labwc/template
index eb5099cc725b..2b898a51bfb6 100644
--- a/srcpkgs/labwc/template
+++ b/srcpkgs/labwc/template
@@ -1,7 +1,7 @@
 # Template file for 'labwc'
 pkgname=labwc
-version=0.5.3
-revision=2
+version=0.6.0
+revision=1
 build_style=meson
 hostmakedepends="pkg-config scdoc wayland-devel"
 makedepends="cairo-devel glib-devel libxml2-devel pango-devel wlroots-devel"
@@ -10,8 +10,8 @@ maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://labwc.github.io/"
 changelog="https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md"
-distfiles="https://github.com/labwc/labwc/archive/${version}.tar.gz"
-checksum=0b67bc89a5d9059fae28822f3ba2373553dea290cd931c9384a91dbeb2054650
+distfiles="https://github.com/labwc/labwc/archive/refs/tags/${version}.tar.gz"
+checksum=3a4ee960b4f764f276d581f83c95692c74c6a685e55438fb37ca6dd92e02f069
 
 post_install() {
 	local _example

  parent reply	other threads:[~2022-12-27 10:22 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18  1:15 [PR PATCH] " tranzystorek-io
2022-11-18  1:16 ` tranzystorek-io
2022-11-18  1:30 ` [PR REVIEW] " paper42
2022-11-18  1:40 ` tranzystorek-io
2022-11-18  1:47 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-18  2:00 ` tranzystorek-io
2022-11-18  2:56 ` cinerea0
2022-11-18  6:19 ` tranzystorek-io
2022-11-18 10:27 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-18 10:44 ` paper42
2022-11-18 10:54 ` [PR PATCH] [Updated] wlroots: update to 0.16, " tranzystorek-io
2022-11-18 11:08 ` tranzystorek-io
2022-11-18 12:05 ` ifreund
2022-11-18 12:07 ` tranzystorek-io
2022-11-18 12:13 ` paper42
2022-11-26 18:55 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-27  0:45 ` [PR REVIEW] " paper42
2022-11-27  8:53 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-27  8:57 ` [PR REVIEW] " tranzystorek-io
2022-11-27 16:35 ` paper42
2022-11-27 16:35 ` paper42
2022-11-27 19:38 ` tranzystorek-io
2022-11-28 17:13 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-28 17:14 ` tranzystorek-io
2022-11-28 17:14 ` [PR REVIEW] " tranzystorek-io
2022-11-28 17:42 ` paper42
2022-11-28 17:42 ` paper42
2022-11-28 17:42 ` paper42
2022-11-28 17:42 ` paper42
2022-11-28 17:56 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-28 17:57 ` [PR REVIEW] " tranzystorek-io
2022-11-28 17:57 ` tranzystorek-io
2022-11-28 17:58 ` tranzystorek-io
2022-11-28 18:08 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-29 18:16 ` skmpz
2022-12-03 12:49 ` [PR REVIEW] " ardadem
2022-12-06  7:16 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-06  7:31 ` tranzystorek-io
2022-12-06  8:50 ` [PR REVIEW] " paper42
2022-12-06 10:18 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-06 10:29 ` tranzystorek-io
2022-12-06 10:45 ` tranzystorek-io
2022-12-06 11:01 ` [PR REVIEW] " tranzystorek-io
2022-12-27 10:22 ` tranzystorek-io [this message]
2022-12-27 10:40 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-27 10:41 ` [PR REVIEW] " tranzystorek-io
2022-12-27 17:32 ` paper42
2022-12-27 17:33 ` paper42
2022-12-27 19:07 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-27 19:08 ` [PR REVIEW] " tranzystorek-io
2022-12-27 19:08 ` tranzystorek-io
2022-12-27 22:21 ` [PR PATCH] [Merged]: " paper42
2022-12-29  0:54 ` [PR REVIEW] " mhmdanas
2022-12-29  8:39 ` tranzystorek-io
2022-12-29  8:40 ` tranzystorek-io
2022-12-29 14:48 ` mhmdanas
2022-12-30  3:18 ` mhmdanas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221227102258.zy3NCKaYPmdorBH1-hLfIIrLMN4PVaKvlmhdfsT9Afo@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).