Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libdpp-10.0.23_1
@ 2023-03-01  7:59 OoLunar
  2023-03-02 21:50 ` [PR PATCH] [Updated] " OoLunar
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: OoLunar @ 2023-03-01  7:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/42521

New package: libdpp-10.0.23_1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

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

From 6a5c7b42035a9ffac409ee19ea07d74e044feec5 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Wed, 1 Mar 2023 01:32:52 -0600
Subject: [PATCH] New package: libdpp-10.0.23_1

---
 srcpkgs/libdpp-devel    |  1 +
 srcpkgs/libdpp/template | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/libdpp/update   |  2 ++
 3 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/libdpp-devel
 create mode 100644 srcpkgs/libdpp/template
 create mode 100644 srcpkgs/libdpp/update

diff --git a/srcpkgs/libdpp-devel b/srcpkgs/libdpp-devel
new file mode 120000
index 000000000000..9176d7a850be
--- /dev/null
+++ b/srcpkgs/libdpp-devel
@@ -0,0 +1 @@
+libdpp
\ No newline at end of file
diff --git a/srcpkgs/libdpp/template b/srcpkgs/libdpp/template
new file mode 100644
index 000000000000..845dc12522b4
--- /dev/null
+++ b/srcpkgs/libdpp/template
@@ -0,0 +1,32 @@
+# Template file for 'libdpp'
+pkgname=libdpp
+version=10.0.23
+revision=1
+wrksrc=DPP-${version}
+build_style=cmake
+configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+cmake_builddir=build
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+short_desc="C++ Discord API Library for Bots"
+maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
+license=Apache-2.0
+homepage="https://dpp.dev"
+distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
+checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+
+libdpp-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		# If the path already exists, remove it to prevent conflicts
+		filepath="${DESTDIR}/usr/lib/dpp-${version%.*}"
+		if [ -d $filepath ]; then
+			rm -r $filepath
+		fi
+
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/libdpp/update b/srcpkgs/libdpp/update
new file mode 100644
index 000000000000..f88d641f9275
--- /dev/null
+++ b/srcpkgs/libdpp/update
@@ -0,0 +1,2 @@
+site="https://github.com/brainboxdotcc/DPP/tags"
+pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'

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

* Re: [PR PATCH] [Updated] New package: libdpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
@ 2023-03-02 21:50 ` OoLunar
  2023-03-03  2:46 ` OoLunar
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-02 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/42521

New package: libdpp-10.0.23_1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

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

From 6a5c7b42035a9ffac409ee19ea07d74e044feec5 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Wed, 1 Mar 2023 01:32:52 -0600
Subject: [PATCH 1/2] New package: libdpp-10.0.23_1

---
 srcpkgs/libdpp-devel    |  1 +
 srcpkgs/libdpp/template | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/libdpp/update   |  2 ++
 3 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/libdpp-devel
 create mode 100644 srcpkgs/libdpp/template
 create mode 100644 srcpkgs/libdpp/update

diff --git a/srcpkgs/libdpp-devel b/srcpkgs/libdpp-devel
new file mode 120000
index 000000000000..9176d7a850be
--- /dev/null
+++ b/srcpkgs/libdpp-devel
@@ -0,0 +1 @@
+libdpp
\ No newline at end of file
diff --git a/srcpkgs/libdpp/template b/srcpkgs/libdpp/template
new file mode 100644
index 000000000000..845dc12522b4
--- /dev/null
+++ b/srcpkgs/libdpp/template
@@ -0,0 +1,32 @@
+# Template file for 'libdpp'
+pkgname=libdpp
+version=10.0.23
+revision=1
+wrksrc=DPP-${version}
+build_style=cmake
+configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+cmake_builddir=build
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+short_desc="C++ Discord API Library for Bots"
+maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
+license=Apache-2.0
+homepage="https://dpp.dev"
+distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
+checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+
+libdpp-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		# If the path already exists, remove it to prevent conflicts
+		filepath="${DESTDIR}/usr/lib/dpp-${version%.*}"
+		if [ -d $filepath ]; then
+			rm -r $filepath
+		fi
+
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/libdpp/update b/srcpkgs/libdpp/update
new file mode 100644
index 000000000000..f88d641f9275
--- /dev/null
+++ b/srcpkgs/libdpp/update
@@ -0,0 +1,2 @@
+site="https://github.com/brainboxdotcc/DPP/tags"
+pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'

From 39f7a8b99204c9e0928785a514cd313f799dcdeb Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Thu, 2 Mar 2023 15:49:53 -0600
Subject: [PATCH 2/2] Remove workdir

---
 srcpkgs/libdpp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/libdpp/template b/srcpkgs/libdpp/template
index 845dc12522b4..c8155ff098fc 100644
--- a/srcpkgs/libdpp/template
+++ b/srcpkgs/libdpp/template
@@ -2,7 +2,6 @@
 pkgname=libdpp
 version=10.0.23
 revision=1
-wrksrc=DPP-${version}
 build_style=cmake
 configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
 cmake_builddir=build

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

* Re: [PR PATCH] [Updated] New package: libdpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
  2023-03-02 21:50 ` [PR PATCH] [Updated] " OoLunar
