Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
  2020-03-29  2:39 ` discord-ptb: update to 0.0.18 classabbyamp
@ 2020-03-31  7:53 ` Piraty
  2020-03-31 15:41 ` [PR PATCH] [Updated] " classabbyamp
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2020-03-31  7:53 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/20421#issuecomment-606462160

Comment:
use `license="custom:Proprietary"`

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

* Re: [PR PATCH] [Updated] discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
  2020-03-29  2:39 ` discord-ptb: update to 0.0.18 classabbyamp
  2020-03-31  7:53 ` Piraty
@ 2020-03-31 15:41 ` classabbyamp
  2020-03-31 16:01 ` classabbyamp
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2020-03-31 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages discord-ptb-0_0_18
https://github.com/void-linux/void-packages/pull/20421

discord-ptb: update to 0.0.18


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-discord-ptb-0_0_18-20421.patch --]
[-- Type: text/x-diff, Size: 1929 bytes --]

From e3cfbfe1e153f1056e79f66ce45293fcd5c19d37 Mon Sep 17 00:00:00 2001
From: Abigail <dev@kb6.ee>
Date: Sat, 28 Mar 2020 11:22:31 -0400
Subject: [PATCH] discord-ptb: update to 0.0.18

---
 srcpkgs/discord-ptb/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/discord-ptb/template b/srcpkgs/discord-ptb/template
index 0485c222023..4309363d480 100644
--- a/srcpkgs/discord-ptb/template
+++ b/srcpkgs/discord-ptb/template
@@ -1,19 +1,19 @@
 # Template file for 'discord-ptb'
-pkgname="discord-ptb"
-version=0.0.9
+pkgname=discord-ptb
+version=0.0.18
 revision=1
+archs="x86_64"
 wrksrc="DiscordPTB"
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
 short_desc="Proprietary freeware VoIP application"
 maintainer="Abel Graham <abel@abelgraham.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com/"
 distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
-checksum=372d6f75203626370218c97c21519b779e5af334177cafa65a5655e357c77520
+checksum=ef0415fd65b7f6009ccc59f18c72d4ef373f29c608b0a53d5faa5ea80fbc3ded
+repository=nonfree
+restricted=yes
+nopie=yes
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -22,7 +22,7 @@ do_install() {
 	vmkdir usr/share/applications
 	vcopy discord-ptb.desktop /usr/share/applications/
 	vmkdir ${package_location}
-	for item in locales resources DiscordPTB libffmpeg.so libnode.so natives_blob.bin snapshot_blob.bin content_shell.pak icudtl.dat; do
+	for item in locales resources swiftshader chrome-sandbox DiscordPTB libffmpeg.so libEGL.so libGLESv2.so natives_blob.bin snapshot_blob.bin v8_context_snapshot.bin resources.pak chrome_100_percent.pak chrome_200_percent.pak icudtl.dat; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: [PR PATCH] [Updated] discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-03-31 15:41 ` [PR PATCH] [Updated] " classabbyamp
@ 2020-03-31 16:01 ` classabbyamp
  2020-03-31 17:28 ` classabbyamp
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2020-03-31 16:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages discord-ptb-0_0_18
https://github.com/void-linux/void-packages/pull/20421

discord-ptb: update to 0.0.18


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-discord-ptb-0_0_18-20421.patch --]
[-- Type: text/x-diff, Size: 2066 bytes --]

From 74b2e702d492aa9748a23b578acf33bdda5cfbdf Mon Sep 17 00:00:00 2001
From: Abigail <dev@kb6.ee>
Date: Sat, 28 Mar 2020 11:22:31 -0400
Subject: [PATCH] discord-ptb: update to 0.0.18

---
 srcpkgs/discord-ptb/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/discord-ptb/template b/srcpkgs/discord-ptb/template
index 0485c222023..62172aa5e24 100644
--- a/srcpkgs/discord-ptb/template
+++ b/srcpkgs/discord-ptb/template
@@ -1,19 +1,19 @@
 # Template file for 'discord-ptb'
-pkgname="discord-ptb"
-version=0.0.9
+pkgname=discord-ptb
+version=0.0.18
 revision=1
+archs="x86_64"
 wrksrc="DiscordPTB"
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
 short_desc="Proprietary freeware VoIP application"
 maintainer="Abel Graham <abel@abelgraham.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com/"
 distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
-checksum=372d6f75203626370218c97c21519b779e5af334177cafa65a5655e357c77520
+checksum=ef0415fd65b7f6009ccc59f18c72d4ef373f29c608b0a53d5faa5ea80fbc3ded
+repository=nonfree
+restricted=yes
+nopie=yes
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -22,9 +22,12 @@ do_install() {
 	vmkdir usr/share/applications
 	vcopy discord-ptb.desktop /usr/share/applications/
 	vmkdir ${package_location}
-	for item in locales resources DiscordPTB libffmpeg.so libnode.so natives_blob.bin snapshot_blob.bin content_shell.pak icudtl.dat; do
+	for item in locales resources swiftshader chrome-sandbox DiscordPTB libffmpeg.so libEGL.so libGLESv2.so natives_blob.bin snapshot_blob.bin v8_context_snapshot.bin resources.pak chrome_100_percent.pak chrome_200_percent.pak icudtl.dat; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin
 	ln -sfr $DESTDIR/${package_location}/DiscordPTB $DESTDIR/usr/bin/discord-ptb
 }
+post_install() {
+	vlicense $FILESDIR/LICENSE
+}

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

