diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-21 20:36:16 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 01:13:29 -0300 |
commit | 9d3dbc8cdda43ee604019821ac79af519cb1e18b (patch) | |
tree | 80d988a703fb7e339c58955d4ac3ea152f6620eb /community/webkit2gtk/APKBUILD | |
parent | 89002531fe48e4203344b6982488715c86b0c36b (diff) | |
download | aports-9d3dbc8cdda43ee604019821ac79af519cb1e18b.tar.bz2 aports-9d3dbc8cdda43ee604019821ac79af519cb1e18b.tar.xz |
community/webkit2gtk: upgrade to 2.26.1
Diffstat (limited to 'community/webkit2gtk/APKBUILD')
-rw-r--r-- | community/webkit2gtk/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD index c1f5be81b0..0eabeb4004 100644 --- a/community/webkit2gtk/APKBUILD +++ b/community/webkit2gtk/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Jiri Horner <laeqten@gmail.com> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=webkit2gtk -pkgver=2.26.0 +pkgver=2.26.1 pkgrel=0 pkgdesc="Portable web rendering engine WebKit for GTK+" url="https://webkitgtk.org/" @@ -138,6 +138,7 @@ build() { mkdir build cd build + # disable gold usage since it can't find pthreads with it enabled cmake -GNinja \ -DPORT=GTK \ -DCMAKE_BUILD_TYPE=MinSizeRel \ @@ -146,12 +147,12 @@ build() { -DLIB_INSTALL_DIR=/usr/lib \ -DENABLE_GTKDOC=OFF \ -DENABLE_GEOLOCATION=ON \ - -DENABLE_PLUGIN_PROCESS_GTK2=OFF \ -DENABLE_SAMPLING_PROFILER=OFF \ -DENABLE_MINIBROWSER=ON \ -DUSE_WPE_RENDERER=OFF \ -DUSE_WOFF2=ON \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ + -DUSE_LD_GOLD=OFF \ $_archopt \ .. # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923476 @@ -169,7 +170,7 @@ package() { paxmark -m "$pkgdir"/usr/libexec/webkit2gtk-4.0/WebKitWebProcess } -sha512sums="0af18d56c441b36a30dd0e5b16315ae35fad309ad1b940bed27fb615c228dbee6c2992c89ab8b76bbe924ee18f5fc11598fa882397ae29dc00ebddf4d301c228 webkitgtk-2.26.0.tar.xz +sha512sums="dd8ab515b3603c8fbb3fdf92b099801e8c560a6ccf759103adc7f94649f089d6c8707002facd7b91f86f9671ddd28488eb602233b7339e60287a0ec89f22aed7 webkitgtk-2.26.1.tar.xz e1537b9937af1cb936669d405993a52204cb9968b8b3161cb12a3f3f1343c260088c9490fcd7a7deeab6dbabdb5f7ce7e6cb2f857b9f0a4205aba6db2b11fb20 fix-fast-memory-disabled.patch dfd5352272c02eeaae31af80eceb8158b84a92c15e4b3966912a2acdecf7e1aa1f6bf78992b88b344393b57724489e3452d57b7ab4ef7c9f2ef5acd10cb07b33 musl-fixes.patch c517c012f5630ef6be5be7d9592c5e042a070f849a141859edefa7984acb98dbd0d718fe6613cd35ba3b7d8530beebcc7408fd077cd914ed335c5e524e9e746a fix-openjpeg.patch" |