Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/qt6-webengine
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-09-01 14:26:12 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-09-01 14:26:12 +0300
commitf895b376ead36fc45515535570b0bdc91806a337 (patch)
treea290ea529e988d0b179b621193847f013359e1d0 /extra/qt6-webengine
parentd02e2c2503136a70d11cc2389a63d7c7bad7ad96 (diff)
extra/qt6-webengine: Add patches from Alpine
Diffstat (limited to 'extra/qt6-webengine')
-rw-r--r--extra/qt6-webengine/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/qt6-webengine/PKGBUILD b/extra/qt6-webengine/PKGBUILD
new file mode 100644
index 00000000..33d01460
--- /dev/null
+++ b/extra/qt6-webengine/PKGBUILD
@@ -0,0 +1,9 @@
+source+=(https://git.alpinelinux.org/aports/plain/community/qt6-qtwebengine/0015-enable-x86.patch
+ https://git.alpinelinux.org/aports/plain/community/qt6-qtwebengine/devtools-frontend-compress_files.patch
+)
+sha256sums+=(903a5d101d24bfd2190c6dae2d3d89df0823c00844b3c242df7a4af87c80a072
+ c1a5c89c7be57103de2de770c169a1206c1527e4d2f5120d39cee9f67690c122
+)
+
+options+=(!debug !lto)
+eval "$(declare -f prepare | sed 's@^}$@patch -p1 -i ../0015-enable-x86.patch; patch -p1 -i ../devtools-frontend-compress_files.patch; }'@)"