mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 22:20:01 +00:00
Fix things
This commit is contained in:
parent
3146e1ae6e
commit
319da4bbe8
3 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -33,7 +33,7 @@ pkgbase = google-chrome-beta
|
|||
source = google-chrome-beta_54.0.2840.50_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = https://www.google.com/chrome/browser/privacy/eula_text.html
|
||||
source = google-chrome-beta.sh
|
||||
source = StartupWMClass_and_GNOME3-context-menu.patch
|
||||
source = StartupWMClass-and-GNOME3-context-menu.patch
|
||||
md5sums = 38a1b628c32e494da9170cc73facfc7f
|
||||
md5sums = SKIP
|
||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -23,7 +23,7 @@ _channel=beta
|
|||
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
|
||||
"$url/browser/privacy/eula_text.html"
|
||||
'google-chrome-beta.sh'
|
||||
'StartupWMClass_and_GNOME3-context-menu.patch')
|
||||
'StartupWMClass-and-GNOME3-context-menu.patch')
|
||||
md5sums=('38a1b628c32e494da9170cc73facfc7f'
|
||||
'SKIP'
|
||||
'ca16d5162eed85b1ba4e6b9fc37f9e35'
|
||||
|
@ -54,7 +54,7 @@ package() {
|
|||
|
||||
msg2 "Fixing Chrome icon resolution and GNOME 3 context menu..."
|
||||
cd "$pkgdir"
|
||||
patch -p0 -i "$srcdir"/StartupWMClass_and_GNOME3-context-menu.patch
|
||||
patch -p0 -i "$srcdir"/StartupWMClass-and-GNOME3-context-menu.patch
|
||||
|
||||
msg2 "Removing Debian Cron job and duplicate product logos..."
|
||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
|
||||
|
|
Loading…
Reference in a new issue