@ 2023-03-03  2:46 ` OoLunar
  2023-03-03  3:30 ` OoLunar
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-03  2:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/42521

New package: libdpp-10.0.23_1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

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

From 6a5c7b42035a9ffac409ee19ea07d74e044feec5 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Wed, 1 Mar 2023 01:32:52 -0600
Subject: [PATCH 1/3] New package: libdpp-10.0.23_1

---
 srcpkgs/libdpp-devel    |  1 +
 srcpkgs/libdpp/template | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/libdpp/update   |  2 ++
 3 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/libdpp-devel
 create mode 100644 srcpkgs/libdpp/template
 create mode 100644 srcpkgs/libdpp/update

diff --git a/srcpkgs/libdpp-devel b/srcpkgs/libdpp-devel
new file mode 120000
index 000000000000..9176d7a850be
--- /dev/null
+++ b/srcpkgs/libdpp-devel
@@ -0,0 +1 @@
+libdpp
\ No newline at end of file
diff --git a/srcpkgs/libdpp/template b/srcpkgs/libdpp/template
new file mode 100644
index 000000000000..845dc12522b4
--- /dev/null
+++ b/srcpkgs/libdpp/template
@@ -0,0 +1,32 @@
+# Template file for 'libdpp'
+pkgname=libdpp
+version=10.0.23
+revision=1
+wrksrc=DPP-${version}
+build_style=cmake
+configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+cmake_builddir=build
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+short_desc="C++ Discord API Library for Bots"
+maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
+license=Apache-2.0
+homepage="https://dpp.dev"
+distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
+checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+
+libdpp-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		# If the path already exists, remove it to prevent conflicts
+		filepath="${DESTDIR}/usr/lib/dpp-${version%.*}"
+		if [ -d $filepath ]; then
+			rm -r $filepath
+		fi
+
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/libdpp/update b/srcpkgs/libdpp/update
new file mode 100644
index 000000000000..f88d641f9275
--- /dev/null
+++ b/srcpkgs/libdpp/update
@@ -0,0 +1,2 @@
+site="https://github.com/brainboxdotcc/DPP/tags"
+pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'

From 39f7a8b99204c9e0928785a514cd313f799dcdeb Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Thu, 2 Mar 2023 15:49:53 -0600
Subject: [PATCH 2/3] Remove workdir

---
 srcpkgs/libdpp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/libdpp/template b/srcpkgs/libdpp/template
index 845dc12522b4..c8155ff098fc 100644
--- a/srcpkgs/libdpp/template
+++ b/srcpkgs/libdpp/template
@@ -2,7 +2,6 @@
 pkgname=libdpp
 version=10.0.23
 revision=1
-wrksrc=DPP-${version}
 build_style=cmake
 configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
 cmake_builddir=build

From 6aaabf906366b299d3b94151ad7aab4f73f7d33a Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Thu, 2 Mar 2023 20:43:47 -0600
Subject: [PATCH 3/3] rename libdpp to dpp

