[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

Morgan Adamiec morganamilo at gemini.archlinux.org
Sun Jul 17 22:39:57 UTC 2022


    Date: Sunday, July 17, 2022 @ 22:39:57
  Author: morganamilo
Revision: 1254386

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
    (from rev 1254385, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
    (from rev 1254385, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

-------------------------------+
 PKGBUILD                      |   98 +++++++++++------------
 Permission_to_Distribute.mbox |  166 ++++++++++++++++++++--------------------
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 22:39:39 UTC (rev 1254385)
+++ PKGBUILD	2022-07-17 22:39:57 UTC (rev 1254386)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan <morganamilo at archlinux.org>
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.135
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-            'xdg-utils: Open files')
-source=("https://dl-canary.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz"
-        'LICENSE.html::https://discordapp.com/terms'
-        'OSS-LICENSES.html::https://discordapp.com/licenses')
-sha512sums=('954ef83265edbe5ff9db001836830ddb0e63fb66cc89a0f680c6b964392b37116b507f52cd0bfd8abd6495ba019ab5465c67c42e93dadf5839feb5918487cf1a'
-            'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-            '84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
-
-  # Licenses
-  install -Dm 644 LICENSE.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
-  install -Dm 644 OSS-LICENSES.html "$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1254385, discord-canary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 22:39:57 UTC (rev 1254386)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan <morganamilo at archlinux.org>
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.136
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+            'xdg-utils: Open files')
+source=("https://dl-canary.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz"
+        'LICENSE.html::https://discordapp.com/terms'
+        'OSS-LICENSES.html::https://discordapp.com/licenses')
+sha512sums=('47336d42535e167a2c8805ee0cc3eb1695a7774034aca3f6b227e764642c4d4ce5e361ceefa9c8992e87035f63901ed93e42d33db15e02a8026080957404cc92'
+            'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+            '84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+  install -Dm 644 OSS-LICENSES.html "$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
+}
+

Deleted: Permission_to_Distribute.mbox
===================================================================
--- Permission_to_Distribute.mbox	2022-07-17 22:39:39 UTC (rev 1254385)
+++ Permission_to_Distribute.mbox	2022-07-17 22:39:57 UTC (rev 1254386)
@@ -1,83 +0,0 @@
-From kodie.goodwin at discordapp.com Thu Jun 13 20:34:56 2019
-Return-Path: <kodie.goodwin at discordapp.com>
-Delivered-To: ffy00 at archlinux.org
-Received: from orion.archlinux.org
-	by orion with LMTP
-	id wyBRH3CzAl2FUAAA+xzH6A
-	(envelope-from <kodie.goodwin at discordapp.com>)
-	for <ffy00 at archlinux.org>; Thu, 13 Jun 2019 20:34:56 +0000
-Received: from orion.archlinux.org (localhost [127.0.0.1])
-	by orion.archlinux.org (Postfix) with ESMTP id 66CA913517A922
-	for <lains at archlinux.org>; Thu, 13 Jun 2019 20:34:55 +0000 (UTC)
-X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on orion
-X-Spam-Level: 
-X-Spam-Status: No, score=-1.1 required=5.0
- tests=BAYES_00=-1,DKIM_SIGNED=0.1,
- DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HTML_MESSAGE=0.001,
- RCVD_IN_DNSWL_NONE=-0.0001,SPF_HELO_NONE=0.001, T_DMARC_POLICY_QUAR=0.01
- autolearn=ham autolearn_force=no version=3.4.2
-X-Spam-BL-Results:
- <dns:c.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org>
- [127.0.5.0]
-Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com
- [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.3 with cipher
- TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384)
- server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client
- certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for
- <lains at archlinux.org>; Thu, 13 Jun 2019 20:34:55 +0000 (UTC)
-Received: by mail-lj1-x22c.google.com with SMTP id s21so58292lji.8
-        for <lains at archlinux.org>; Thu, 13 Jun 2019 13:34:55 -0700 (PDT)
-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=discordapp.com;
- s=gsuite; h=mime-version:from:date:message-id:subject:to;
- bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
- b=Hn3WJ4XVxRhqkyBToNcRDJR+J2SLLDu+8cVKrCvb6qmXbkUFMP5KjTF0lqRnDmdpU8
- nRoVXvHLxfuMFyXEAaqWysKomIsfviYpcjPuwsFOawCUkBTlmNrh4AnpQJLdYhqq4EGO
- Tuu+XuRQSI3xXGlLbf+mROw6t0xr68hGGh3rmVnooweqnOI9Rk0teBp6cMu2KjaF+Dxa
- zZc/kW3Wn5Kn8GMuNaOptGDQ3xxt3f31aLUCR31uchnSrQngUHQGtXIrAnxQKvoFeTAZ
- Ok/wFcomCNRWpFaWMXHXfZMTseRxtpcyq7Fz62KvRNMeEvAqXKTeVfYqyap9Jb8P+PBJ ITSA==
-X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net;
- s=20161025;
- h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
- bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
- b=V2dqDbX4lJJp0q6x+GSw6+WklHRJ9GCXy+meJtNC1IEEkcpI4XoeryYEcBzVH01oTk
- x0+KwMhd+8eW4jut+BYjnkO4i43EwDI/RDF/JziV97Bt2aajNu0DiGyvwdMMqcvfPEOi
- f4EcMXY2A077gCcK4j8ixBa3OuJk3xtcyGa+R4WsbHoJcuhe3y7a5DNaCIj4AY7kV1T8
- l5jRoydEtIddSQ3vJeXhLzKHZ2LJsZflo4exba7Gt587C93TdsqrH0RKZYN1jyqJ85JX
- OKxoFInfMrrmFEtWKI2Zk7pszFhx8NdXs9FreaRsqFRHUXpCDfmAjIM55mBqrWmC+//L oWeg==
-X-Gm-Message-State:
- APjAAAXl0uSoh/bTbxmb/NJdZ1zBb39mDoE3ae1VCW/eX3PtpMQbKDvg
- 1r00u182FI0icipyvF4fX9jqh6LflTyBfnvhRJw27Qgkejw=
-X-Google-Smtp-Source:
- APXvYqz1xt2sSt1tFCoaFdVF7UKB1kvlEC07c6ycHew0bhV6HIIGL8rMS5KJXbxSjxqP2fT9+G6yAgXPsc+BnEpLP3E=
-X-Received: by 2002:a2e:1290:: with SMTP id
- 16mr29607440ljs.88.1560458094377; Thu, 13 Jun 2019 13:34:54 -0700 (PDT)
-MIME-Version: 1.0
-From: Kodie Goodwin <kodie.goodwin at discordapp.com>
-Date: Thu, 13 Jun 2019 13:34:43 -0700
-Message-ID: <CAPDL0efiD8oT+uzGnPmwYbHtdoo-NuSgRcZXPfjheASiFSBGJQ at mail.gmail.com>
-Subject: Permission to Distribute
-To: =?UTF-8?Q?Filipe_La=C3=ADns?= <lains at archlinux.org>
-Content-Type: multipart/alternative; boundary="0000000000006713d2058b3a760e"
-X-Evolution-Source: 36ef86f11e6676b78f0de2cf33e0173262b3392b
-
-
---0000000000006713d2058b3a760e
-Content-Type: text/plain; charset="UTF-8"
-Content-Transfer-Encoding: 8bit
-
-Hey Filipe,
-
-This is an official notification granting you permission to distribute
-Discord in the Arch official repositories.
-
-Kodie Goodwin
-Discord Inc.
-
---0000000000006713d2058b3a760e
-Content-Type: text/html; charset="UTF-8"
-Content-Transfer-Encoding: 8bit
-
-<div dir="ltr">Hey Filipe, <div><br></div><div>This is an official notification granting you permission to distribute Discord in the Arch official repositories.</div><div><br></div><div>Kodie Goodwin</div><div>Discord Inc.</div></div>
-
---0000000000006713d2058b3a760e--
-

Copied: discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox (from rev 1254385, discord-canary/trunk/Permission_to_Distribute.mbox)
===================================================================
--- Permission_to_Distribute.mbox	                        (rev 0)
+++ Permission_to_Distribute.mbox	2022-07-17 22:39:57 UTC (rev 1254386)
@@ -0,0 +1,83 @@
+From kodie.goodwin at discordapp.com Thu Jun 13 20:34:56 2019
+Return-Path: <kodie.goodwin at discordapp.com>
+Delivered-To: ffy00 at archlinux.org
+Received: from orion.archlinux.org
+	by orion with LMTP
+	id wyBRH3CzAl2FUAAA+xzH6A
+	(envelope-from <kodie.goodwin at discordapp.com>)
+	for <ffy00 at archlinux.org>; Thu, 13 Jun 2019 20:34:56 +0000
+Received: from orion.archlinux.org (localhost [127.0.0.1])
+	by orion.archlinux.org (Postfix) with ESMTP id 66CA913517A922
+	for <lains at archlinux.org>; Thu, 13 Jun 2019 20:34:55 +0000 (UTC)
+X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on orion
+X-Spam-Level: 
+X-Spam-Status: No, score=-1.1 required=5.0
+ tests=BAYES_00=-1,DKIM_SIGNED=0.1,
+ DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HTML_MESSAGE=0.001,
+ RCVD_IN_DNSWL_NONE=-0.0001,SPF_HELO_NONE=0.001, T_DMARC_POLICY_QUAR=0.01
+ autolearn=ham autolearn_force=no version=3.4.2
+X-Spam-BL-Results:
+ <dns:c.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org>
+ [127.0.5.0]
+Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com
+ [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.3 with cipher
+ TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384)
+ server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client
+ certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for
+ <lains at archlinux.org>; Thu, 13 Jun 2019 20:34:55 +0000 (UTC)
+Received: by mail-lj1-x22c.google.com with SMTP id s21so58292lji.8
+        for <lains at archlinux.org>; Thu, 13 Jun 2019 13:34:55 -0700 (PDT)
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=discordapp.com;
+ s=gsuite; h=mime-version:from:date:message-id:subject:to;
+ bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
+ b=Hn3WJ4XVxRhqkyBToNcRDJR+J2SLLDu+8cVKrCvb6qmXbkUFMP5KjTF0lqRnDmdpU8
+ nRoVXvHLxfuMFyXEAaqWysKomIsfviYpcjPuwsFOawCUkBTlmNrh4AnpQJLdYhqq4EGO
+ Tuu+XuRQSI3xXGlLbf+mROw6t0xr68hGGh3rmVnooweqnOI9Rk0teBp6cMu2KjaF+Dxa
+ zZc/kW3Wn5Kn8GMuNaOptGDQ3xxt3f31aLUCR31uchnSrQngUHQGtXIrAnxQKvoFeTAZ
+ Ok/wFcomCNRWpFaWMXHXfZMTseRxtpcyq7Fz62KvRNMeEvAqXKTeVfYqyap9Jb8P+PBJ ITSA==
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net;
+ s=20161025;
+ h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
+ bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
+ b=V2dqDbX4lJJp0q6x+GSw6+WklHRJ9GCXy+meJtNC1IEEkcpI4XoeryYEcBzVH01oTk
+ x0+KwMhd+8eW4jut+BYjnkO4i43EwDI/RDF/JziV97Bt2aajNu0DiGyvwdMMqcvfPEOi
+ f4EcMXY2A077gCcK4j8ixBa3OuJk3xtcyGa+R4WsbHoJcuhe3y7a5DNaCIj4AY7kV1T8
+ l5jRoydEtIddSQ3vJeXhLzKHZ2LJsZflo4exba7Gt587C93TdsqrH0RKZYN1jyqJ85JX
+ OKxoFInfMrrmFEtWKI2Zk7pszFhx8NdXs9FreaRsqFRHUXpCDfmAjIM55mBqrWmC+//L oWeg==
+X-Gm-Message-State:
+ APjAAAXl0uSoh/bTbxmb/NJdZ1zBb39mDoE3ae1VCW/eX3PtpMQbKDvg
+ 1r00u182FI0icipyvF4fX9jqh6LflTyBfnvhRJw27Qgkejw=
+X-Google-Smtp-Source:
+ APXvYqz1xt2sSt1tFCoaFdVF7UKB1kvlEC07c6ycHew0bhV6HIIGL8rMS5KJXbxSjxqP2fT9+G6yAgXPsc+BnEpLP3E=
+X-Received: by 2002:a2e:1290:: with SMTP id
+ 16mr29607440ljs.88.1560458094377; Thu, 13 Jun 2019 13:34:54 -0700 (PDT)
+MIME-Version: 1.0
+From: Kodie Goodwin <kodie.goodwin at discordapp.com>
+Date: Thu, 13 Jun 2019 13:34:43 -0700
+Message-ID: <CAPDL0efiD8oT+uzGnPmwYbHtdoo-NuSgRcZXPfjheASiFSBGJQ at mail.gmail.com>
+Subject: Permission to Distribute
+To: =?UTF-8?Q?Filipe_La=C3=ADns?= <lains at archlinux.org>
+Content-Type: multipart/alternative; boundary="0000000000006713d2058b3a760e"
+X-Evolution-Source: 36ef86f11e6676b78f0de2cf33e0173262b3392b
+
+
+--0000000000006713d2058b3a760e
+Content-Type: text/plain; charset="UTF-8"
+Content-Transfer-Encoding: 8bit
+
+Hey Filipe,
+
+This is an official notification granting you permission to distribute
+Discord in the Arch official repositories.
+
+Kodie Goodwin
+Discord Inc.
+
+--0000000000006713d2058b3a760e
+Content-Type: text/html; charset="UTF-8"
+Content-Transfer-Encoding: 8bit
+
+<div dir="ltr">Hey Filipe, <div><br></div><div>This is an official notification granting you permission to distribute Discord in the Arch official repositories.</div><div><br></div><div>Kodie Goodwin</div><div>Discord Inc.</div></div>
+
+--0000000000006713d2058b3a760e--
+



More information about the arch-commits mailing list