Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Updated `anydesk` and `discord-ptb`
@ 2020-08-06 21:33 MGlolenstine
  2020-08-06 21:41 ` ericonr
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: MGlolenstine @ 2020-08-06 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MGlolenstine/void-packages master
https://github.com/void-linux/void-packages/pull/24116

Updated `anydesk` and `discord-ptb`
Updated two outdated packages, updated hashes and fixed problems with `discord-ptb` not working.

Feel free to comment on this first PR of mine.

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

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

From 21597194758d18f3822df726620bdc040de7e47c Mon Sep 17 00:00:00 2001
From: MGlolenstine <mglolenstine@gmail.com>
Date: Thu, 6 Aug 2020 23:26:52 +0200
Subject: [PATCH] Updated anydesk and discord-ptb

---
 srcpkgs/anydesk/template     | 6 +++---
 srcpkgs/discord-ptb/template | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/anydesk/template b/srcpkgs/anydesk/template
index 1843379a90b..4b80ff1b61e 100644
--- a/srcpkgs/anydesk/template
+++ b/srcpkgs/anydesk/template
@@ -1,6 +1,6 @@
 # Template file for 'anydesk'
 pkgname=anydesk
-version=5.5.6
+version=6.0.0
 revision=1
 archs="i686 x86_64"
 wrksrc=${pkgname}-${version}
@@ -14,10 +14,10 @@ restricted=yes
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ] ; then
 	distfiles="https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
-	checksum=d37678596d7df3926b9ea7dec842cd895618b9860fd75e490deebcf09cf3eeee
+	checksum=9df6583097865591d153853f730f02dde003756dd5840dc670d25f3c275d86a5
 elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
 	distfiles="https://download.anydesk.com/linux/anydesk-${version}-i386.tar.gz"
-	checksum=2b62a369a9fb24cc060bf29ccd1ee94f45d4c2be8c62e4fba8b925ca3008f747
+	checksum=369ed52f4876f29ea4d3713401493e28fa21749bc0f24f0809e5b770c93e8c37
 fi
 
 do_install() {
diff --git a/srcpkgs/discord-ptb/template b/srcpkgs/discord-ptb/template
index 0485c222023..790d6d694dc 100644
--- a/srcpkgs/discord-ptb/template
+++ b/srcpkgs/discord-ptb/template
@@ -1,6 +1,6 @@
 # Template file for 'discord-ptb'
 pkgname="discord-ptb"
-version=0.0.9
+version=0.0.21
 revision=1
 wrksrc="DiscordPTB"
 depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
@@ -13,7 +13,7 @@ maintainer="Abel Graham <abel@abelgraham.com>"
 license="proprietary"
 homepage="https://discordapp.com/"
 distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
-checksum=372d6f75203626370218c97c21519b779e5af334177cafa65a5655e357c77520
+checksum=a1fa4e20cce5f493d84c9e3c7ac74c8265768886859e98022fa41d102f2726c4
 
 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 DiscordPTB chrome_100_percent.pak chrome_200_percent.pak icudtl.dat libEGL.so libGLESv2.so libffmpeg.so locales natives_blob.bin resources resources.pak snapshot_blob.bin swiftshader v8_context_snapshot.bin; do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin

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

end of thread, other threads:[~2020-09-10  8:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 21:33 [PR PATCH] Updated `anydesk` and `discord-ptb` MGlolenstine
2020-08-06 21:41 ` ericonr
2020-08-06 21:42 ` ericonr
2020-08-06 21:43 ` MGlolenstine
2020-08-06 22:06 ` [PR PATCH] [Updated] " MGlolenstine
2020-08-06 22:08 ` MGlolenstine
2020-08-06 22:10 ` MGlolenstine
2020-08-06 22:14 ` ericonr
2020-08-06 22:24 ` [PR PATCH] [Updated] " MGlolenstine
2020-08-06 22:27 ` anydesk: update to 6.0.0 MGlolenstine
2020-08-06 22:30 ` ericonr
2020-08-06 22:31 ` MGlolenstine
2020-08-10  9:56 ` [PR PATCH] [Updated] " MGlolenstine
2020-09-10  8:45 ` MGlolenstine
2020-09-10  8:45 ` [PR PATCH] [Closed]: " MGlolenstine

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