* Re: [PR PATCH] [Updated] discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-03-31 16:01 ` classabbyamp
@ 2020-03-31 17:28 ` classabbyamp
  2020-03-31 18:27 ` classabbyamp
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2020-03-31 17:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages discord-ptb-0_0_18
https://github.com/void-linux/void-packages/pull/20421

discord-ptb: update to 0.0.18


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-discord-ptb-0_0_18-20421.patch --]
[-- Type: text/x-diff, Size: 1929 bytes --]

From a55c45df519f69f0ab4fb3266803a1c3993b9d20 Mon Sep 17 00:00:00 2001
From: Abigail <dev@kb6.ee>
Date: Sat, 28 Mar 2020 11:22:31 -0400
Subject: [PATCH] discord-ptb: update to 0.0.18

---
 srcpkgs/discord-ptb/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/discord-ptb/template b/srcpkgs/discord-ptb/template
index 0485c222023..4309363d480 100644
--- a/srcpkgs/discord-ptb/template
+++ b/srcpkgs/discord-ptb/template
@@ -1,19 +1,19 @@
 # Template file for 'discord-ptb'
-pkgname="discord-ptb"
-version=0.0.9
+pkgname=discord-ptb
+version=0.0.18
 revision=1
+archs="x86_64"
 wrksrc="DiscordPTB"
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
 short_desc="Proprietary freeware VoIP application"
 maintainer="Abel Graham <abel@abelgraham.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com/"
 distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
-checksum=372d6f75203626370218c97c21519b779e5af334177cafa65a5655e357c77520
+checksum=ef0415fd65b7f6009ccc59f18c72d4ef373f29c608b0a53d5faa5ea80fbc3ded
+repository=nonfree
+restricted=yes
+nopie=yes
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -22,7 +22,7 @@ do_install() {
 	vmkdir usr/share/applications
 	vcopy discord-ptb.desktop /usr/share/applications/
 	vmkdir ${package_location}
-	for item in locales resources DiscordPTB libffmpeg.so libnode.so natives_blob.bin snapshot_blob.bin content_shell.pak icudtl.dat; do
+	for item in locales resources swiftshader chrome-sandbox DiscordPTB libffmpeg.so libEGL.so libGLESv2.so natives_blob.bin snapshot_blob.bin v8_context_snapshot.bin resources.pak chrome_100_percent.pak chrome_200_percent.pak icudtl.dat; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-03-31 17:28 ` classabbyamp
@ 2020-03-31 18:27 ` classabbyamp
  2020-04-01  9:44 ` Piraty
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2020-03-31 18:27 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/20421#issuecomment-606795950

Comment:
No license file is included with this software (re: no vlicense)

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

* Re: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-03-31 18:27 ` classabbyamp
@ 2020-04-01  9:44 ` Piraty
  2020-04-01  9:45 ` xtraeme
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2020-04-01  9:44 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/20421#issuecomment-607148308

Comment:
no idea how to proceed in that case

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

* Re: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-04-01  9:44 ` Piraty
@ 2020-04-01  9:45 ` xtraeme
  2020-04-01 20:46 ` Chocimier
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: xtraeme @ 2020-04-01  9:45 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20421#issuecomment-607148733

Comment:
If I were the void dictator again I'd do rm -rf *all_restricted_pkgs*

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

* Re: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-04-01  9:45 ` xtraeme
@ 2020-04-01 20:46 ` Chocimier
  2020-07-23 18:41 ` Chocimier
  2020-07-23 18:41 ` [PR PATCH] [Closed]: " Chocimier
  10 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-04-01 20:46 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/20421#issuecomment-607481323

Comment:
Removing all restricted packages would only induce adoption of unofficial repos.

Yet I would back up raising requirements mildly to have checksummable license, removing packages that do not have license and turn INSTALL-driven packages like `oracle-jre` to either normal or restricted.

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

* Re: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-04-01 20:46 ` Chocimier
@ 2020-07-23 18:41 ` Chocimier
  2020-07-23 18:41 ` [PR PATCH] [Closed]: " Chocimier
  10 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-07-23 18:41 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/20421#issuecomment-663169379

Comment:
As said above, we do not accept unstable releases.

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

* Re: [PR PATCH] [Closed]: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2020-07-23 18:41 ` Chocimier
@ 2020-07-23 18:41 ` Chocimier
  10 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-07-23 18:41 UTC (permalink / raw)
  To: ml

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

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

discord-ptb: update to 0.0.18
https://github.com/void-linux/void-packages/pull/20421

Description:


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

* Re: discord-ptb: update to 0.0.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
@ 2020-03-29  2:39 ` classabbyamp
  2020-03-31  7:53 ` Piraty
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2020-03-29  2:39 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/20421#issuecomment-605549628

Comment:
Not sure how to get the license check to pass for proprietary :woman_shrugging: 

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

end of thread, other threads:[~2020-07-23 18:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20421@inbox.vuxu.org>
2020-03-29  2:39 ` discord-ptb: update to 0.0.18 classabbyamp
2020-03-31  7:53 ` Piraty
2020-03-31 15:41 ` [PR PATCH] [Updated] " classabbyamp
2020-03-31 16:01 ` classabbyamp
2020-03-31 17:28 ` classabbyamp
2020-03-31 18:27 ` classabbyamp
2020-04-01  9:44 ` Piraty
2020-04-01  9:45 ` xtraeme
2020-04-01 20:46 ` Chocimier
2020-07-23 18:41 ` Chocimier
2020-07-23 18:41 ` [PR PATCH] [Closed]: " Chocimier

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