Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: BAND-1.10.9
@ 2022-03-21  3:10 CabrioletDiskette
  2022-03-21  4:25 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-21  3:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 0810ba8783930758d2620bd62df4c82467619af2 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
@ 2022-03-21  4:25 ` CabrioletDiskette
  2022-03-21 17:13 ` CabrioletDiskette
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-21  4:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 0810ba8783930758d2620bd62df4c82467619af2 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
  2022-03-21  4:25 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2022-03-21 17:13 ` CabrioletDiskette
  2022-03-21 22:42 ` [PR REVIEW] " classabbyamp
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-21 17:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 4a44c2fd5e2c0bdd1d1fdada8c88eec35bcdb5a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

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

* Re: [PR REVIEW] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (2 preceding siblings ...)
  2022-03-21 22:42 ` [PR REVIEW] " classabbyamp
@ 2022-03-21 22:42 ` classabbyamp
  2022-03-21 22:42 ` classabbyamp
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2022-03-21 22:42 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36252#discussion_r831600364

Comment:
I wasn't able to find *any* download link on the homepage. Do versions for other architectures exist? If so, it would be nice to include them too.

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

* Re: [PR REVIEW] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
  2022-03-21  4:25 ` [PR PATCH] [Updated] " CabrioletDiskette
  2022-03-21 17:13 ` CabrioletDiskette
@ 2022-03-21 22:42 ` classabbyamp
  2022-03-21 22:42 ` classabbyamp
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2022-03-21 22:42 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36252#discussion_r831598943

Comment:
```suggestion
do_install() {
	vmkdir opt
	vcopy opt/BAND opt

	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
	vcopy usr/share/icons usr/share

	vmkdir usr/bin
	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
}
post_install() {
	vlicense opt/BAND/resources/LICENSE
}
```
I've simplified what you wrote a bit. The icons are already in the proper structure, no need to manually do it :).

I'm not convinced it's necessary to include that changelog (if it isn't, the gzip line in extract isn't necessary).

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

* Re: [PR REVIEW] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (3 preceding siblings ...)
  2022-03-21 22:42 ` classabbyamp
@ 2022-03-21 22:42 ` classabbyamp
  2022-03-21 22:43 ` classabbyamp
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2022-03-21 22:42 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36252#discussion_r831599562

Comment:
because this is using `/opt`, xbps may remove it if no other package exists in `/opt`. Add something like [this](https://github.com/void-linux/void-packages/blob/master/srcpkgs/vivaldi/REMOVE) to ensure that doesn't happen.

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

* Re: [PR REVIEW] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (4 preceding siblings ...)
  2022-03-21 22:42 ` classabbyamp
@ 2022-03-21 22:43 ` classabbyamp
  2022-03-22  0:24 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2022-03-21 22:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36252#discussion_r831600364

Comment:
I wasn't able to find *any* download link on the homepage. Do versions for other architectures exist? If so, it would be nice to include them too.

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (5 preceding siblings ...)
  2022-03-21 22:43 ` classabbyamp
@ 2022-03-22  0:24 ` CabrioletDiskette
  2022-03-22  0:34 ` CabrioletDiskette
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-22  0:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 4a44c2fd5e2c0bdd1d1fdada8c88eec35bcdb5a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/2] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From f917df50567ad35dcc195085b4883c2139d54d58 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <71096538+CabrioletDiskette@users.noreply.github.com>
Date: Mon, 21 Mar 2022 18:24:41 -0600
Subject: [PATCH 2/2] Update srcpkgs/BAND/template

Good ideas!

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/BAND/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index e749580c782e..5217b2482d14 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -19,17 +19,15 @@ do_extract() {
 	gzip -d usr/share/doc/band/changelog.gz
 }
 do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
 }
 post_install() {
-	vdoc usr/share/doc/band/changelog
 	vlicense opt/BAND/resources/LICENSE
 }

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (6 preceding siblings ...)
  2022-03-22  0:24 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2022-03-22  0:34 ` CabrioletDiskette
  2022-03-22  0:37 ` CabrioletDiskette
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-22  0:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 4a44c2fd5e2c0bdd1d1fdada8c88eec35bcdb5a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/2] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From e545cb74de818b0ed4349cad3be02203aad4d671 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:33:42 -0600
Subject: [PATCH 2/2] Added REMOVE to prevent xbps from removing /opt directory

---
 srcpkgs/BAND/REMOVE | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac

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

* Re: New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (7 preceding siblings ...)
  2022-03-22  0:34 ` CabrioletDiskette
@ 2022-03-22  0:37 ` CabrioletDiskette
  2022-03-22  0:41 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-22  0:37 UTC (permalink / raw)
  To: ml

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

New comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36252#issuecomment-1074559228

Comment:
Thank you @classabbyamp !  I have applied your changes to this pr. Xlint returns no errors. 

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (8 preceding siblings ...)
  2022-03-22  0:37 ` CabrioletDiskette
@ 2022-03-22  0:41 ` CabrioletDiskette
  2022-03-22  6:34 ` CabrioletDiskette
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-22  0:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 4a44c2fd5e2c0bdd1d1fdada8c88eec35bcdb5a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/3] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From e545cb74de818b0ed4349cad3be02203aad4d671 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:33:42 -0600
Subject: [PATCH 2/3] Added REMOVE to prevent xbps from removing /opt directory

