Skip to content

Add Chromium 81.0.4044.92 #112

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Add Chromium 81.0.4044.92 #112

merged 1 commit into from
Apr 20, 2020

Conversation

david
Copy link
Contributor

@david david commented Apr 17, 2020

tested on bacon

#patch -p0 < /src/mariux/patches/chromium-72-webrtc-missingheader.patch
patch -p1 < /src/mariux/patches/chromium-72-as-needed.patch
patch -p1 < /src/mariux/patches/chromium-72-unused-typedefs.patch
#patch -p1 < /src/mariux/patches/chromium-72-parallel.patch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’d remove the commented out lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have removed this lines

_chromium_conf=(
'is_debug=false'
'remove_webcore_debug_symbols=true'
'use_gnome_keyring=true'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong identation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optical fix is done ;p

if [ -f $i ]; then
cp -a $i ${PREFIX}/bin/
fi
done
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, why did you change the cp -a to a for loop?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They remove f.e. native_blob.bin and I am not sure, if they bring it back or remove the next one.
So I decide to do it this way.

@pmenzel
Copy link
Contributor

pmenzel commented Apr 18, 2020

Squash the four commits into one?

@david david force-pushed the update-chromium-81 branch 2 times, most recently from a2e73b4 to dd39125 Compare April 20, 2020 06:57
@pmenzel
Copy link
Contributor

pmenzel commented Apr 20, 2020

$ git log --oneline --graph -2 origin/master
*   999be4f (HEAD -> master, origin/master, origin/HEAD) Merge pull request #109 from mariux64/update-python3-to-3.7.6-donald
|\  
| * a4dcb65 (origin/update-python3-to-3.7.6-donald) Update python-3.7.6 to python-3.7.7
pmenzel@geniux:~/src/pkg-scripts (master)$ git log --oneline --graph origin/update-chromium-81 -2
* dd39125 (origin/update-chromium-81) Add Chromium 81.0.4044.92
* a4dcb65 (origin/update-python3-to-3.7.6-donald) Update python-3.7.6 to python-3.7.7

Somehow, this is not based on origin/master. ;-) Please rebase once more on origin/master.

$ git fetch origin
$ git rebase origin/master

remove commented patches
@david
Copy link
Contributor Author

david commented Apr 20, 2020 via email

@pmenzel pmenzel merged commit dda2e8a into master Apr 20, 2020
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants