Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update discord to 0.0.11
@ 2020-08-06 19:22 FirstZero
  2020-08-06 19:27 ` [PR REVIEW] " ericonr
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: FirstZero @ 2020-08-06 19:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

update discord to 0.0.11


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

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

From 849c34ddcc179d84ef8c48d7b5b8871e15ddd8c0 Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] update discord to 0.0.11

---
 srcpkgs/discord/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..cf8982c4fd1 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -2,7 +2,7 @@
 # Originally created by Benjamin Hoffmeyer, modified for stable Discord
 
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 wrksrc="Discord"
@@ -15,7 +15,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +25,7 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: [PR REVIEW] update discord to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
@ 2020-08-06 19:27 ` ericonr
  2020-08-06 19:41 ` [PR PATCH] [Updated] " FirstZero
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-08-06 19:27 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24114#discussion_r466636862

Comment:
Could you remove this newline and then solve all the resultant xlint warnings? For the license, use `license="custom:Proprietary"`

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

* Re: [PR PATCH] [Updated] update discord to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
  2020-08-06 19:27 ` [PR REVIEW] " ericonr
@ 2020-08-06 19:41 ` FirstZero
  2020-08-07  7:43 ` fosslinux
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-06 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

update discord to 0.0.11


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

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

From b0ad0685804bca06fc5fe965bd933c8a96604770 Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] update discord to 0.0.11

---
 srcpkgs/discord/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..9a195e6f0d8 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -2,7 +2,7 @@
 # Originally created by Benjamin Hoffmeyer, modified for stable Discord
 
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 wrksrc="Discord"
@@ -12,10 +12,10 @@ repository=nonfree
 restricted=yes
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +25,7 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: update discord to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
  2020-08-06 19:27 ` [PR REVIEW] " ericonr
  2020-08-06 19:41 ` [PR PATCH] [Updated] " FirstZero
@ 2020-08-07  7:43 ` fosslinux
  2020-08-07 16:21 ` [PR PATCH] [Updated] " FirstZero
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2020-08-07  7:43 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24114#issuecomment-670380038

Comment:
Please use the [correct commit naming format](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes).

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

* Re: [PR PATCH] [Updated] update discord to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (2 preceding siblings ...)
  2020-08-07  7:43 ` fosslinux
@ 2020-08-07 16:21 ` FirstZero
  2020-08-07 16:24 ` discord: update " FirstZero
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-07 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

update discord to 0.0.11


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

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

From beca6df6ea19759123eda752c8995372ef1ca896 Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] discord: update to 0.0.11

---
 srcpkgs/discord/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..9a195e6f0d8 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -2,7 +2,7 @@
 # Originally created by Benjamin Hoffmeyer, modified for stable Discord
 
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 wrksrc="Discord"
@@ -12,10 +12,10 @@ repository=nonfree
 restricted=yes
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +25,7 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (3 preceding siblings ...)
  2020-08-07 16:21 ` [PR PATCH] [Updated] " FirstZero
@ 2020-08-07 16:24 ` FirstZero
  2020-08-07 19:18 ` [PR REVIEW] " Chocimier
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-07 16:24 UTC (permalink / raw)
  To: ml

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

New comment by FirstZero on void-packages repository

https://github.com/void-linux/void-packages/pull/24114#issuecomment-670598988

Comment:
> Please use the [correct commit naming format](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes).

Oops, I didnt even realize I didnt use the correct commit message this time. Updated it.

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

* Re: [PR REVIEW] discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (4 preceding siblings ...)
  2020-08-07 16:24 ` discord: update " FirstZero
@ 2020-08-07 19:18 ` Chocimier
  2020-08-07 20:55 ` [PR PATCH] [Updated] " FirstZero
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2020-08-07 19:18 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24114#discussion_r467225398

Comment:
@FirstZero:

> Could you remove this newline and then solve all the resultant xlint warnings?

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

* Re: [PR PATCH] [Updated] discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (5 preceding siblings ...)
  2020-08-07 19:18 ` [PR REVIEW] " Chocimier
@ 2020-08-07 20:55 ` FirstZero
  2020-08-08 16:25 ` cinerea0
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-07 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

