mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 19:40:04 +00:00
Fix things
This commit is contained in:
parent
2d66dad9d6
commit
b000a87f96
3 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -33,7 +33,7 @@ pkgbase = google-chrome
|
||||||
source = google-chrome-stable_53.0.2785.143_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
source = google-chrome-stable_53.0.2785.143_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
source = https://www.google.com/chrome/browser/privacy/eula_text.html
|
source = https://www.google.com/chrome/browser/privacy/eula_text.html
|
||||||
source = google-chrome-stable.sh
|
source = google-chrome-stable.sh
|
||||||
source = StartupWMClass_and_GNOME3-context-menu.patch
|
source = StartupWMClass-and-GNOME3-context-menu.patch
|
||||||
md5sums = 8e29b422e075ddb36a7d0c54264c11ab
|
md5sums = 8e29b422e075ddb36a7d0c54264c11ab
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -23,7 +23,7 @@ _channel=stable
|
||||||
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
|
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"
|
"$url/browser/privacy/eula_text.html"
|
||||||
'google-chrome-stable.sh'
|
'google-chrome-stable.sh'
|
||||||
'StartupWMClass_and_GNOME3-context-menu.patch')
|
'StartupWMClass-and-GNOME3-context-menu.patch')
|
||||||
md5sums=('8e29b422e075ddb36a7d0c54264c11ab'
|
md5sums=('8e29b422e075ddb36a7d0c54264c11ab'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'99fa93d5e7fb5d622cef0f9621f3ffa3'
|
'99fa93d5e7fb5d622cef0f9621f3ffa3'
|
||||||
|
@ -54,7 +54,7 @@ package() {
|
||||||
|
|
||||||
msg2 "Fixing Chrome icon resolution and GNOME 3 context menu..."
|
msg2 "Fixing Chrome icon resolution and GNOME 3 context menu..."
|
||||||
cd "$pkgdir"
|
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..."
|
msg2 "Removing Debian Cron job and duplicate product logos..."
|
||||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome/cron/
|
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome/cron/
|
||||||
|
|
Loading…
Reference in a new issue