summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-11-03 11:04:13 +1000
committerMark Blakeney2017-11-03 11:04:13 +1000
commit30ed3c9a9dc9847a24c88574648675c5c77196d1 (patch)
tree4ea08eeb972c934abd4e6707cf234d6fae52701d
parenteabcddfb85396fa428d7d2c9b8828af5740391c9 (diff)
downloadaur-30ed3c9a9dc9847a24c88574648675c5c77196d1.tar.gz
Add patch for StartupWMClass issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee6b6c7a1af..1301d0718601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 01:02:10 UTC 2017
+# Fri Nov 3 01:04:00 UTC 2017
pkgbase = skypeforlinux-bin
pkgdesc = Skype for Linux - Insider/Preview Version
pkgver = 8.10.76.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.skype.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 49751cdff1b5..00ad7738a3cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=skypeforlinux
pkgname=$_pkgname-bin
pkgver=8.10.76.2
-pkgrel=1
+pkgrel=2
pkgdesc="Skype for Linux - Insider/Preview Version"
arch=("x86_64")
url="http://www.skype.com"
@@ -22,6 +22,9 @@ package() {
mv "$pkgdir/usr/share/$_pkgname/LICENSES.chromium.html" \
"${pkgdir}/usr/share/licenses/$pkgname/"
rm -rf "$pkgdir/opt"
+ # Patch wrong WM class until this is fixed.
+ sed -i "/^StartupWMClass=/s/ Preview//" \
+ "$pkgdir/usr/share/applications/$_pkgname.desktop"
}
# vim:set ts=2 sw=2 et: