Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chatterino2: update to 2.5.3
@ 2025-03-28 19:21 konskara
  2025-03-28 19:28 ` [PR PATCH] [Closed]: " konskara
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: konskara @ 2025-03-28 19:21 UTC (permalink / raw)
  To: ml

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

There is a new pull request by konskara against master on the void-packages repository

https://github.com/konskara/void-packages chatterino2
https://github.com/void-linux/void-packages/pull/54894

chatterino2: update to 2.5.3
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 34e783a89b52594555619c94c74c1044fea61442 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Fri, 28 Mar 2025 21:12:30 +0200
Subject: [PATCH 1/2] Delete srcpkgs/chatterino2/patches directory

---
 .../patches/0001-fix-desktop-icon-name.patch  | 13 -------
 srcpkgs/chatterino2/patches/cmake.patch       | 36 -------------------
 2 files changed, 49 deletions(-)
 delete mode 100644 srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
 delete mode 100644 srcpkgs/chatterino2/patches/cmake.patch

diff --git a/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch b/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
deleted file mode 100644
index 1b0a6d6140e468..00000000000000
--- a/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/resources/com.chatterino.chatterino.desktop b/resources/com.chatterino.chatterino.desktop
-index 6ee45354..ece81f5c 100644
---- a/resources/com.chatterino.chatterino.desktop
-+++ b/resources/com.chatterino.chatterino.desktop
-@@ -4,7 +4,7 @@ Version=1.0
- Name=Chatterino
- Comment=Chat client for Twitch
- Exec=chatterino
--Icon=chatterino
-+Icon=com.chatterino.chatterino
- Terminal=false
- Categories=Network;InstantMessaging;
- StartupWMClass=chatterino
diff --git a/srcpkgs/chatterino2/patches/cmake.patch b/srcpkgs/chatterino2/patches/cmake.patch
deleted file mode 100644
index 8a564356695750..00000000000000
--- a/srcpkgs/chatterino2/patches/cmake.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/cmake/FindLRUCache.cmake b/cmake/FindLRUCache.cmake
-index 82905436..b0b89a4e 100644
---- a/cmake/FindLRUCache.cmake
-+++ b/cmake/FindLRUCache.cmake
-@@ -1,6 +1,6 @@
- include(FindPackageHandleStandardArgs)
- 
--find_path(LRUCache_INCLUDE_DIR lrucache/lrucache.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/lrucache)
-+find_path(LRUCache_INCLUDE_DIR lrucache/lrucache.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/lrucache NO_CMAKE_FIND_ROOT_PATH)
- 
- find_package_handle_standard_args(LRUCache DEFAULT_MSG LRUCache_INCLUDE_DIR)
- 
-diff --git a/cmake/FindPajladaSerialize.cmake b/cmake/FindPajladaSerialize.cmake
-index 4671874c..119284c2 100644
---- a/cmake/FindPajladaSerialize.cmake
-+++ b/cmake/FindPajladaSerialize.cmake
-@@ -1,6 +1,6 @@
- include(FindPackageHandleStandardArgs)
- 
--find_path(PajladaSerialize_INCLUDE_DIR pajlada/serialize.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/serialize/include)
-+find_path(PajladaSerialize_INCLUDE_DIR pajlada/serialize.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/serialize/include NO_CMAKE_FIND_ROOT_PATH)
- 
- find_package_handle_standard_args(PajladaSerialize DEFAULT_MSG PajladaSerialize_INCLUDE_DIR)
- 
-diff --git a/cmake/FindPajladaSignals.cmake b/cmake/FindPajladaSignals.cmake
-index f4c964ec..75efba20 100644
---- a/cmake/FindPajladaSignals.cmake
-+++ b/cmake/FindPajladaSignals.cmake
-@@ -1,6 +1,6 @@
- include(FindPackageHandleStandardArgs)
- 
--find_path(PajladaSignals_INCLUDE_DIR pajlada/signals/signal.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/signals/include)
-+find_path(PajladaSignals_INCLUDE_DIR pajlada/signals/signal.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/signals/include NO_CMAKE_FIND_ROOT_PATH)
- 
- find_package_handle_standard_args(PajladaSignals DEFAULT_MSG PajladaSignals_INCLUDE_DIR)
- 

From 75957dc317bd51aa3643ea86243c7d21df8c71b3 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Fri, 28 Mar 2025 21:15:12 +0200
Subject: [PATCH 2/2] Add files via upload

---
 srcpkgs/chatterino2/template | 54 +++++++++---------------------------
 1 file changed, 13 insertions(+), 41 deletions(-)

diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template
index 33778d556fa6d4..3a770aec4d02da 100644
--- a/srcpkgs/chatterino2/template
+++ b/srcpkgs/chatterino2/template
@@ -1,51 +1,23 @@
 # Template file for 'chatterino2'
 pkgname=chatterino2
-version=2.3.5
-revision=2
-_libcommuni_commit="a7b32cd6fa0640721b6114b31d37d79ebf832411"
-_serialize_commit="7d37cbfd5ac3bfbe046118e1cec3d32ba4696469"
-_settings_commit="04792d853c7f83c9d7ab4df00279442a658d3be3"
-_signals_commit="25e4ec3b8d6ea94a5e65a26e7cfcbbce3b87c5d6"
-_sanitizers_cmake_commit="99e159ec9bc8dd362b08d18436bd40ff0648417b"
+version=2.5.3
+revision=1
+archs="x86_64"
 build_style=cmake
-configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON"
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-multimedia-devel qt5-svg-devel
- qtkeychain-qt5-devel boost-devel openssl-devel rapidjson websocketpp"
-depends="qt5-imageformats qt5-svg"
-short_desc="Chat client for twitch.tv"
+configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON -DCMAKE_BUILD_TYPE=Release -DUSE_PRECOMPILED_HEADERS=OFF -DCHATTERINO_UPDATER=OFF -DSKIP_JSON_GENERATION=ON" 
+hostmakedepends="git"
+makedepends="qt6-base-devel qt6-core qt6-tools-devel boost-devel openssl-devel qt6-imageformats qtkeychain-qt6-devel qt6-qt5compat-devel qt6-svg-devel libnotify-devel pkg-config"
+depends="qt6-imageformats qt6-svg qt6-base qt6-core qt6-tools boost openssl qt6-imageformats qtkeychain-qt6 qt6-qt5compat qt6-svg libnotify qt6-plugin-tls-openssl"
+short_desc="A twitch chat client"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license=MIT
-homepage="https://chatterino.com"
-changelog="https://chatterino.com/changelog"
-distfiles="https://github.com/Chatterino/chatterino2/archive/refs/tags/v${version}.tar.gz
- https://github.com/Chatterino/libcommuni/archive/${_libcommuni_commit}.tar.gz
- https://github.com/pajlada/serialize/archive/${_serialize_commit}.tar.gz
- https://github.com/pajlada/settings/archive/${_settings_commit}.tar.gz
- https://github.com/pajlada/signals/archive/${_signals_commit}.tar.gz
- https://github.com/arsenm/sanitizers-cmake/archive/${_sanitizers_cmake_commit}.tar.gz"
-checksum="f1fff3523f5a3f633430d44f7ca6c6c718a515258d50004a855e69e4aa989b4e
- d6fd560851357d1e52f93604314215c75b291104e054c84a16c34d7d83d40f14
- d0da2cebd5dfd7b20f7247f1e4fb6b8a866434db49316a067b6c798ec8217c63
- 702e97d8f2fcaec65256e6f691c3ed055924430ce64b29ebe74f3769a9d50d71
- ae098841b0f33079366eff8bc44fe3f2f2f65e70259c1cc9ff8d727c4edf974c
- f9cf386638f455c5d2e7a835b95941201387d2531b8682942d59827663b58341"
-skip_extraction="
- ${_libcommuni_commit}.tar.gz
- ${_serialize_commit}.tar.gz
- ${_settings_commit}.tar.gz
- ${_signals_commit}.tar.gz
- ${_sanitizers_cmake_commit}.tar.gz
- "
+homepage="https://github.com/Chatterino/chatterino2"
 
-post_extract() {
-	vsrcextract -C lib/libcommuni ${_libcommuni_commit}.tar.gz
-	vsrcextract -C lib/serialize ${_serialize_commit}.tar.gz
-	vsrcextract -C lib/settings ${_settings_commit}.tar.gz
-	vsrcextract -C lib/signals ${_signals_commit}.tar.gz
-	vsrcextract -C cmake/sanitizers-cmake ${_sanitizers_cmake_commit}.tar.gz
+
+do_fetch() {
+    git clone --recurse-submodules --branch v${version} https://github.com/Chatterino/chatterino2.git "$wrksrc"
 }
 
 post_install() {
 	vlicense LICENSE
-}
+}
\ No newline at end of file

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: chatterino2: update to 2.5.3
  2025-03-28 19:21 [PR PATCH] chatterino2: update to 2.5.3 konskara
@ 2025-03-28 19:28 ` konskara
  2025-04-10 10:20 ` [PR PATCH] [Updated] " konskara
  2025-05-01  4:38 ` [PR PATCH] [Closed]: " konskara
  2 siblings, 0 replies; 5+ messages in thread
From: konskara @ 2025-03-28 19:28 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

chatterino2: update to 2.5.3
https://github.com/void-linux/void-packages/pull/54894

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

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] chatterino2: update to 2.5.3
  2025-03-28 19:21 [PR PATCH] chatterino2: update to 2.5.3 konskara
  2025-03-28 19:28 ` [PR PATCH] [Closed]: " konskara
@ 2025-04-10 10:20 ` konskara
  2025-05-01  4:38 ` [PR PATCH] [Closed]: " konskara
  2 siblings, 0 replies; 5+ messages in thread
From: konskara @ 2025-04-10 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/konskara/void-packages chatterino2
https://github.com/void-linux/void-packages/pull/54894

chatterino2: update to 2.5.3
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 34e783a89b52594555619c94c74c1044fea61442 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Fri, 28 Mar 2025 21:12:30 +0200
Subject: [PATCH 1/3] Delete srcpkgs/chatterino2/patches directory

---
 .../patches/0001-fix-desktop-icon-name.patch  | 13 -------
 srcpkgs/chatterino2/patches/cmake.patch       | 36 -------------------
 2 files changed, 49 deletions(-)
 delete mode 100644 srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
 delete mode 100644 srcpkgs/chatterino2/patches/cmake.patch

diff --git a/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch b/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
deleted file mode 100644
index 1b0a6d6140e468..00000000000000
--- a/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/resources/com.chatterino.chatterino.desktop b/resources/com.chatterino.chatterino.desktop
-index 6ee45354..ece81f5c 100644
---- a/resources/com.chatterino.chatterino.desktop
-+++ b/resources/com.chatterino.chatterino.desktop
-@@ -4,7 +4,7 @@ Version=1.0
- Name=Chatterino
- Comment=Chat client for Twitch
- Exec=chatterino
--Icon=chatterino
-+Icon=com.chatterino.chatterino
- Terminal=false
- Categories=Network;InstantMessaging;
- StartupWMClass=chatterino
diff --git a/srcpkgs/chatterino2/patches/cmake.patch b/srcpkgs/chatterino2/patches/cmake.patch
deleted file mode 100644
index 8a564356695750..00000000000000
--- a/srcpkgs/chatterino2/patches/cmake.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/cmake/FindLRUCache.cmake b/cmake/FindLRUCache.cmake
-index 82905436..b0b89a4e 100644
---- a/cmake/FindLRUCache.cmake
-+++ b/cmake/FindLRUCache.cmake
-@@ -1,6 +1,6 @@
- include(FindPackageHandleStandardArgs)
- 
--find_path(LRUCache_INCLUDE_DIR lrucache/lrucache.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/lrucache)
-+find_path(LRUCache_INCLUDE_DIR lrucache/lrucache.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/lrucache NO_CMAKE_FIND_ROOT_PATH)
- 
- find_package_handle_standard_args(LRUCache DEFAULT_MSG LRUCache_INCLUDE_DIR)
- 
-diff --git a/cmake/FindPajladaSerialize.cmake b/cmake/FindPajladaSerialize.cmake
-index 4671874c..119284c2 100644
---- a/cmake/FindPajladaSerialize.cmake
-+++ b/cmake/FindPajladaSerialize.cmake
-@@ -1,6 +1,6 @@
- include(FindPackageHandleStandardArgs)
- 
--find_path(PajladaSerialize_INCLUDE_DIR pajlada/serialize.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/serialize/include)
-+find_path(PajladaSerialize_INCLUDE_DIR pajlada/serialize.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/serialize/include NO_CMAKE_FIND_ROOT_PATH)
- 
- find_package_handle_standard_args(PajladaSerialize DEFAULT_MSG PajladaSerialize_INCLUDE_DIR)
- 
-diff --git a/cmake/FindPajladaSignals.cmake b/cmake/FindPajladaSignals.cmake
-index f4c964ec..75efba20 100644
---- a/cmake/FindPajladaSignals.cmake
-+++ b/cmake/FindPajladaSignals.cmake
-@@ -1,6 +1,6 @@
- include(FindPackageHandleStandardArgs)
- 
--find_path(PajladaSignals_INCLUDE_DIR pajlada/signals/signal.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/signals/include)
-+find_path(PajladaSignals_INCLUDE_DIR pajlada/signals/signal.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/signals/include NO_CMAKE_FIND_ROOT_PATH)
- 
- find_package_handle_standard_args(PajladaSignals DEFAULT_MSG PajladaSignals_INCLUDE_DIR)
- 

From 75957dc317bd51aa3643ea86243c7d21df8c71b3 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Fri, 28 Mar 2025 21:15:12 +0200
Subject: [PATCH 2/3] Add files via upload

---
 srcpkgs/chatterino2/template | 54 +++++++++---------------------------
 1 file changed, 13 insertions(+), 41 deletions(-)

diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template
index 33778d556fa6d4..3a770aec4d02da 100644
--- a/srcpkgs/chatterino2/template
+++ b/srcpkgs/chatterino2/template
@@ -1,51 +1,23 @@
 # Template file for 'chatterino2'
 pkgname=chatterino2
-version=2.3.5
-revision=2
-_libcommuni_commit="a7b32cd6fa0640721b6114b31d37d79ebf832411"
-_serialize_commit="7d37cbfd5ac3bfbe046118e1cec3d32ba4696469"
-_settings_commit="04792d853c7f83c9d7ab4df00279442a658d3be3"
-_signals_commit="25e4ec3b8d6ea94a5e65a26e7cfcbbce3b87c5d6"
-_sanitizers_cmake_commit="99e159ec9bc8dd362b08d18436bd40ff0648417b"
+version=2.5.3
+revision=1
+archs="x86_64"
 build_style=cmake
-configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON"
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-multimedia-devel qt5-svg-devel
- qtkeychain-qt5-devel boost-devel openssl-devel rapidjson websocketpp"
-depends="qt5-imageformats qt5-svg"
-short_desc="Chat client for twitch.tv"
+configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON -DCMAKE_BUILD_TYPE=Release -DUSE_PRECOMPILED_HEADERS=OFF -DCHATTERINO_UPDATER=OFF -DSKIP_JSON_GENERATION=ON" 
+hostmakedepends="git"
+makedepends="qt6-base-devel qt6-core qt6-tools-devel boost-devel openssl-devel qt6-imageformats qtkeychain-qt6-devel qt6-qt5compat-devel qt6-svg-devel libnotify-devel pkg-config"
+depends="qt6-imageformats qt6-svg qt6-base qt6-core qt6-tools boost openssl qt6-imageformats qtkeychain-qt6 qt6-qt5compat qt6-svg libnotify qt6-plugin-tls-openssl"
+short_desc="A twitch chat client"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license=MIT
-homepage="https://chatterino.com"
-changelog="https://chatterino.com/changelog"
-distfiles="https://github.com/Chatterino/chatterino2/archive/refs/tags/v${version}.tar.gz
- https://github.com/Chatterino/libcommuni/archive/${_libcommuni_commit}.tar.gz
- https://github.com/pajlada/serialize/archive/${_serialize_commit}.tar.gz
- https://github.com/pajlada/settings/archive/${_settings_commit}.tar.gz
- https://github.com/pajlada/signals/archive/${_signals_commit}.tar.gz
- https://github.com/arsenm/sanitizers-cmake/archive/${_sanitizers_cmake_commit}.tar.gz"
-checksum="f1fff3523f5a3f633430d44f7ca6c6c718a515258d50004a855e69e4aa989b4e
- d6fd560851357d1e52f93604314215c75b291104e054c84a16c34d7d83d40f14
- d0da2cebd5dfd7b20f7247f1e4fb6b8a866434db49316a067b6c798ec8217c63
- 702e97d8f2fcaec65256e6f691c3ed055924430ce64b29ebe74f3769a9d50d71
- ae098841b0f33079366eff8bc44fe3f2f2f65e70259c1cc9ff8d727c4edf974c
- f9cf386638f455c5d2e7a835b95941201387d2531b8682942d59827663b58341"
-skip_extraction="
- ${_libcommuni_commit}.tar.gz
- ${_serialize_commit}.tar.gz
- ${_settings_commit}.tar.gz
- ${_signals_commit}.tar.gz
- ${_sanitizers_cmake_commit}.tar.gz
- "
+homepage="https://github.com/Chatterino/chatterino2"
 
-post_extract() {
-	vsrcextract -C lib/libcommuni ${_libcommuni_commit}.tar.gz
-	vsrcextract -C lib/serialize ${_serialize_commit}.tar.gz
-	vsrcextract -C lib/settings ${_settings_commit}.tar.gz
-	vsrcextract -C lib/signals ${_signals_commit}.tar.gz
-	vsrcextract -C cmake/sanitizers-cmake ${_sanitizers_cmake_commit}.tar.gz
+
+do_fetch() {
+    git clone --recurse-submodules --branch v${version} https://github.com/Chatterino/chatterino2.git "$wrksrc"
 }
 
 post_install() {
 	vlicense LICENSE
-}
+}
\ No newline at end of file

From 0600b5d6f0a1dc21f70a23d24c6e2aa72b8b8fee Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 13:20:04 +0300
Subject: [PATCH 3/3] Update

---
 srcpkgs/chatterino2/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template
index 3a770aec4d02da..832bbe20ec9a1d 100644
--- a/srcpkgs/chatterino2/template
+++ b/srcpkgs/chatterino2/template
@@ -4,20 +4,19 @@ version=2.5.3
 revision=1
 archs="x86_64"
 build_style=cmake
-configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON -DCMAKE_BUILD_TYPE=Release -DUSE_PRECOMPILED_HEADERS=OFF -DCHATTERINO_UPDATER=OFF -DSKIP_JSON_GENERATION=ON" 
+configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON -DCMAKE_BUILD_TYPE=Release -DUSE_PRECOMPILED_HEADERS=OFF -DCHATTERINO_UPDATER=OFF -DSKIP_JSON_GENERATION=ON"
 hostmakedepends="git"
 makedepends="qt6-base-devel qt6-core qt6-tools-devel boost-devel openssl-devel qt6-imageformats qtkeychain-qt6-devel qt6-qt5compat-devel qt6-svg-devel libnotify-devel pkg-config"
 depends="qt6-imageformats qt6-svg qt6-base qt6-core qt6-tools boost openssl qt6-imageformats qtkeychain-qt6 qt6-qt5compat qt6-svg libnotify qt6-plugin-tls-openssl"
-short_desc="A twitch chat client"
-maintainer="Orphaned <orphan@voidlinux.org>"
+short_desc="Chat client for twitch.tv"
+maintainer="konskara <konskara41@ee.duth.gr>"
 license=MIT
 homepage="https://github.com/Chatterino/chatterino2"
 
-
 do_fetch() {
-    git clone --recurse-submodules --branch v${version} https://github.com/Chatterino/chatterino2.git "$wrksrc"
+	git clone --recurse-submodules --branch v${version} https://github.com/Chatterino/chatterino2.git "$wrksrc"
 }
 
 post_install() {
 	vlicense LICENSE
-}
\ No newline at end of file
+}

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: chatterino2: update to 2.5.3
  2025-03-28 19:21 [PR PATCH] chatterino2: update to 2.5.3 konskara
  2025-03-28 19:28 ` [PR PATCH] [Closed]: " konskara
  2025-04-10 10:20 ` [PR PATCH] [Updated] " konskara
@ 2025-05-01  4:38 ` konskara
  2 siblings, 0 replies; 5+ messages in thread
