From c0a37c19e15849f5d519589071616ee2ef1925a8 Mon Sep 17 00:00:00 2001 From: ellisk-l Date: Mon, 4 May 2026 18:45:07 -0300 Subject: [PATCH] discord: update to 1.0.136 --- srcpkgs/discord/patches/discord.desktop.patch | 4 +-- srcpkgs/discord/template | 25 ++++--------------- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/srcpkgs/discord/patches/discord.desktop.patch b/srcpkgs/discord/patches/discord.desktop.patch index 27b4a43c0ef70d..17da159e6e639d 100644 --- a/srcpkgs/discord/patches/discord.desktop.patch +++ b/srcpkgs/discord/patches/discord.desktop.patch @@ -2,7 +2,7 @@ --- a/discord.desktop *************** GenericName=Internet Messenger *** 6 **** -! Exec=/usr/share/discord/Discord +! Exec=/usr/bin/discord --- 6 ---- -! Exec=/usr/lib/discord/Discord +! Exec=/usr/lib/discord/discord diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index 98f6a0347cbfd0..198cfbfb37d9f6 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -1,6 +1,6 @@ # Template file for 'discord' pkgname=discord -version=0.0.135 +version=1.0.136 revision=1 archs="x86_64" depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic @@ -10,7 +10,7 @@ maintainer="Orphaned " license="custom:Proprietary" homepage="https://discord.com" distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz" -checksum=bccba8cf5391d1c2afadf4ff8a590d5c4b443f7cc4c3234687a016e624000f0b +checksum=2f582fee93aa4b67e1f00c8cda38541c2bb59fb82ee46bc886268066cea4415b repository=nonfree restricted=yes nopie=yes @@ -23,27 +23,12 @@ do_install() { vmkdir usr/share/applications vcopy discord.desktop /usr/share/applications/ vmkdir ${package_location} - chmod +x Discord + chmod +x discord for item in \ - locales \ - resources \ - Discord \ - libffmpeg.so \ - snapshot_blob.bin \ + discord \ discord.png \ - icudtl.dat \ - libEGL.so \ - libGLESv2.so \ - chrome_100_percent.pak \ - chrome_200_percent.pak \ - chrome-sandbox \ - chrome_crashpad_handler \ - resources.pak \ - libvulkan.so.1 \ - v8_context_snapshot.bin \ postinst.sh \ - libvk_swiftshader.so \ - vk_swiftshader_icd.json + updater_bootstrap do vcopy "${item}" "${package_location}" done