summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2024-04-17 16:47:29 +0200
committerTim Schumacher2024-04-17 16:47:29 +0200
commit21f43479187a11435e22370f4402d219d8854dcb (patch)
tree8d82bb9be14227ac69f4b9f8de45a473bcde78fa
parent38e1e6b3109407960433ed567b35b9777c8f09b2 (diff)
downloadaur-21f43479187a11435e22370f4402d219d8854dcb.tar.gz
Revert "Adapt the StartupWMClass to the current branch"
Discord PTB uses the WM class "discord", which we can't fix. This reverts commit 0684c52d957587ffb099cd5d84fd1e60c5129ea4.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b19c5cbd13f3..ea732ecbb935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord-ptb
pkgdesc = All-in-one voice and text chat for gamers - public test build
pkgver = 0.0.79
- pkgrel = 1
+ pkgrel = 2
url = https://discordapp.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 61f962e3c22f..81099f6bda91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=discord-ptb
_pkgname=DiscordPTB
pkgver=0.0.79
-pkgrel=1
+pkgrel=2
pkgdesc="All-in-one voice and text chat for gamers - public test build"
arch=('x86_64')
url='https://discordapp.com'
@@ -26,7 +26,6 @@ sha512sums=('e229ca6a0aa372afca53d49173b9a1461db53a418ed4c8af7b196c15a38cbf9d959
prepare() {
cd $_pkgname
sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
- sed -i "s|StartupWMClass=.*|StartupWMClass=$pkgname|" $pkgname.desktop
echo 'Path=/usr/bin' >> $pkgname.desktop
}