From: konskara @ 2025-05-01  4:38 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

chatterino2: update to 2.5.3
https://github.com/void-linux/void-packages/pull/54894

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PR PATCH] chatterino2: update to 2.5.3.
@ 2025-07-11 22:53 rookiejet
  0 siblings, 0 replies; 5+ messages in thread
From: rookiejet @ 2025-07-11 22:53 UTC (permalink / raw)
  To: ml

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

There is a new pull request by rookiejet against master on the void-packages repository

https://github.com/rookiejet/void-packages chatterino2
https://github.com/void-linux/void-packages/pull/56243

chatterino2: update to 2.5.3.
- **chatterino2: update to 2.5.3.**

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl


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

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

From bd897164ec20b6b60326e8a8cfd32ed6cc518100 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Thu, 12 Oct 2023 17:14:54 -0400
Subject: [PATCH 1/2] chatterino2: update to 2.4.6

---
 .../patches/0001-fix-desktop-icon-name.patch  | 13 -----
 srcpkgs/chatterino2/patches/qtkeychain.patch  | 11 ++++
 srcpkgs/chatterino2/template                  | 56 ++++++++++++-------
 3 files changed, 48 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
 create mode 100644 srcpkgs/chatterino2/patches/qtkeychain.patch

diff --git a/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch b/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
deleted file mode 100644
index 1b0a6d6140e468..00000000000000
--- a/srcpkgs/chatterino2/patches/0001-fix-desktop-icon-name.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/resources/com.chatterino.chatterino.desktop b/resources/com.chatterino.chatterino.desktop
-index 6ee45354..ece81f5c 100644
---- a/resources/com.chatterino.chatterino.desktop
-+++ b/resources/com.chatterino.chatterino.desktop
-@@ -4,7 +4,7 @@ Version=1.0
- Name=Chatterino
- Comment=Chat client for Twitch
- Exec=chatterino
--Icon=chatterino
-+Icon=com.chatterino.chatterino
- Terminal=false
- Categories=Network;InstantMessaging;
- StartupWMClass=chatterino
diff --git a/srcpkgs/chatterino2/patches/qtkeychain.patch b/srcpkgs/chatterino2/patches/qtkeychain.patch
new file mode 100644
index 00000000000000..fdfdfccccd1e9b
--- /dev/null
+++ b/srcpkgs/chatterino2/patches/qtkeychain.patch
@@ -0,0 +1,11 @@
+--- a/src/common/Credentials.cpp	2023-09-30 06:09:12.000000000 -0400
++++ b/src/common/Credentials.cpp	2023-10-13 15:25:22.501814854 -0400
+@@ -11,7 +11,7 @@
+ 
+ #ifndef NO_QTKEYCHAIN
+ #    ifdef CMAKE_BUILD
+-#        include "qt5keychain/keychain.h"
++#        include "qt6keychain/keychain.h"
+ #    else
+ #        include "keychain.h"
+ #    endif
diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template
index 33778d556fa6d4..1b7d178aea2c78 100644
--- a/srcpkgs/chatterino2/template
+++ b/srcpkgs/chatterino2/template
@@ -1,18 +1,24 @@
 # Template file for 'chatterino2'
 pkgname=chatterino2