---
 srcpkgs/BAND/REMOVE | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac

From a2f18678341fb00d92c8e2a287951eaaf64ab210 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:41:42 -0600
Subject: [PATCH 3/3] corrected template for BAND

---
 srcpkgs/BAND/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index e749580c782e..2a03a4ade427 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -19,17 +19,16 @@ do_extract() {
 	gzip -d usr/share/doc/band/changelog.gz
 }
 do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
+    vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
 }
+
 post_install() {
-	vdoc usr/share/doc/band/changelog
 	vlicense opt/BAND/resources/LICENSE
 }

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (9 preceding siblings ...)
  2022-03-22  0:41 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2022-03-22  6:34 ` CabrioletDiskette
  2022-03-22 17:45 ` CabrioletDiskette
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-22  6:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 4a44c2fd5e2c0bdd1d1fdada8c88eec35bcdb5a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/4] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From e545cb74de818b0ed4349cad3be02203aad4d671 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:33:42 -0600
Subject: [PATCH 2/4] Added REMOVE to prevent xbps from removing /opt directory

---
 srcpkgs/BAND/REMOVE | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac

From a2f18678341fb00d92c8e2a287951eaaf64ab210 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:41:42 -0600
Subject: [PATCH 3/4] corrected template for BAND

---
 srcpkgs/BAND/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index e749580c782e..2a03a4ade427 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -19,17 +19,16 @@ do_extract() {
 	gzip -d usr/share/doc/band/changelog.gz
 }
 do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
+    vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
 }
+
 post_install() {
-	vdoc usr/share/doc/band/changelog
 	vlicense opt/BAND/resources/LICENSE
 }

From ca6b7e5e208364e9a2f02273ba299eebcafe7c77 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 00:31:49 -0600
Subject: [PATCH 4/4] added update file for BAND for version checking

---
 srcpkgs/BAND/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (10 preceding siblings ...)
  2022-03-22  6:34 ` CabrioletDiskette
@ 2022-03-22 17:45 ` CabrioletDiskette
  2022-03-23  4:13 ` CabrioletDiskette
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-22 17:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 1c44cc661f84c36e39a880ec2d2a768b5287706a Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/4] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From e4a543f1e5e6e9ac0f3e4050c5915d1acb43f843 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:33:42 -0600
Subject: [PATCH 2/4] Added REMOVE to prevent xbps from removing /opt directory

---
 srcpkgs/BAND/REMOVE | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac

From 27747e91bf7053b88555d78ae18b46f407786dc5 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:41:42 -0600
Subject: [PATCH 3/4] corrected template for BAND

---
 srcpkgs/BAND/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index e749580c782e..2a03a4ade427 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -19,17 +19,16 @@ do_extract() {
 	gzip -d usr/share/doc/band/changelog.gz
 }
 do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
+    vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
 }
+
 post_install() {
-	vdoc usr/share/doc/band/changelog
 	vlicense opt/BAND/resources/LICENSE
 }

From d9cacc0ed4ed5c38495e8288f6335e580e728880 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 00:31:49 -0600
Subject: [PATCH 4/4] added update file for BAND for version checking

---
 srcpkgs/BAND/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (11 preceding siblings ...)
  2022-03-22 17:45 ` CabrioletDiskette
@ 2022-03-23  4:13 ` CabrioletDiskette
  2022-03-23 19:58 ` CabrioletDiskette
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-23  4:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From dd19dd5a91bc4f092f0ebc02180d2667f019ae69 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/4] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From 6bc16bd74dc716bf08aaf52cac58af089ac42777 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:33:42 -0600
Subject: [PATCH 2/4] Added REMOVE to prevent xbps from removing /opt directory

---
 srcpkgs/BAND/REMOVE | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac

From 5f27d8232706c11edd4a3e87907e68e5c5143f4e Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:41:42 -0600
Subject: [PATCH 3/4] corrected template for BAND

---
 srcpkgs/BAND/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index e749580c782e..2a03a4ade427 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -19,17 +19,16 @@ do_extract() {
 	gzip -d usr/share/doc/band/changelog.gz
 }
 do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
+    vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
 }
+
 post_install() {
-	vdoc usr/share/doc/band/changelog
 	vlicense opt/BAND/resources/LICENSE
 }

From a93c2f5977337420a874296d6c122990e876b689 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 00:31:49 -0600
Subject: [PATCH 4/4] added update file for BAND for version checking

---
 srcpkgs/BAND/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (12 preceding siblings ...)
  2022-03-23  4:13 ` CabrioletDiskette
@ 2022-03-23 19:58 ` CabrioletDiskette
  2022-03-23 20:00 ` CabrioletDiskette
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-23 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From b51551fcddd47b273ac568f3e293b63a416d0b9e Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (13 preceding siblings ...)
  2022-03-23 19:58 ` CabrioletDiskette
@ 2022-03-23 20:00 ` CabrioletDiskette
  2022-03-24  6:33 ` CabrioletDiskette
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-23 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 3cc9c982808b4cec0720adaaba7887a3507cdfed Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (14 preceding siblings ...)
  2022-03-23 20:00 ` CabrioletDiskette
@ 2022-03-24  6:33 ` CabrioletDiskette
  2022-03-24 16:39 ` CabrioletDiskette
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-24  6:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 9629a2944c141017a0489b783c682cb16282418a Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (15 preceding siblings ...)
  2022-03-24  6:33 ` CabrioletDiskette
@ 2022-03-24 16:39 ` CabrioletDiskette
  2022-03-27 23:33 ` CabrioletDiskette
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-24 16:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 9bf2fcabe36c0a24ea2b09ddc02d6b397c168ca3 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (16 preceding siblings ...)
  2022-03-24 16:39 ` CabrioletDiskette
@ 2022-03-27 23:33 ` CabrioletDiskette
  2022-04-04  4:47 ` CabrioletDiskette
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-03-27 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From e1f1128a1a8f8982c6c960d8b0719d7c1646d1a2 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (17 preceding siblings ...)
  2022-03-27 23:33 ` CabrioletDiskette
@ 2022-04-04  4:47 ` CabrioletDiskette
  2022-04-13  1:56 ` CabrioletDiskette
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-04-04  4:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From 55b3b016440d8afb9313dcc6e1d3914820f84e11 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (18 preceding siblings ...)
  2022-04-04  4:47 ` CabrioletDiskette
@ 2022-04-13  1:56 ` CabrioletDiskette
  2022-04-13  2:08 ` CabrioletDiskette
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-04-13  1:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From a1d99da05c97749212156347eb32402c3b491bf2 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (19 preceding siblings ...)
  2022-04-13  1:56 ` CabrioletDiskette
@ 2022-04-13  2:08 ` CabrioletDiskette
  2022-04-13  2:10 ` CabrioletDiskette
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-04-13  2:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From a1d99da05c97749212156347eb32402c3b491bf2 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/2] New package: BAND-1.10.9

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..6e0688cf7f8e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

From 3be6161853486e3a5f56b30f48a9aabb19e8e9c4 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 12 Apr 2022 20:06:26 -0600
Subject: [PATCH 2/2] BAND: update to 1.10.10.

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

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index 6e0688cf7f8e..361267534af0 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -1,6 +1,6 @@
 # Template file for 'BAND'
 pkgname=BAND
-version=1.10.9
+version=1.10.10
 revision=1
 archs="x86_64"
 hostmakedepends="binutils tar xz gzip"
@@ -10,7 +10,7 @@ maintainer="Adam Pschorr <adampschorr13@aol.com>"
 license="custom:Proprietary"
 homepage="https://band.us/home"
 distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
-checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+checksum=c1ed7394c5e6cf010248b241cda9a5249e80930d8c628a5beb15c85ba9422853
 repository=nonfree
 restricted=yes
 do_extract() {

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

* Re: [PR PATCH] [Updated] New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (20 preceding siblings ...)
  2022-04-13  2:08 ` CabrioletDiskette
@ 2022-04-13  2:10 ` CabrioletDiskette
  2022-05-17 16:55 ` [PR PATCH] [Closed]: " CabrioletDiskette
  2022-05-17 16:55 ` CabrioletDiskette
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-04-13  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages master
https://github.com/void-linux/void-packages/pull/36252

New package: BAND-1.10.9
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

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

From b8b525b97ecfc6e192cec2bb6d30f85ccfe6166f Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH] BAND: update to 1.10.10.

---
 srcpkgs/BAND/REMOVE   |  6 ++++++
 srcpkgs/BAND/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/BAND/update   |  1 +
 3 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE
 create mode 100644 srcpkgs/BAND/template
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac
diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..361267534af0
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,34 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.10
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=c1ed7394c5e6cf010248b241cda9a5249e80930d8c628a5beb15c85ba9422853
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
+}
+
+post_install() {
+	vlicense opt/BAND/resources/LICENSE
+}
diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

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

* Re: [PR PATCH] [Closed]: New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (21 preceding siblings ...)
  2022-04-13  2:10 ` CabrioletDiskette
@ 2022-05-17 16:55 ` CabrioletDiskette
  2022-05-17 16:55 ` CabrioletDiskette
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-05-17 16:55 UTC (permalink / raw)
  To: ml

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

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

New package: BAND-1.10.9
https://github.com/void-linux/void-packages/pull/36252

Description:
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
*Upstream only has binarys for x86_64


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

* Re: New package: BAND-1.10.9
  2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
                   ` (22 preceding siblings ...)
  2022-05-17 16:55 ` [PR PATCH] [Closed]: " CabrioletDiskette
@ 2022-05-17 16:55 ` CabrioletDiskette
  23 siblings, 0 replies; 25+ messages in thread
From: CabrioletDiskette @ 2022-05-17 16:55 UTC (permalink / raw)
  To: ml

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

New comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36252#issuecomment-1129102123

Comment:
Closed as there does not seem to be a demand/need for this application

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

end of thread, other threads:[~2022-05-17 16:55 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21  3:10 [PR PATCH] New package: BAND-1.10.9 CabrioletDiskette
2022-03-21  4:25 ` [PR PATCH] [Updated] " CabrioletDiskette
2022-03-21 17:13 ` CabrioletDiskette
2022-03-21 22:42 ` [PR REVIEW] " classabbyamp
2022-03-21 22:42 ` classabbyamp
2022-03-21 22:42 ` classabbyamp
2022-03-21 22:43 ` classabbyamp
2022-03-22  0:24 ` [PR PATCH] [Updated] " CabrioletDiskette
2022-03-22  0:34 ` CabrioletDiskette
2022-03-22  0:37 ` CabrioletDiskette
2022-03-22  0:41 ` [PR PATCH] [Updated] " CabrioletDiskette
2022-03-22  6:34 ` CabrioletDiskette
2022-03-22 17:45 ` CabrioletDiskette
2022-03-23  4:13 ` CabrioletDiskette
2022-03-23 19:58 ` CabrioletDiskette
2022-03-23 20:00 ` CabrioletDiskette
2022-03-24  6:33 ` CabrioletDiskette
2022-03-24 16:39 ` CabrioletDiskette
2022-03-27 23:33 ` CabrioletDiskette
2022-04-04  4:47 ` CabrioletDiskette
2022-04-13  1:56 ` CabrioletDiskette
2022-04-13  2:08 ` CabrioletDiskette
2022-04-13  2:10 ` CabrioletDiskette
2022-05-17 16:55 ` [PR PATCH] [Closed]: " CabrioletDiskette
2022-05-17 16:55 ` CabrioletDiskette

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