discord: update to 0.0.11


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

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

From 22207f1870ba47bc7d0791b6ba4d8cddf77013e6 Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] Discord: update to 0.0.11

---
 srcpkgs/discord/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..5e6ef9daa31 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,8 +1,6 @@
 # Template file for 'discord'
-# Originally created by Benjamin Hoffmeyer, modified for stable Discord
-
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 wrksrc="Discord"
@@ -12,10 +10,10 @@ repository=nonfree
 restricted=yes
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +23,7 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (6 preceding siblings ...)
  2020-08-07 20:55 ` [PR PATCH] [Updated] " FirstZero
@ 2020-08-08 16:25 ` cinerea0
  2020-08-08 23:12 ` cinerea0
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cinerea0 @ 2020-08-08 16:25 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/24114#issuecomment-670947449

Comment:
@FirstZero you've still got xlint errors. Could you please fix them, run `xlint` on the template, and then repeat until there are no more errors before pushing again?

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

* Re: discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (7 preceding siblings ...)
  2020-08-08 16:25 ` cinerea0
@ 2020-08-08 23:12 ` cinerea0
  2020-08-09 11:35 ` [PR PATCH] [Updated] " FirstZero
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cinerea0 @ 2020-08-08 23:12 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/24114#issuecomment-670983615

Comment:
I tested it myself, and the following lines for the "top" of the template (everything preceding `do_install`) satisfies xlint:
```
# Template file for 'discord'
pkgname=discord
version=0.0.11
revision=1
archs="x86_64"
wrksrc="Discord"
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
short_desc="Chat and VOIP application"
maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
license="custom:Proprietary"
homepage="https://discordapp.com"
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
repository=nonfree
restricted=yes
nopie=yes
```

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

* Re: [PR PATCH] [Updated] discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (8 preceding siblings ...)
  2020-08-08 23:12 ` cinerea0
@ 2020-08-09 11:35 ` FirstZero
  2020-08-09 11:55 ` FirstZero
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-09 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

discord: update to 0.0.11


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

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

From 6170491493084c92d496c1fe8960e826785185f3 Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] discord: update to 0.0.11

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

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..63d073849fe 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,21 +1,19 @@
 # Template file for 'discord'
-# Originally created by Benjamin Hoffmeyer, modified for stable Discord
-
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
-depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-wrksrc="Discord"
 archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
+wrksrc="Discord"
+depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
+repository=nonfree
+restricted=yes
+nopie=yes
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +23,7 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: [PR PATCH] [Updated] discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (9 preceding siblings ...)
  2020-08-09 11:35 ` [PR PATCH] [Updated] " FirstZero
@ 2020-08-09 11:55 ` FirstZero
  2020-08-09 12:00 ` FirstZero
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-09 11:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

discord: update to 0.0.11


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

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

From 67320574c3889c576f208618ba279d2dc71e0d5e Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] discord: update to 0.0.11

---
 srcpkgs/discord/template | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..7bdbb899087 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,21 +1,19 @@
 # Template file for 'discord'
-# Originally created by Benjamin Hoffmeyer, modified for stable Discord
-
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
-depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-wrksrc="Discord"
 archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
+wrksrc="Discord"
+depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
+repository=nonfree
+restricted=yes
+nopie=yes
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +23,10 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin \
+                snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so \
+				chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox \
+				resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: [PR PATCH] [Updated] discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (10 preceding siblings ...)
  2020-08-09 11:55 ` FirstZero
@ 2020-08-09 12:00 ` FirstZero
  2020-08-09 12:02 ` FirstZero
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-09 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

discord: update to 0.0.11


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

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

From 1d8bd12ac042a9a5633e6ffb1fde53ce11d3cbe8 Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] discord: update to 0.0.11

---
 srcpkgs/discord/template | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..2d04fd1ea43 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,21 +1,19 @@
 # Template file for 'discord'
-# Originally created by Benjamin Hoffmeyer, modified for stable Discord
-
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
-depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-wrksrc="Discord"
 archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
+wrksrc="Discord"
+depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
+repository=nonfree
+restricted=yes
+nopie=yes
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +23,10 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin \
+				snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so \
+				chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox \
+				resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (11 preceding siblings ...)
  2020-08-09 12:00 ` FirstZero
@ 2020-08-09 12:02 ` FirstZero
  2020-08-09 12:51 ` [PR PATCH] [Updated] " FirstZero
  2020-08-10 14:29 ` [PR PATCH] [Merged]: " abenson
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-09 12:02 UTC (permalink / raw)
  To: ml

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

New comment by FirstZero on void-packages repository

https://github.com/void-linux/void-packages/pull/24114#issuecomment-671043538

Comment:
Im sorry to have left you hanging there, I haven't been home to fix them!
I fixed the linting errors with the latest commit and also took some time to trim down the length of the lines to 80 characters for readability while I was at it.

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

* Re: [PR PATCH] [Updated] discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (12 preceding siblings ...)
  2020-08-09 12:02 ` FirstZero
@ 2020-08-09 12:51 ` FirstZero
  2020-08-10 14:29 ` [PR PATCH] [Merged]: " abenson
  14 siblings, 0 replies; 16+ messages in thread
From: FirstZero @ 2020-08-09 12:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FirstZero/void-packages discord
https://github.com/void-linux/void-packages/pull/24114

discord: update to 0.0.11


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

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

From caafdd652682f265c7f561adc2ff47fce035b68a Mon Sep 17 00:00:00 2001
From: FirstZero <issac007008@gmail.com>
Date: Thu, 6 Aug 2020 21:13:02 +0200
Subject: [PATCH] discord: update to 0.0.11

---
 srcpkgs/discord/template | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index debe82e49ca..35daebd51ef 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,21 +1,19 @@
 # Template file for 'discord'
-# Originally created by Benjamin Hoffmeyer, modified for stable Discord
-
 pkgname=discord
-version=0.0.10
+version=0.0.11
 revision=1
-depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-wrksrc="Discord"
 archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
+wrksrc="Discord"
+depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
-license="proprietary"
+license="custom:Proprietary"
 homepage="https://discordapp.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
+checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
+repository=nonfree
+restricted=yes
+nopie=yes
 
 do_install() {
 	local package_location="usr/lib/$pkgname" item
@@ -25,7 +23,9 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin; do
+	for item in locales resources Discord libffmpeg.so natives_blob.bin snapshot_blob.bin \
+	icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak \
+	chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

* Re: [PR PATCH] [Merged]: discord: update to 0.0.11
  2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
                   ` (13 preceding siblings ...)
  2020-08-09 12:51 ` [PR PATCH] [Updated] " FirstZero
@ 2020-08-10 14:29 ` abenson
  14 siblings, 0 replies; 16+ messages in thread
From: abenson @ 2020-08-10 14:29 UTC (permalink / raw)
  To: ml

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

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

discord: update to 0.0.11
https://github.com/void-linux/void-packages/pull/24114

Description:


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

end of thread, other threads:[~2020-08-10 14:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 19:22 [PR PATCH] update discord to 0.0.11 FirstZero
2020-08-06 19:27 ` [PR REVIEW] " ericonr
2020-08-06 19:41 ` [PR PATCH] [Updated] " FirstZero
2020-08-07  7:43 ` fosslinux
2020-08-07 16:21 ` [PR PATCH] [Updated] " FirstZero
2020-08-07 16:24 ` discord: update " FirstZero
2020-08-07 19:18 ` [PR REVIEW] " Chocimier
2020-08-07 20:55 ` [PR PATCH] [Updated] " FirstZero
2020-08-08 16:25 ` cinerea0
2020-08-08 23:12 ` cinerea0
2020-08-09 11:35 ` [PR PATCH] [Updated] " FirstZero
2020-08-09 11:55 ` FirstZero
2020-08-09 12:00 ` FirstZero
2020-08-09 12:02 ` FirstZero
2020-08-09 12:51 ` [PR PATCH] [Updated] " FirstZero
2020-08-10 14:29 ` [PR PATCH] [Merged]: " abenson

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