-version=2.3.5
-revision=2
-_libcommuni_commit="a7b32cd6fa0640721b6114b31d37d79ebf832411"
-_serialize_commit="7d37cbfd5ac3bfbe046118e1cec3d32ba4696469"
-_settings_commit="04792d853c7f83c9d7ab4df00279442a658d3be3"
-_signals_commit="25e4ec3b8d6ea94a5e65a26e7cfcbbce3b87c5d6"
-_sanitizers_cmake_commit="99e159ec9bc8dd362b08d18436bd40ff0648417b"
+version=2.4.6
+revision=1
+_libcommuni_commit="030710ad53dda1541601ccabbad36a12a9e90c78"
+_serialize_commit="bbf0a34260a3e8d6e6c48be57653840ac3fa8c30"
+_settings_commit="f92bc7bc4940bf58b7f03cefa81a78ef09752007"
+_signals_commit="ca452a811d684db42f93d6352301406754d0c536"
+_sanitizers_cmake_commit="c3dc841af4dbf44669e65b82cb68a575864326bd"
+_magic_enum_commit="e1a68e9dd3d2e9180b04c8aeacd4975db745e6b8"
+_miniaudio_commit="3898fff8ed923e118326bf07822961d222cb2a9a"
+_websocketpp_commit="b9aeec6eaf3d5610503439b4fae3581d9aff08e8"
 build_style=cmake
-configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON"
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-multimedia-devel qt5-svg-devel
- qtkeychain-qt5-devel boost-devel openssl-devel rapidjson websocketpp"
-depends="qt5-imageformats qt5-svg"
+configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON
+ -DCHATTERINO_LTO=ON
+ -DBUILD_WITH_QT6=ON"
+hostmakedepends="qt6-declarative-host-tools"
+makedepends="qt6-tools-devel qt6-multimedia-devel qt6-svg-devel
+ qtkeychain-qt6-devel boost-devel openssl-devel rapidjson
+ qt6-qt5compat-devel"
+depends="qt6-imageformats qt6-svg"
 short_desc="Chat client for twitch.tv"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license=MIT
@@ -23,19 +29,28 @@ distfiles="https://github.com/Chatterino/chatterino2/archive/refs/tags/v${versio
  https://github.com/pajlada/serialize/archive/${_serialize_commit}.tar.gz
  https://github.com/pajlada/settings/archive/${_settings_commit}.tar.gz
  https://github.com/pajlada/signals/archive/${_signals_commit}.tar.gz
- https://github.com/arsenm/sanitizers-cmake/archive/${_sanitizers_cmake_commit}.tar.gz"
-checksum="f1fff3523f5a3f633430d44f7ca6c6c718a515258d50004a855e69e4aa989b4e
- d6fd560851357d1e52f93604314215c75b291104e054c84a16c34d7d83d40f14
- d0da2cebd5dfd7b20f7247f1e4fb6b8a866434db49316a067b6c798ec8217c63
- 702e97d8f2fcaec65256e6f691c3ed055924430ce64b29ebe74f3769a9d50d71
- ae098841b0f33079366eff8bc44fe3f2f2f65e70259c1cc9ff8d727c4edf974c
- f9cf386638f455c5d2e7a835b95941201387d2531b8682942d59827663b58341"
+ https://github.com/arsenm/sanitizers-cmake/archive/${_sanitizers_cmake_commit}.tar.gz
+ https://github.com/Neargye/magic_enum/archive/${_magic_enum_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/zaphoyd/websocketpp/archive/${_websocketpp_commit}.tar.gz"
+checksum="48c6f7bc95e3d1b3221be629841b5e78160b855d709721028ddfcce1891b380b
+ 0ba1507a74bbbcb20c4bad0af73591ba3638984c0110fff0e7b6dc1584773919
+ 5aa92bb3e5b3fc69d3bdc5dd5d163cfd3cbeae9d87b1708f0ce55d36a8314044
+ daa72c60b137afc9ff9a5e629adb491446d82400686980a50216bc2254f11429
+ 01ccdcb806058d16a49054d6b7017d963f3d83563713e35bd8b5ee856bf9da5c
+ 19d511a3a4ddc872c89ab62c070dd8d1fcc733e6ea4655f5876a60237cd556ba
+ 4311ab6eb59a1ad011372c8bce6a42bec88df6ca177ed8cb2d17c91a8e639865
+ 1d64c0157d11c12432ad9ec080b4ce932e25379829c37a96020c225ec93436d1
+ 167a44121a332e71c51608e08c741c3d3b462f06eba06d4b4882b268cd944f36"
 skip_extraction="
  ${_libcommuni_commit}.tar.gz
  ${_serialize_commit}.tar.gz
  ${_settings_commit}.tar.gz
  ${_signals_commit}.tar.gz
  ${_sanitizers_cmake_commit}.tar.gz
