mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-12-20 16:11:19 +00:00
Fix StartupWMClass
This commit is contained in:
parent
041ade4698
commit
60eff4887a
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = google-chrome-beta
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
||||
pkgver = 54.0.2840.16
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome-beta.install
|
||||
arch = x86_64
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=google-chrome-beta
|
||||
pkgver=54.0.2840.16
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
||||
arch=('x86_64')
|
||||
url="https://www.google.com/chrome"
|
||||
|
@ -48,7 +48,7 @@ package() {
|
|||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html
|
||||
|
||||
msg2 "Fixing Chrome icon resolution..."
|
||||
sed -i "/Exec=/i\StartupWMClass=google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
||||
sed -i "/Exec=/i\StartupWMClass=Google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
||||
|
||||
msg2 "Removing unnecessities (e.g. Debian Cron job)..."
|
||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
|
||||
|
|
Loading…
Reference in a new issue