---
 srcpkgs/dpp-devel                | 1 +
 srcpkgs/{libdpp => dpp}/template | 6 +++---
 srcpkgs/{libdpp => dpp}/update   | 0
 srcpkgs/libdpp-devel             | 1 -
 4 files changed, 4 insertions(+), 4 deletions(-)
 create mode 120000 srcpkgs/dpp-devel
 rename srcpkgs/{libdpp => dpp}/template (92%)
 rename srcpkgs/{libdpp => dpp}/update (100%)
 delete mode 120000 srcpkgs/libdpp-devel

diff --git a/srcpkgs/dpp-devel b/srcpkgs/dpp-devel
new file mode 120000
index 000000000000..cb34bf275a0a
--- /dev/null
+++ b/srcpkgs/dpp-devel
@@ -0,0 +1 @@
+dpp
\ No newline at end of file
diff --git a/srcpkgs/libdpp/template b/srcpkgs/dpp/template
similarity index 92%
rename from srcpkgs/libdpp/template
rename to srcpkgs/dpp/template
index c8155ff098fc..c6b4a808c5cc 100644
--- a/srcpkgs/libdpp/template
+++ b/srcpkgs/dpp/template
@@ -1,5 +1,5 @@
-# Template file for 'libdpp'
-pkgname=libdpp
+# Template file for 'dpp'
+pkgname=dpp
 version=10.0.23
 revision=1
 build_style=cmake
@@ -14,7 +14,7 @@ homepage="https://dpp.dev"
 distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
 checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
 
-libdpp-devel_package() {
+dpp-devel_package() {
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
diff --git a/srcpkgs/libdpp/update b/srcpkgs/dpp/update
similarity index 100%
rename from srcpkgs/libdpp/update
rename to srcpkgs/dpp/update
diff --git a/srcpkgs/libdpp-devel b/srcpkgs/libdpp-devel
deleted file mode 120000
index 9176d7a850be..000000000000
--- a/srcpkgs/libdpp-devel
+++ /dev/null
@@ -1 +0,0 @@
-libdpp
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: libdpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
  2023-03-02 21:50 ` [PR PATCH] [Updated] " OoLunar
  2023-03-03  2:46 ` OoLunar
@ 2023-03-03  3:30 ` OoLunar
  2023-03-03 17:23 ` [PR REVIEW] New package: dpp-10.0.23_1 paper42
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-03  3:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/42521

New package: libdpp-10.0.23_1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

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

From c213cb007be5993faa9e460f93c915123c10f7bc Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Wed, 1 Mar 2023 01:32:52 -0600
Subject: [PATCH] New package: libdpp-10.0.23_1

* Remove workdir

* rename libdpp to dpp
---
 srcpkgs/dpp-devel    |  1 +
 srcpkgs/dpp/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/dpp/update   |  2 ++
 3 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/dpp-devel
 create mode 100644 srcpkgs/dpp/template
 create mode 100644 srcpkgs/dpp/update

diff --git a/srcpkgs/dpp-devel b/srcpkgs/dpp-devel
new file mode 120000
index 000000000000..cb34bf275a0a
--- /dev/null
+++ b/srcpkgs/dpp-devel
@@ -0,0 +1 @@
+dpp
\ No newline at end of file
diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
new file mode 100644
index 000000000000..c6b4a808c5cc
--- /dev/null
+++ b/srcpkgs/dpp/template
@@ -0,0 +1,31 @@
+# Template file for 'dpp'
+pkgname=dpp
+version=10.0.23
+revision=1
+build_style=cmake
+configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+cmake_builddir=build
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+short_desc="C++ Discord API Library for Bots"
+maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
+license=Apache-2.0
+homepage="https://dpp.dev"
+distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
+checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+
+dpp-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		# If the path already exists, remove it to prevent conflicts
+		filepath="${DESTDIR}/usr/lib/dpp-${version%.*}"
+		if [ -d $filepath ]; then
+			rm -r $filepath
+		fi
+
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/dpp/update b/srcpkgs/dpp/update
new file mode 100644
index 000000000000..f88d641f9275
--- /dev/null
+++ b/srcpkgs/dpp/update
@@ -0,0 +1,2 @@
+site="https://github.com/brainboxdotcc/DPP/tags"
+pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (2 preceding siblings ...)
  2023-03-03  3:30 ` OoLunar
@ 2023-03-03 17:23 ` paper42
  2023-03-03 17:26 ` OoLunar
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-03-03 17:23 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1124784325

Comment:
how does this create conflicts?

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (3 preceding siblings ...)
  2023-03-03 17:23 ` [PR REVIEW] New package: dpp-10.0.23_1 paper42
@ 2023-03-03 17:26 ` OoLunar
  2023-03-03 17:35 ` paper42
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-03 17:26 UTC (permalink / raw)
  To: ml

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

New review comment by OoLunar on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1124788267

Comment:
This was on the previous PR's. I was unsure if this was still needed. Am I safe to remove it?

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (4 preceding siblings ...)
  2023-03-03 17:26 ` OoLunar
@ 2023-03-03 17:35 ` paper42
  2023-03-04  1:48 ` OoLunar
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-03-03 17:35 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1124801799

Comment:
Which PR is removing it and why? I don't see any reason why this subpackage function should be removing a file from the main package.

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (5 preceding siblings ...)
  2023-03-03 17:35 ` paper42
@ 2023-03-04  1:48 ` OoLunar
  2023-03-04  1:49 ` OoLunar
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-04  1:48 UTC (permalink / raw)
  To: ml

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

New review comment by OoLunar on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1125206752

Comment:
It's done here https://github.com/void-linux/void-packages/pull/38601/files#diff-1f1bf3035f39fc9c91e206b7219fd65d0544cdc55d7330fddf5f0e5b0d5e2419R25 though I don't know why. My guess was to remove previous files if the package was being reinstalled.

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (6 preceding siblings ...)
  2023-03-04  1:48 ` OoLunar
@ 2023-03-04  1:49 ` OoLunar
  2023-03-04 22:20 ` paper42
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-04  1:49 UTC (permalink / raw)
  To: ml

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

New review comment by OoLunar on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1125206752

Comment:
It's done here https://github.com/void-linux/void-packages/pull/38601/files#diff-1f1bf3035f39fc9c91e206b7219fd65d0544cdc55d7330fddf5f0e5b0d5e2419R25 though I don't know why. My guess was to remove previous files if the package was being reinstalled, hence "conflicts." It was incorrect phrasing

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (7 preceding siblings ...)
  2023-03-04  1:49 ` OoLunar
@ 2023-03-04 22:20 ` paper42
  2023-03-06  2:50 ` OoLunar
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-03-04 22:20 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1125566974

Comment:
I don't know why the package would be getting reinstalled in the `masterdir/`, install phase can only run once. Does something actually break when you remove it?

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (8 preceding siblings ...)
  2023-03-04 22:20 ` paper42
@ 2023-03-06  2:50 ` OoLunar
  2023-03-06  2:52 ` [PR PATCH] [Updated] " OoLunar
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-06  2:50 UTC (permalink / raw)
  To: ml

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

New review comment by OoLunar on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1125825063

Comment:
It... doesn't appear to. I'll go ahead and remove it then

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

* Re: [PR PATCH] [Updated] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (9 preceding siblings ...)
  2023-03-06  2:50 ` OoLunar
@ 2023-03-06  2:52 ` OoLunar
  2023-03-06  5:06 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-06  2:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/42521

New package: dpp-10.0.23_1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

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

From 410f2af89e37445ee6e96fcb03b15f24ec5e0a3e Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Wed, 1 Mar 2023 01:32:52 -0600
Subject: [PATCH] New package: libdpp-10.0.23_1

* Remove workdir

* rename libdpp to dpp

* Remove unnecessary if statement
---
 srcpkgs/dpp-devel    |  1 +
 srcpkgs/dpp/template | 25 +++++++++++++++++++++++++
 srcpkgs/dpp/update   |  2 ++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/dpp-devel
 create mode 100644 srcpkgs/dpp/template
 create mode 100644 srcpkgs/dpp/update

diff --git a/srcpkgs/dpp-devel b/srcpkgs/dpp-devel
new file mode 120000
index 000000000000..cb34bf275a0a
--- /dev/null
+++ b/srcpkgs/dpp-devel
@@ -0,0 +1 @@
+dpp
\ No newline at end of file
diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
new file mode 100644
index 000000000000..3af0bafcbc32
--- /dev/null
+++ b/srcpkgs/dpp/template
@@ -0,0 +1,25 @@
+# Template file for 'dpp'
+pkgname=dpp
+version=10.0.23
+revision=1
+build_style=cmake
+configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+cmake_builddir=build
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+short_desc="C++ Discord API Library for Bots"
+maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
+license=Apache-2.0
+homepage="https://dpp.dev"
+distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
+checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+
+dpp-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/dpp/update b/srcpkgs/dpp/update
new file mode 100644
index 000000000000..f88d641f9275
--- /dev/null
+++ b/srcpkgs/dpp/update
@@ -0,0 +1,2 @@
+site="https://github.com/brainboxdotcc/DPP/tags"
+pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'

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

* Re: [PR REVIEW] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (10 preceding siblings ...)
  2023-03-06  2:52 ` [PR PATCH] [Updated] " OoLunar
@ 2023-03-06  5:06 ` paper42
  2023-03-06  5:17 ` [PR PATCH] [Updated] " OoLunar
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-03-06  5:06 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42521#discussion_r1125915781

Comment:
```suggestion
	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
```


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

* Re: [PR PATCH] [Updated] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (11 preceding siblings ...)
  2023-03-06  5:06 ` [PR REVIEW] " paper42
@ 2023-03-06  5:17 ` OoLunar
  2023-04-01 19:44 ` OoLunar
  2023-06-27 11:55 ` [PR PATCH] [Closed]: " Duncaen
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-03-06  5:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/42521

New package: dpp-10.0.23_1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

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

From 410f2af89e37445ee6e96fcb03b15f24ec5e0a3e Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Wed, 1 Mar 2023 01:32:52 -0600
Subject: [PATCH 1/2] New package: libdpp-10.0.23_1

* Remove workdir

* rename libdpp to dpp

* Remove unnecessary if statement
---
 srcpkgs/dpp-devel    |  1 +
 srcpkgs/dpp/template | 25 +++++++++++++++++++++++++
 srcpkgs/dpp/update   |  2 ++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/dpp-devel
 create mode 100644 srcpkgs/dpp/template
 create mode 100644 srcpkgs/dpp/update

diff --git a/srcpkgs/dpp-devel b/srcpkgs/dpp-devel
new file mode 120000
index 000000000000..cb34bf275a0a
--- /dev/null
+++ b/srcpkgs/dpp-devel
@@ -0,0 +1 @@
+dpp
\ No newline at end of file
diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
new file mode 100644
index 000000000000..3af0bafcbc32
--- /dev/null
+++ b/srcpkgs/dpp/template
@@ -0,0 +1,25 @@
+# Template file for 'dpp'
+pkgname=dpp
+version=10.0.23
+revision=1
+build_style=cmake
+configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+cmake_builddir=build
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+short_desc="C++ Discord API Library for Bots"
+maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
+license=Apache-2.0
+homepage="https://dpp.dev"
+distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
+checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+
+dpp-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/dpp/update b/srcpkgs/dpp/update
new file mode 100644
index 000000000000..f88d641f9275
--- /dev/null
+++ b/srcpkgs/dpp/update
@@ -0,0 +1,2 @@
+site="https://github.com/brainboxdotcc/DPP/tags"
+pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'

From 1fcba863d5bbc29fcd11f885b83132231de01dd2 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Sun, 5 Mar 2023 23:17:11 -0600
Subject: [PATCH 2/2] Update srcpkgs/dpp/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/dpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index 3af0bafcbc32..ef51845bb453 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -15,7 +15,7 @@ distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.ta
 checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
 
 dpp-devel_package() {
-	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/lib/pkgconfig

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

* Re: [PR PATCH] [Updated] New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (12 preceding siblings ...)
  2023-03-06  5:17 ` [PR PATCH] [Updated] " OoLunar
@ 2023-04-01 19:44 ` OoLunar
  2023-06-27 11:55 ` [PR PATCH] [Closed]: " Duncaen
  14 siblings, 0 replies; 16+ messages in thread
From: OoLunar @ 2023-04-01 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/42521

New package: dpp-10.0.23_1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

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

From 71ce6b126be33672c1c8d340f994fb7a654938d0 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Wed, 1 Mar 2023 01:32:52 -0600
Subject: [PATCH 1/2] New package: libdpp-10.0.23_1

* Remove workdir

* rename libdpp to dpp

* Remove unnecessary if statement
---
 srcpkgs/dpp-devel    |  1 +
 srcpkgs/dpp/template | 25 +++++++++++++++++++++++++
 srcpkgs/dpp/update   |  2 ++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/dpp-devel
 create mode 100644 srcpkgs/dpp/template
 create mode 100644 srcpkgs/dpp/update

diff --git a/srcpkgs/dpp-devel b/srcpkgs/dpp-devel
new file mode 120000
index 000000000000..cb34bf275a0a
--- /dev/null
+++ b/srcpkgs/dpp-devel
@@ -0,0 +1 @@
+dpp
\ No newline at end of file
diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
new file mode 100644
index 000000000000..3af0bafcbc32
--- /dev/null
+++ b/srcpkgs/dpp/template
@@ -0,0 +1,25 @@
+# Template file for 'dpp'
+pkgname=dpp
+version=10.0.23
+revision=1
+build_style=cmake
+configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+cmake_builddir=build
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+short_desc="C++ Discord API Library for Bots"
+maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
+license=Apache-2.0
+homepage="https://dpp.dev"
+distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
+checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+
+dpp-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/dpp/update b/srcpkgs/dpp/update
new file mode 100644
index 000000000000..f88d641f9275
--- /dev/null
+++ b/srcpkgs/dpp/update
@@ -0,0 +1,2 @@
+site="https://github.com/brainboxdotcc/DPP/tags"
+pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'

From c8f59258265770d6da0dcbb3722ac5db583bcd47 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Sun, 5 Mar 2023 23:17:11 -0600
Subject: [PATCH 2/2] Update srcpkgs/dpp/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/dpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index 3af0bafcbc32..ef51845bb453 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -15,7 +15,7 @@ distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.ta
 checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
 
 dpp-devel_package() {
-	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/lib/pkgconfig

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

* Re: [PR PATCH] [Closed]: New package: dpp-10.0.23_1
  2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
                   ` (13 preceding siblings ...)
  2023-04-01 19:44 ` OoLunar
@ 2023-06-27 11:55 ` Duncaen
  14 siblings, 0 replies; 16+ messages in thread
From: Duncaen @ 2023-06-27 11:55 UTC (permalink / raw)
  To: ml

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

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

New package: dpp-10.0.23_1
https://github.com/void-linux/void-packages/pull/42521

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

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

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

#### About
Libdpp is a C++ lightweight and scalable Discord library. With full support for all of the Discord API, we believe we're ready to be put into the Void Linux repositories for use by our users. We've done our best to comply with the guidelines, however please let me know if there are any improvements I could make to this PR.

#### Notes
Previous PRs (by others): #38601, #37554

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

end of thread, other threads:[~2023-06-27 11:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01  7:59 [PR PATCH] New package: libdpp-10.0.23_1 OoLunar
2023-03-02 21:50 ` [PR PATCH] [Updated] " OoLunar
2023-03-03  2:46 ` OoLunar
2023-03-03  3:30 ` OoLunar
2023-03-03 17:23 ` [PR REVIEW] New package: dpp-10.0.23_1 paper42
2023-03-03 17:26 ` OoLunar
2023-03-03 17:35 ` paper42
2023-03-04  1:48 ` OoLunar
2023-03-04  1:49 ` OoLunar
2023-03-04 22:20 ` paper42
2023-03-06  2:50 ` OoLunar
2023-03-06  2:52 ` [PR PATCH] [Updated] " OoLunar
2023-03-06  5:06 ` [PR REVIEW] " paper42
2023-03-06  5:17 ` [PR PATCH] [Updated] " OoLunar
2023-04-01 19:44 ` OoLunar
2023-06-27 11:55 ` [PR PATCH] [Closed]: " Duncaen

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