Skip to content

Commit

Permalink
www-client/ungoogled-chromium: fix ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Sep 9, 2023
1 parent d63cc24 commit 6e54b94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 136 deletions.
1 change: 1 addition & 0 deletions www-client/ungoogled-chromium/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST chromium-115-0001-Add-PPC64-support-for-boringssl.patch.gz 45436 BLAKE2B 3568fcf2f8300b807221776a7a1bc0f56c6fe984ec9fffc5baec0d2d4bc23dd6c149316a7b8db19499fa26e6c8b8056c488296df1917de0d70f8bbd01084a625 SHA512 0dd0f195ada47f6fed90b7643ac259a7a44e19fdb91c2558173d44358eb800beadc917e81ae2368487ac4295b9cd891c6d1371a636ec0b80e6597bcfae9563ef
DIST chromium-116-patchset-2.tar.xz 5944 BLAKE2B bc67611ecfa93c75e1df8e05f1cabf432bfb807b7fefeb277ff4465f233a159128fecc5b0dd6e3f4954221ac675ff3e25d225352260a695d63f26b1ca6376003 SHA512 705950b3a679714adc14ae81ec51d637ba3bcbeff6dad30d9bbacec36ec6e1776534b8d1ad85fc7e838adeb588566e195a271a9ec220015d343a3038af705456
DIST chromium-116.0.5845.179.tar.xz 1599723164 BLAKE2B d8a10af4ef8f0e129e424245cf89f7bd7c3fb6842341c9ed77412e71c2b72752d26755a200991d4bf8ef4a1238e944c0845c660fc3b9753005dc33e0912577a2 SHA512 c126d3c9d22814a1a1242a26ca2a953c19c2cdb11032874196e7452d0735220677d4553c8543c486f0c1b11545252cf8f3d7f5d28aacc47181b4762224912f63
DIST chromium-117.0.5938.48.tar.xz 3133751448 BLAKE2B f434369a6ce7c7649ebef92b6bd6a053b4de2e92c5ab50637dcd7608d1849ed605fe7d8aa9fa4192a00c592f4bfe0cf51d7aabb608f3a89ded6075ee253ed25d SHA512 cd75bb39f49292285ed0fa9a329c89712f61ceadef6f29f31b7a5043cf1a250e6da9c25ef2f25bd123c1078384f9cc284085089606b362fa171153ed3aebb1af
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/chro
ppc64? (
https://quickbuild.io/~raptor-engineering-public/+archive/ubuntu/chromium/+files/chromium_${PATCHSET_PPC64}.debian.tar.xz
https://dev.gentoo.org/~sultan/distfiles/www-client/chromium/chromium-ppc64le-gentoo-patches-1.tar.xz
https://raw.githubusercontent.com/darkbasic/gentoo-files/master/chromium-115-0001-Add-PPC64-support-for-boringssl.patch.gz
)
"

Expand Down Expand Up @@ -393,11 +394,12 @@ src_prepare() {
if use ppc64 ; then
local p
for p in $(grep -v "^#" "${WORKDIR}"/debian/patches/series | grep "^ppc64le" || die); do
if [[ ! $p =~ "fix-breakpad-compile.patch" ]]; then
if [[ ! ($p =~ "fix-breakpad-compile.patch" || $p =~ "Add-PPC64-support-for-boringssl.patch") ]]; then
eapply "${WORKDIR}/debian/patches/${p}"
fi
done
PATCHES+=( "${WORKDIR}/ppc64le" )
PATCHES+=( "${WORKDIR}/chromium-115-0001-Add-PPC64-support-for-boringssl.patch" )
fi

default
Expand Down

0 comments on commit 6e54b94

Please sign in to comment.