mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-09 11:30:05 +00:00
Fix things
This commit is contained in:
parent
c87975c3ed
commit
d1a77b08ab
3 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -33,7 +33,7 @@ pkgbase = google-chrome-dev
|
|||
source = google-chrome-unstable_55.0.2882.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
|
||||
source = https://www.google.com/chrome/browser/privacy/eula_text.html
|
||||
source = google-chrome-unstable.sh
|
||||
source = StartupWMClass_and_GNOME3-context-menu.patch
|
||||
source = StartupWMClass-and-GNOME3-context-menu.patch
|
||||
md5sums = 8373f51fa04217cf7c15f16baa9271b5
|
||||
md5sums = SKIP
|
||||
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -23,11 +23,11 @@ _channel=unstable
|
|||
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-unstable.sh'
|
||||
'StartupWMClass_and_GNOME3-context-menu.patch')
|
||||
'StartupWMClass-and-GNOME3-context-menu.patch')
|
||||
md5sums=('8373f51fa04217cf7c15f16baa9271b5'
|
||||
'SKIP'
|
||||
'11b55a3fec7279db32b63e3a0b97dc01'
|
||||
'12ad81f7e06457c9fa7e2536d32f2bd0')
|
||||
'12ad81f7e06457c9fa7e2536d32f2bd0')
|
||||
|
||||
## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*):
|
||||
#source[0]='http://mirror.glendaleacademy.org/chrome/pool/main/g/google-chrome-unstable/google-chrome-unstable_55.0.2873.0-1_amd64.deb'
|
||||
|
@ -58,7 +58,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