+ ${_magic_enum_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_websocketpp_commit}.tar.gz
  "
 
 post_extract() {
@@ -43,6 +58,9 @@ post_extract() {
 	vsrcextract -C lib/serialize ${_serialize_commit}.tar.gz
 	vsrcextract -C lib/settings ${_settings_commit}.tar.gz
 	vsrcextract -C lib/signals ${_signals_commit}.tar.gz
+	vsrcextract -C lib/magic_enum ${_magic_enum_commit}.tar.gz
+	vsrcextract -C lib/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C lib/websocketpp ${_websocketpp_commit}.tar.gz
 	vsrcextract -C cmake/sanitizers-cmake ${_sanitizers_cmake_commit}.tar.gz
 }
 

From 04207dda230dd94414d93877dded7692ef04e8d2 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 7 Jul 2025 16:53:26 -0400
Subject: [PATCH 2/2] chatterino2: update to 2.5.3.

---
 srcpkgs/chatterino2/patches/cmake.patch      | 48 +++++++++++++
 srcpkgs/chatterino2/patches/qtkeychain.patch | 11 ---
 srcpkgs/chatterino2/template                 | 75 +++++++++++++-------
 3 files changed, 98 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/chatterino2/patches/qtkeychain.patch

diff --git a/srcpkgs/chatterino2/patches/cmake.patch b/srcpkgs/chatterino2/patches/cmake.patch
index 8a564356695750..89c11a3095075a 100644
--- a/srcpkgs/chatterino2/patches/cmake.patch
+++ b/srcpkgs/chatterino2/patches/cmake.patch
@@ -1,3 +1,15 @@
+diff --git a/cmake/FindBoostCertify.cmake b/cmake/FindBoostCertify.cmake
+index 7dc04c3a..5f538248 100644
+--- a/cmake/FindBoostCertify.cmake
++++ b/cmake/FindBoostCertify.cmake
+@@ -1,6 +1,6 @@
+ include(FindPackageHandleStandardArgs)
+ 
+-find_path(BoostCertify_INCLUDE_DIR boost/certify/https_verification.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/certify/include)
++find_path(BoostCertify_INCLUDE_DIR boost/certify/https_verification.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/certify/include NO_CMAKE_FIND_ROOT_PATH)
+ 
+ find_package_handle_standard_args(BoostCertify DEFAULT_MSG BoostCertify_INCLUDE_DIR)
+ 
 diff --git a/cmake/FindLRUCache.cmake b/cmake/FindLRUCache.cmake
 index 82905436..b0b89a4e 100644
 --- a/cmake/FindLRUCache.cmake
@@ -10,6 +22,18 @@ index 82905436..b0b89a4e 100644
  
  find_package_handle_standard_args(LRUCache DEFAULT_MSG LRUCache_INCLUDE_DIR)
  
+diff --git a/cmake/FindMagicEnum.cmake b/cmake/FindMagicEnum.cmake
+index b595075c..9c4e0f03 100644
+--- a/cmake/FindMagicEnum.cmake
++++ b/cmake/FindMagicEnum.cmake
+@@ -1,6 +1,6 @@
+ include(FindPackageHandleStandardArgs)
+ 
+-find_path(MagicEnum_INCLUDE_DIR magic_enum/magic_enum.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/magic_enum/include)
++find_path(MagicEnum_INCLUDE_DIR magic_enum/magic_enum.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/magic_enum/include NO_CMAKE_FIND_ROOT_PATH)
+ 
+ find_package_handle_standard_args(MagicEnum DEFAULT_MSG MagicEnum_INCLUDE_DIR)
+ 
 diff --git a/cmake/FindPajladaSerialize.cmake b/cmake/FindPajladaSerialize.cmake
 index 4671874c..119284c2 100644
 --- a/cmake/FindPajladaSerialize.cmake
@@ -34,3 +58,27 @@ index f4c964ec..75efba20 100644
  
  find_package_handle_standard_args(PajladaSignals DEFAULT_MSG PajladaSignals_INCLUDE_DIR)
  
+diff --git a/cmake/FindSol2.cmake b/cmake/FindSol2.cmake
+index be64d000..2b18a5ce 100644
+--- a/cmake/FindSol2.cmake
++++ b/cmake/FindSol2.cmake
+@@ -1,6 +1,6 @@
+ include(FindPackageHandleStandardArgs)
+ 
+-find_path(Sol2_INCLUDE_DIR sol/sol.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/sol2/include)
++find_path(Sol2_INCLUDE_DIR sol/sol.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/sol2/include NO_CMAKE_FIND_ROOT_PATH)
+ 
+ find_package_handle_standard_args(Sol2 DEFAULT_MSG Sol2_INCLUDE_DIR)
+ 
+diff --git a/cmake/FindWebsocketpp.cmake b/cmake/FindWebsocketpp.cmake
+index f8d0bb65..cd9b8b0e 100644
+--- a/cmake/FindWebsocketpp.cmake
++++ b/cmake/FindWebsocketpp.cmake
+@@ -1,6 +1,6 @@
+ include(FindPackageHandleStandardArgs)
+ 
+-find_path(Websocketpp_INCLUDE_DIR websocketpp/version.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/websocketpp)
++find_path(Websocketpp_INCLUDE_DIR websocketpp/version.hpp HINTS ${CMAKE_SOURCE_DIR}/lib/websocketpp NO_CMAKE_FIND_ROOT_PATH)
+ 
+ find_package_handle_standard_args(Websocketpp DEFAULT_MSG Websocketpp_INCLUDE_DIR)
+ 
diff --git a/srcpkgs/chatterino2/patches/qtkeychain.patch b/srcpkgs/chatterino2/patches/qtkeychain.patch
deleted file mode 100644
index fdfdfccccd1e9b..00000000000000
--- a/srcpkgs/chatterino2/patches/qtkeychain.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/common/Credentials.cpp	2023-09-30 06:09:12.000000000 -0400
-+++ b/src/common/Credentials.cpp	2023-10-13 15:25:22.501814854 -0400
-@@ -11,7 +11,7 @@
- 
- #ifndef NO_QTKEYCHAIN
- #    ifdef CMAKE_BUILD
--#        include "qt5keychain/keychain.h"
-+#        include "qt6keychain/keychain.h"
- #    else
- #        include "keychain.h"
- #    endif
diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template
index 1b7d178aea2c78..096ad9f19f9a3d 100644
--- a/srcpkgs/chatterino2/template
+++ b/srcpkgs/chatterino2/template
@@ -1,24 +1,31 @@
 # Template file for 'chatterino2'
 pkgname=chatterino2
-version=2.4.6
+version=2.5.3
 revision=1
-_libcommuni_commit="030710ad53dda1541601ccabbad36a12a9e90c78"
-_serialize_commit="bbf0a34260a3e8d6e6c48be57653840ac3fa8c30"
-_settings_commit="f92bc7bc4940bf58b7f03cefa81a78ef09752007"
-_signals_commit="ca452a811d684db42f93d6352301406754d0c536"
-_sanitizers_cmake_commit="c3dc841af4dbf44669e65b82cb68a575864326bd"
-_magic_enum_commit="e1a68e9dd3d2e9180b04c8aeacd4975db745e6b8"
-_miniaudio_commit="3898fff8ed923e118326bf07822961d222cb2a9a"
-_websocketpp_commit="b9aeec6eaf3d5610503439b4fae3581d9aff08e8"
+_libcommuni_commit="2979eb96262756047a8dca47f2e509168138c0d0"
+_serialize_commit="17946d65a41a72b447da37df6e314cded9650c32"
+_settings_commit="c141a40d2d493646cd8f0b1e06251a828dfdfdd2"
+_signals_commit="d06770649a7e83db780865d09c313a876bf0f4eb"
+_sanitizers_cmake_commit="0573e2ea8651b9bb3083f193c41eb086497cc80a"
+_magic_enum_commit="e55b9b54d5cf61f8e117cafb17846d7d742dd3b4"
+_miniaudio_commit="350784a9467a79d0fa65802132668e5afbcf3777"
+_websocketpp_commit="f1736a8e72b910810ff6869fe20f647a62f3bc35"
+_certify_commit="a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2"
+_sol2_commit="2b0d2fe8ba0074e16b499940c4f3126b9c7d3471"
+_expected_lite_commit="54ca18bcea8e39c41650d82268077d559c695aa5"
+_lua_commit="1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3"
 build_style=cmake
 configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON
  -DCHATTERINO_LTO=ON
- -DBUILD_WITH_QT6=ON"
-hostmakedepends="qt6-declarative-host-tools"
-makedepends="qt6-tools-devel qt6-multimedia-devel qt6-svg-devel
- qtkeychain-qt6-devel boost-devel openssl-devel rapidjson
- qt6-qt5compat-devel"
-depends="qt6-imageformats qt6-svg"
+ -DBUILD_WITH_QT6=ON
+ -DCHATTERINO_UPDATER=OFF
+ -DCHATTERINO_PLUGINS=ON
+ "
+hostmakedepends="qt6-declarative-host-tools doxygen pkg-config python3"
+makedepends="qt6-tools-devel qt6-svg-devel qtkeychain-qt6-devel
+ qt6-qt5compat-devel boost-devel openssl-devel rapidjson
+ libnotify-devel"
+depends="qt6-imageformats"
 short_desc="Chat client for twitch.tv"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license=MIT
@@ -32,16 +39,26 @@ distfiles="https://github.com/Chatterino/chatterino2/archive/refs/tags/v${versio
  https://github.com/arsenm/sanitizers-cmake/archive/${_sanitizers_cmake_commit}.tar.gz
  https://github.com/Neargye/magic_enum/archive/${_magic_enum_commit}.tar.gz
  https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
- https://github.com/zaphoyd/websocketpp/archive/${_websocketpp_commit}.tar.gz"
-checksum="48c6f7bc95e3d1b3221be629841b5e78160b855d709721028ddfcce1891b380b
- 0ba1507a74bbbcb20c4bad0af73591ba3638984c0110fff0e7b6dc1584773919
- 5aa92bb3e5b3fc69d3bdc5dd5d163cfd3cbeae9d87b1708f0ce55d36a8314044
- daa72c60b137afc9ff9a5e629adb491446d82400686980a50216bc2254f11429
- 01ccdcb806058d16a49054d6b7017d963f3d83563713e35bd8b5ee856bf9da5c
- 19d511a3a4ddc872c89ab62c070dd8d1fcc733e6ea4655f5876a60237cd556ba
- 4311ab6eb59a1ad011372c8bce6a42bec88df6ca177ed8cb2d17c91a8e639865
- 1d64c0157d11c12432ad9ec080b4ce932e25379829c37a96020c225ec93436d1
- 167a44121a332e71c51608e08c741c3d3b462f06eba06d4b4882b268cd944f36"
+ https://github.com/zaphoyd/websocketpp/archive/${_websocketpp_commit}.tar.gz
+ https://github.com/Chatterino/certify/archive/${_certify_commit}.tar.gz
+ https://github.com/ThePHD/sol2/archive/${_sol2_commit}.tar.gz
+ https://github.com/martinmoene/expected-lite/archive/${_expected_lite_commit}.tar.gz
+ https://github.com/lua/lua/archive/${_lua_commit}.tar.gz
+ "
+checksum="f2ea359ae8b0098e52239d88b419ed5e3c4d8b6ce8bd3eb8d2f64af5ff20088b
+ 6da5abb774f5f2474ef198ace5db45529ef88eb003fdef0be128fef212fd720b
+ d33129527018ea5dc46abf97009a4417c0e219c46e4db87d4dd4ce146ac45f63
+ 1e326c558323fbfe80d21f1ff07086831ee4fc66579271bd2a4a6081bc0021ba
+ ee0291c3efafa71eb50d671c807f069737fec798706f11d2ba407fb296c3c0df
+ 8788e94b71e08a58442f8e73d9cf718cdd9eb21ffc3d8f7ee2e5fed7a10c2d32
+ bdb15ee58b44988a493b514194ca7e770b7c69d8af0c93d4447bcfa5fc044e3a
+ 28ab6d0d39c32a46d57b52d104046e8b3637bfc51d8bab07ec5ae5415dc8ee52
+ 4f5ab534268f4443b1916473af60edfce667db86a27bccc4c3287b8d59c12497
+ cd9ea0390ec39b75b16ba9f59486d8d42501a3444a045fa2ace016e8eba8d6e1
+ cd840d6bfd004884aef27360c4f17e467c47a2bd8495d75a1a8e80d4ceeb58cd
+ 177a6185f46e6fe0b4de76b90dfc849a42163e91f0b53da7d0585a7838424042
+ 252c3ed15d755ce72461689f1401f5c0c37fe53dd09b4b75597f2e3f9b98a785
+ "
 skip_extraction="
  ${_libcommuni_commit}.tar.gz
  ${_serialize_commit}.tar.gz
@@ -51,6 +68,10 @@ skip_extraction="
  ${_magic_enum_commit}.tar.gz
  ${_miniaudio_commit}.tar.gz
  ${_websocketpp_commit}.tar.gz
+ ${_certify_commit}.tar.gz
+ ${_sol2_commit}.tar.gz
+ ${_expected_lite_commit}.tar.gz
+ ${_lua_commit}.tar.gz
  "
 
 post_extract() {
@@ -61,6 +82,10 @@ post_extract() {
 	vsrcextract -C lib/magic_enum ${_magic_enum_commit}.tar.gz
 	vsrcextract -C lib/miniaudio ${_miniaudio_commit}.tar.gz
 	vsrcextract -C lib/websocketpp ${_websocketpp_commit}.tar.gz
+	vsrcextract -C lib/certify ${_certify_commit}.tar.gz
+	vsrcextract -C lib/sol2 ${_sol2_commit}.tar.gz
+	vsrcextract -C lib/expected-lite ${_expected_lite_commit}.tar.gz
+	vsrcextract -C lib/lua/src ${_lua_commit}.tar.gz
 	vsrcextract -C cmake/sanitizers-cmake ${_sanitizers_cmake_commit}.tar.gz
 }
 

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-07-11 22:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 19:21 [PR PATCH] chatterino2: update to 2.5.3 konskara
2025-03-28 19:28 ` [PR PATCH] [Closed]: " konskara
2025-04-10 10:20 ` [PR PATCH] [Updated] " konskara
2025-05-01  4:38 ` [PR PATCH] [Closed]: " konskara
  -- strict thread matches above, loose matches on Subject: below --
2025-07-11 22:53 [PR PATCH] " rookiejet

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).