Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: abaddon-0.1.12
@ 2023-10-17 16:00 rookiejet
  2023-10-17 16:01 ` [PR PATCH] [Updated] " rookiejet
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: rookiejet @ 2023-10-17 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.12
<!-- 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**

<!-- 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/46753.patch is attached

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

From 27194071b406e283eabbc2b6197596ced02743e0 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.12

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/template              | 53 +++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..5f20f2ada55c4
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK instead of Electron
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..50f95d02755a5
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,53 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.12
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl openssl libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="1372ab9d3fb8c6fd6a3f8b6a900df1028d09d9407b12645aa682135711071113
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+	vsrcextract -C subprojects/rnnoise ${_rnnoise_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.12
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
@ 2023-10-17 16:01 ` rookiejet
  2023-10-17 16:19 ` rookiejet
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-10-17 16:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.12
<!-- 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**

<!-- 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/46753.patch is attached

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

From 3fc8cabcf4afacffe027b00c981a4c6d0c6acfb9 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.12

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/template              | 53 +++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..50f95d02755a5
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,53 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.12
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl openssl libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="1372ab9d3fb8c6fd6a3f8b6a900df1028d09d9407b12645aa682135711071113
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+	vsrcextract -C subprojects/rnnoise ${_rnnoise_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.12
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
  2023-10-17 16:01 ` [PR PATCH] [Updated] " rookiejet
@ 2023-10-17 16:19 ` rookiejet
  2023-10-17 16:46 ` rookiejet
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-10-17 16:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.12
<!-- 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**

<!-- 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/46753.patch is attached

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

From cb2c92c15b236bb341a670bea621029f97e200f3 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.12

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 +++++
 srcpkgs/abaddon/template              | 52 +++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..931103fd2d95f
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,52 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.12
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl openssl libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="1372ab9d3fb8c6fd6a3f8b6a900df1028d09d9407b12645aa682135711071113
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.12
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
  2023-10-17 16:01 ` [PR PATCH] [Updated] " rookiejet
  2023-10-17 16:19 ` rookiejet
@ 2023-10-17 16:46 ` rookiejet
  2023-10-19 11:14 ` rookiejet
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-10-17 16:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.12
<!-- 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**

<!-- 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/46753.patch is attached

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

From df8f0b4ac4253b62501f9dc7d140fe6237fa918b Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.12

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 +++++
 srcpkgs/abaddon/patches/cmake.patch   | 12 +++++++
 srcpkgs/abaddon/template              | 52 +++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 0000000000000..88f6ddc3bed35
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,12 @@
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..931103fd2d95f
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,52 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.12
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl openssl libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="1372ab9d3fb8c6fd6a3f8b6a900df1028d09d9407b12645aa682135711071113
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.12
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (2 preceding siblings ...)
  2023-10-17 16:46 ` rookiejet
@ 2023-10-19 11:14 ` rookiejet
  2023-11-03 11:05 ` rookiejet
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-10-19 11:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.12
<!-- 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**

<!-- 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/46753.patch is attached

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

From 03f97d9284d877d90e32de8be43154f86eb84f1d Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.12

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/patches/cmake.patch   | 12 ++++++
 srcpkgs/abaddon/template              | 54 +++++++++++++++++++++++++++
 3 files changed, 74 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 0000000000000..88f6ddc3bed35
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,12 @@
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..15bf5bae204f2
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,54 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.12
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl openssl libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="1372ab9d3fb8c6fd6a3f8b6a900df1028d09d9407b12645aa682135711071113
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.12
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (3 preceding siblings ...)
  2023-10-19 11:14 ` rookiejet
@ 2023-11-03 11:05 ` rookiejet
  2023-11-13 15:40 ` rookiejet
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-11-03 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.12
<!-- 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**

<!-- 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/46753.patch is attached

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

From 8707af962574d8737d3feb2cf4e8981f914888fb Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.12

---
 srcpkgs/abaddon/files/abaddon.desktop      |  8 ++++
 srcpkgs/abaddon/patches/build_number.patch | 40 ++++++++++++++++
 srcpkgs/abaddon/patches/cmake.patch        | 14 ++++++
 srcpkgs/abaddon/template                   | 54 ++++++++++++++++++++++
 4 files changed, 116 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/build_number.patch
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/build_number.patch b/srcpkgs/abaddon/patches/build_number.patch
new file mode 100644
index 0000000000000..5e2640e78aa86
--- /dev/null
+++ b/srcpkgs/abaddon/patches/build_number.patch
@@ -0,0 +1,40 @@
+fix fetching build number, based on upstream commits 'cdc4a30' and '2d9988b'
+Author: ouwou <26526779+ouwou@users.noreply.github.com>
+
+--- a/src/startup.cpp
++++ b/src/startup.cpp
+@@ -29,10 +29,22 @@ std::optional<std::pair<std::string, std::string>> ParseCookie(const Glib::ustri
+ }
+ 
+ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &contents) {
+-    auto regex = Glib::Regex::create(R"(app-mount.*(/assets/[\w\d]*.js).*/assets/[\w\d]*.js)");
++    auto regex = Glib::Regex::create(R"(/assets/\w{20}.js)");
++    std::vector<Glib::ustring> matches;
++
++    // regex->match_all doesnt work for some reason
++    int start_position = 0;
+     Glib::MatchInfo match;
+-    if (regex->match(contents, match)) {
+-        return match.fetch(1);
++    while (regex->match(contents, start_position, match)) {
++        const auto str = match.fetch(0);
++        matches.push_back(str);
++        int foo;
++        match.fetch_pos(0, start_position, foo);
++        start_position += str.size();
++    }
++
++    if (matches.size() >= 7) {
++        return matches[matches.size() - 7];
+     }
+ 
+     return {};
+@@ -52,7 +64,7 @@ std::optional<uint32_t> GetBuildNumberFromJSURL(const Glib::ustring &url, const
+     auto res = req.execute();
+     if (res.error) return {};
+ 
+-    auto regex = Glib::Regex::create(R"("buildNumber",null!==\(t="(\d+)\"\))");
++    auto regex = Glib::Regex::create("buildNumber:\"(\\d+)\"");
+     Glib::MatchInfo match;
+     Glib::ustring string = res.text;
+     if (regex->match(string, match)) {
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 0000000000000..c42868a25ae5c
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,14 @@
+fix cross-build
+
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..15bf5bae204f2
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,54 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.12
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl openssl libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="1372ab9d3fb8c6fd6a3f8b6a900df1028d09d9407b12645aa682135711071113
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.12
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (4 preceding siblings ...)
  2023-11-03 11:05 ` rookiejet
@ 2023-11-13 15:40 ` rookiejet
  2023-12-08 20:14 ` [PR PATCH] [Updated] New package: abaddon-0.1.13 rookiejet
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-11-13 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.12
<!-- 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**

<!-- 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/46753.patch is attached

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

From 6ec6d0607897fc37c4de927a8943c7bc4ac8411f Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.13

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/patches/cmake.patch   | 14 +++++++
 srcpkgs/abaddon/template              | 54 +++++++++++++++++++++++++++
 3 files changed, 76 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 0000000000000..c42868a25ae5c
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,14 @@
+fix cross-build
+
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..4d0825382ec97
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,54 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.13
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl openssl libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="ef5f89792a816148bff9b0e95e6facc1ccfc16ead59cd0bbc8fabd74b70efbc0
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.13
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (5 preceding siblings ...)
  2023-11-13 15:40 ` rookiejet
@ 2023-12-08 20:14 ` rookiejet
  2023-12-11 14:12 ` [PR PATCH] [Updated] New package: abaddon-0.1.14 rookiejet
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-12-08 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.13
<!-- 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**

<!-- 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/46753.patch is attached

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

From d0921a42defd2082ffde071aae1bfff323ae7cbc Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.14

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/patches/cmake.patch   | 14 +++++++
 srcpkgs/abaddon/template              | 54 +++++++++++++++++++++++++++
 3 files changed, 76 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 0000000000000..c42868a25ae5c
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,14 @@
+fix cross-build
+
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..7bb4fc88c4c6a
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,54 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.14
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="gtkmm libcurl sqlite libsecret libhandy1 libsodium libspdlog"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="afb64186532aecf83929f30fa31a4ba8d0e76279db6319ed0d9912fba06d311c
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.14
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (6 preceding siblings ...)
  2023-12-08 20:14 ` [PR PATCH] [Updated] New package: abaddon-0.1.13 rookiejet
@ 2023-12-11 14:12 ` rookiejet
  2024-01-30 10:11 ` MIvanchev
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2023-12-11 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.14
<!-- 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**

<!-- 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/46753.patch is attached

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

From 85ae1d7aeb4118ee6dbaed40424e42ec464323db Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.1.14

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/patches/cmake.patch   | 14 +++++++
 srcpkgs/abaddon/template              | 53 +++++++++++++++++++++++++++
 3 files changed, 75 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 0000000000000..7515311284c34
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 0000000000000..c42868a25ae5c
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,14 @@
+fix cross-build
+
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 0000000000000..3181aeac920bb
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,53 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.1.14
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="afb64186532aecf83929f30fa31a4ba8d0e76279db6319ed0d9912fba06d311c
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: New package: abaddon-0.1.14
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (7 preceding siblings ...)
  2023-12-11 14:12 ` [PR PATCH] [Updated] New package: abaddon-0.1.14 rookiejet
@ 2024-01-30 10:11 ` MIvanchev
  2024-03-28 18:31 ` [PR PATCH] [Updated] " rookiejet
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: MIvanchev @ 2024-01-30 10:11 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/46753#issuecomment-1916502809

Comment:
I tested it as well, seems to work fine (glibc x86_64)

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.1.14
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (8 preceding siblings ...)
  2024-01-30 10:11 ` MIvanchev
@ 2024-03-28 18:31 ` rookiejet
  2024-04-09 10:45 ` New package: abaddon-0.2.0 MIvanchev
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2024-03-28 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.1.14
<!-- 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**

<!-- 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/46753.patch is attached

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

From d5bf72d96591735d38afa807ed9c5624a7225a7c Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.2.0

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/patches/cmake.patch   | 14 +++++++
 srcpkgs/abaddon/template              | 53 +++++++++++++++++++++++++++
 3 files changed, 75 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 00000000000000..7515311284c340
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 00000000000000..c42868a25ae5cc
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,14 @@
+fix cross-build
+
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 00000000000000..1d785135dd864b
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,53 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.2.0
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="2677a0161f9ff9444a7a3f83b620b0853e045e7b92a63ab3883d8fef39a9c754
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: New package: abaddon-0.2.0
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (9 preceding siblings ...)
  2024-03-28 18:31 ` [PR PATCH] [Updated] " rookiejet
@ 2024-04-09 10:45 ` MIvanchev
  2024-04-09 12:05 ` MIvanchev
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: MIvanchev @ 2024-04-09 10:45 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/46753#issuecomment-2044694616

Comment:
Thank you for maintaining that package! Just 1 thing, abaddon doesn't currently install an icon so the entry in the .desktop file is wrong. Maybe it's better to remove the line.

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

* Re: New package: abaddon-0.2.0
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (10 preceding siblings ...)
  2024-04-09 10:45 ` New package: abaddon-0.2.0 MIvanchev
@ 2024-04-09 12:05 ` MIvanchev
  2024-04-11 20:58 ` rookiejet
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: MIvanchev @ 2024-04-09 12:05 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/46753#issuecomment-2044694616

Comment:
Thank you for maintaining that package! Just 1 thing, abaddon doesn't currently install an icon so the entry in the .desktop file is wrong. Maybe it's better to remove the line.

Also you need a `depends="desktop-file-utils"` because of the desktop file and later on `depends="desktop-file-utils hicolor-icon-theme"` when there is an icon.

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

* Re: New package: abaddon-0.2.0
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (11 preceding siblings ...)
  2024-04-09 12:05 ` MIvanchev
@ 2024-04-11 20:58 ` rookiejet
  2024-04-11 21:15 ` [PR PATCH] [Updated] " rookiejet
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2024-04-11 20:58 UTC (permalink / raw)
  To: ml

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

New comment by rookiejet on void-packages repository

https://github.com/void-linux/void-packages/pull/46753#issuecomment-2050531387

Comment:
Thanks for the suggestions, I will implement them with the version bump. Do you know if there is a failure case if the icon entry is included without an icon? It seems to validate fine. I'd prefer to leave it because I'd likely forget to add it later.

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.2.0
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (12 preceding siblings ...)
  2024-04-11 20:58 ` rookiejet
@ 2024-04-11 21:15 ` rookiejet
  2024-04-11 22:12 ` [PR PATCH] [Updated] New package: abaddon-0.2.1 rookiejet
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2024-04-11 21:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.2.0
<!-- 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**

<!-- 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/46753.patch is attached

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

From ab25b88ec60d90743432a9e558045809f1f5f88a Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.2.1

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/patches/cmake.patch   | 14 +++++++
 srcpkgs/abaddon/template              | 54 +++++++++++++++++++++++++++
 3 files changed, 76 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 00000000000000..7515311284c340
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 00000000000000..c42868a25ae5cc
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,14 @@
+fix cross-build
+
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 00000000000000..7c793ad824d397
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,54 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.2.1
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="407d14bc7659c65eca1c5266fb96a60b1e169b31c122159ae7f54e69a86e0b45
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: abaddon-0.2.1
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (13 preceding siblings ...)
  2024-04-11 21:15 ` [PR PATCH] [Updated] " rookiejet
@ 2024-04-11 22:12 ` rookiejet
  2024-04-11 22:30 ` rookiejet
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2024-04-11 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages abaddon-0.1.12
https://github.com/void-linux/void-packages/pull/46753

New package: abaddon-0.2.1
<!-- 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**

<!-- 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/46753.patch is attached

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

From 9d553942e1f56c0d0feaa72c1d7b14f4b5c5c168 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Mon, 16 Oct 2023 18:48:53 -0400
Subject: [PATCH] New package: abaddon-0.2.1

---
 srcpkgs/abaddon/files/abaddon.desktop |  8 ++++
 srcpkgs/abaddon/patches/cmake.patch   | 14 +++++++
 srcpkgs/abaddon/template              | 54 +++++++++++++++++++++++++++
 3 files changed, 76 insertions(+)
 create mode 100644 srcpkgs/abaddon/files/abaddon.desktop
 create mode 100644 srcpkgs/abaddon/patches/cmake.patch
 create mode 100644 srcpkgs/abaddon/template

diff --git a/srcpkgs/abaddon/files/abaddon.desktop b/srcpkgs/abaddon/files/abaddon.desktop
new file mode 100644
index 00000000000000..7515311284c340
--- /dev/null
+++ b/srcpkgs/abaddon/files/abaddon.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=abaddon
+Type=Application
+Comment=Alternative Discord client using GTK
+Exec=/usr/bin/abaddon
+TryExec=/usr/bin/abaddon
+Icon=abaddon
+Categories=Network;InstantMessaging;
diff --git a/srcpkgs/abaddon/patches/cmake.patch b/srcpkgs/abaddon/patches/cmake.patch
new file mode 100644
index 00000000000000..c42868a25ae5cc
--- /dev/null
+++ b/srcpkgs/abaddon/patches/cmake.patch
@@ -0,0 +1,14 @@
+fix cross-build
+
+--- a/CMakeLists.txt	2023-08-29 00:30:45.000000000 -0400
++++ b/CMakeLists.txt	2023-10-17 12:40:08.372798709 -0400
+@@ -212,7 +212,8 @@
+             NAMES miniaudio.h
+             HINTS subprojects
+             PATH_SUFFIXES miniaudio
+-            REQUIRED)
++            REQUIRED
++    NO_CMAKE_FIND_ROOT_PATH)
+ 
+     if (APPLE)
+         target_link_libraries(abaddon "-framework CoreFoundation")
diff --git a/srcpkgs/abaddon/template b/srcpkgs/abaddon/template
new file mode 100644
index 00000000000000..ba051842d91895
--- /dev/null
+++ b/srcpkgs/abaddon/template
@@ -0,0 +1,54 @@
+# Template file for 'abaddon'
+pkgname=abaddon
+version=0.2.1
+revision=1
+_ixwebsocket_commit="bc765e73a31ea5372e36d1b1add036af3218cb17"
+_keychain_commit="502312f59fdc44fa1103e67f8f17cec3affb82d9"
+_miniaudio_commit="7384bde3725412523871f0fcf60efe5c47fbbfc6"
+_qrcodegen_commit="22fac31bdf81da68730c177c0e931c93234d2a30"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel libcurl-devel sqlite-devel openssl-devel
+ json-c++ libsecret-devel libhandy1-devel opus-devel spdlog
+ libsodium-devel rnnoise-devel"
+depends="desktop-file-utils"
+short_desc="Alternative Discord client with voice support made with C++ and GTK3"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/uowuo/abaddon"
+distfiles="https://github.com/uowuo/abaddon/archive/refs/tags/v${version}.tar.gz
+ https://github.com/machinezone/IXWebSocket/archive/${_ixwebsocket_commit}.tar.gz
+ https://github.com/hrantzsch/keychain/archive/${_keychain_commit}.tar.gz
+ https://github.com/mackron/miniaudio/archive/${_miniaudio_commit}.tar.gz
+ https://github.com/nayuki/QR-Code-generator/archive/${_qrcodegen_commit}.tar.gz"
+checksum="407d14bc7659c65eca1c5266fb96a60b1e169b31c122159ae7f54e69a86e0b45
+ 9dea909d05e882a540526b15fbdc9764a39deb53810eb86ad797fd8135a02275
+ 3c57d272a06419ed58068d9fe14c16807041bf9b9b372b80950b9b09d08cf441
+ 4b3648bf227f2373af773c6769f9c147e38d99edd74cd0736f4df1eff224e6c6
+ 218e3e96ded7880d05f47c668aad6541a08e63303ac4d783720389087da6f4ed"
+skip_extraction="
+ ${_ixwebsocket_commit}.tar.gz
+ ${_keychain_commit}.tar.gz
+ ${_miniaudio_commit}.tar.gz
+ ${_qrcodegen_commit}.tar.gz
+ "
+
+post_extract() {
+	vsrcextract -C subprojects/ixwebsocket ${_ixwebsocket_commit}.tar.gz
+	vsrcextract -C subprojects/keychain ${_keychain_commit}.tar.gz
+	vsrcextract -C subprojects/miniaudio ${_miniaudio_commit}.tar.gz
+	vsrcextract -C subprojects/qrcodegen ${_qrcodegen_commit}.tar.gz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/abaddon
+	vmkdir usr/share/applications
+	vcopy build/abaddon usr/bin
+	vcopy res/css usr/share/abaddon
+	vcopy res/res usr/share/abaddon
+
+	vdoc README.md
+
+	vinstall "${FILESDIR}/abaddon.desktop" 644 usr/share/applications
+}

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

* Re: New package: abaddon-0.2.1
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (14 preceding siblings ...)
  2024-04-11 22:12 ` [PR PATCH] [Updated] New package: abaddon-0.2.1 rookiejet
@ 2024-04-11 22:30 ` rookiejet
  2024-04-12  6:31 ` MIvanchev
  2024-04-12 13:27 ` rookiejet
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2024-04-11 22:30 UTC (permalink / raw)
  To: ml

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

New comment by rookiejet on void-packages repository

https://github.com/void-linux/void-packages/pull/46753#issuecomment-2050531387

Comment:
Thanks for the suggestions. Do you know if there is a failure case if the icon entry is included without an icon? It seems to validate fine. I'd prefer to leave it because I'd likely forget to add it later.

Can you also clarify why `hicolor-icon-theme` is required? My understanding is it is depended on if the app uses icons from the desktop icon theme for e.g. in its buttons, which abaddon does not do.

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

* Re: New package: abaddon-0.2.1
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (15 preceding siblings ...)
  2024-04-11 22:30 ` rookiejet
@ 2024-04-12  6:31 ` MIvanchev
  2024-04-12 13:27 ` rookiejet
  17 siblings, 0 replies; 19+ messages in thread
From: MIvanchev @ 2024-04-12  6:31 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/46753#issuecomment-2051078742

Comment:
> Thanks for the suggestions. Do you know if there is a failure case if the icon entry is included without an icon? It seems to validate fine. I'd prefer to leave it because I'd likely forget to add it later.

Void doesn't validate the file at all. With my launcher (xlunch) there isn't any icon in this case (icon specified but not found) whereas xlunch puts a generic icon if there is no icon specified at all. So for me nothing is slightly better but different launchers likely handle this in their own manner.

> Can you also clarify why `hicolor-icon-theme` is required? My understanding is it is depended on if the app uses icons from the desktop icon theme for e.g. in its buttons, which abaddon does not do.

IMO the package is required if you use something from `/usr/share/icons/hicolor` even if you put it there but I'm not 100% certain.

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

* Re: New package: abaddon-0.2.1
  2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
                   ` (16 preceding siblings ...)
  2024-04-12  6:31 ` MIvanchev
@ 2024-04-12 13:27 ` rookiejet
  17 siblings, 0 replies; 19+ messages in thread
From: rookiejet @ 2024-04-12 13:27 UTC (permalink / raw)
  To: ml

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

New comment by rookiejet on void-packages repository

https://github.com/void-linux/void-packages/pull/46753#issuecomment-2051763327

Comment:
I should clarify, I meant validate using `desktop-file-validate`, but I assume that is only checking syntax. Letting menus display a generic icon if they can is probably better, I will remove the icon line then. Thanks.

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

end of thread, other threads:[~2024-04-12 13:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-17 16:00 [PR PATCH] New package: abaddon-0.1.12 rookiejet
2023-10-17 16:01 ` [PR PATCH] [Updated] " rookiejet
2023-10-17 16:19 ` rookiejet
2023-10-17 16:46 ` rookiejet
2023-10-19 11:14 ` rookiejet
2023-11-03 11:05 ` rookiejet
2023-11-13 15:40 ` rookiejet
2023-12-08 20:14 ` [PR PATCH] [Updated] New package: abaddon-0.1.13 rookiejet
2023-12-11 14:12 ` [PR PATCH] [Updated] New package: abaddon-0.1.14 rookiejet
2024-01-30 10:11 ` MIvanchev
2024-03-28 18:31 ` [PR PATCH] [Updated] " rookiejet
2024-04-09 10:45 ` New package: abaddon-0.2.0 MIvanchev
2024-04-09 12:05 ` MIvanchev
2024-04-11 20:58 ` rookiejet
2024-04-11 21:15 ` [PR PATCH] [Updated] " rookiejet
2024-04-11 22:12 ` [PR PATCH] [Updated] New package: abaddon-0.2.1 rookiejet
2024-04-11 22:30 ` rookiejet
2024-04-12  6:31 ` MIvanchev
2024-04-12 13:27 ` 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).