mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
discord: update to 0.0.11
This commit is contained in:
parent
694419912c
commit
6b2dd20485
1 changed files with 11 additions and 11 deletions
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'discord'
|
# Template file for 'discord'
|
||||||
# Originally created by Benjamin Hoffmeyer, modified for stable Discord
|
|
||||||
|
|
||||||
pkgname=discord
|
pkgname=discord
|
||||||
version=0.0.10
|
version=0.0.11
|
||||||
revision=1
|
revision=1
|
||||||
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
|
|
||||||
wrksrc="Discord"
|
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
nopie=yes
|
wrksrc="Discord"
|
||||||
repository=nonfree
|
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
|
||||||
restricted=yes
|
|
||||||
short_desc="Chat and VOIP application"
|
short_desc="Chat and VOIP application"
|
||||||
maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
|
maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
|
||||||
license="proprietary"
|
license="custom:Proprietary"
|
||||||
homepage="https://discordapp.com"
|
homepage="https://discordapp.com"
|
||||||
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
|
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
|
||||||
checksum=58d14bb909f48577970d8ef717dff9860404d7f77c785f1f552363655114a94f
|
checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
|
||||||
|
repository=nonfree
|
||||||
|
restricted=yes
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local package_location="usr/lib/$pkgname" item
|
local package_location="usr/lib/$pkgname" item
|
||||||
|
@ -25,7 +23,9 @@ do_install() {
|
||||||
vcopy discord.desktop /usr/share/applications/
|
vcopy discord.desktop /usr/share/applications/
|
||||||
vmkdir ${package_location}
|
vmkdir ${package_location}
|
||||||
chmod +x Discord
|
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}"
|
vcopy "${item}" "${package_location}"
|
||||||
done
|
done
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue