Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (b8789e11e0617229d9934a48548d7fea1d6c27d5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (b8789e11e0617229d9934a48548d7fea1d6c27d5)
  • Date: Thu, 4 Jun 2020 22:37:12 +0000

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

z-net/discord/DETAILS | 6 +++---
z-net/discord/HISTORY | 5 +++++
z-net/discord/INSTALL | 2 ++
z-net/discord/PRE_BUILD | 2 ++
4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit b8789e11e0617229d9934a48548d7fea1d6c27d5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

discord: => 0.0.10

diff --git a/z-net/discord/DETAILS b/z-net/discord/DETAILS
index 4a89f25..824db15 100755
--- a/z-net/discord/DETAILS
+++ b/z-net/discord/DETAILS
@@ -1,11 +1,11 @@
SPELL=discord
- VERSION=0.0.5
+ VERSION=0.0.10
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://dl.discordapp.net/apps/linux/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:4786176a57aaf86c3ced07a2be1ca138f40e53723b9ae958dbd9a6b93ddb71659b0e1a00ab6c99fb8d8501a9d752ebfc8ab7f6fd1e6888b06a9a3c9a7710f972
+
SOURCE_HASH=sha512:c30a1da037edb007821f55b4980a25949fed854c5cf01180d5a6cee7e14535eb0aa6ac002a2ece70121516b249aad5a7ac17d84e15858be5113c62830ec07429
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
GATHER_DOCS=off
- WEB_SITE=https://discordapp.com
+ WEB_SITE=https://discord.com/
ENTERED=20180617
LICENSE[0]=UNKNOWN
REJECT="is non-source"
diff --git a/z-net/discord/HISTORY b/z-net/discord/HISTORY
index 1f87d34..1e1f48a 100644
--- a/z-net/discord/HISTORY
+++ b/z-net/discord/HISTORY
@@ -1,3 +1,8 @@
+2020-06-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.0.10; updated webpage
+ * INSTALL: correct perms required for sandboxing
+ * PRE_BUILD: remove postinst script
+
2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
* Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
diff --git a/z-net/discord/INSTALL b/z-net/discord/INSTALL
index 4b0cd39..556f83d 100755
--- a/z-net/discord/INSTALL
+++ b/z-net/discord/INSTALL
@@ -6,4 +6,6 @@ ln -vsf "${TRACK_ROOT}/opt/Discord/discord.desktop" \
ln -vsf "${TRACK_ROOT}/opt/Discord/discord.png" \
"${INSTALL_ROOT}/usr/share/pixmaps/discord.png" &&

+chmod 4755 "${INSTALL_ROOT}/opt/Discord/chrome-sandbox" &&
+
ln -vsf "${TRACK_ROOT}/opt/Discord/Discord" "${INSTALL_ROOT}/usr/bin/discord"
diff --git a/z-net/discord/PRE_BUILD b/z-net/discord/PRE_BUILD
index 27bfc46..bdf404a 100755
--- a/z-net/discord/PRE_BUILD
+++ b/z-net/discord/PRE_BUILD
@@ -3,4 +3,6 @@ cd "${SOURCE_DIRECTORY}" &&

unpack_file &&

+rm -f Discord/postinst.sh &&
+
sedit "s:/usr/share/discord:/opt/Discord:" Discord/discord.desktop



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (b8789e11e0617229d9934a48548d7fea1d6c27d5), Vlad Glagolev, 06/04/2020

Archive powered by MHonArc 2.6.24.

Top of Page