Search Criteria
Package Details: webkit2gtk 2.50.6-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/webkit2gtk.git (read-only, click to copy) |
|---|---|
| Package Base: | webkit2gtk |
| Description: | Web content engine for GTK |
| Upstream URL: | https://webkitgtk.org |
| Licenses: | MIT, ISC, OFL-1.1, ICU, Apache-2.0, NCSA, BSD-3-Clause, BSD-2-Clause, BSL-1.0, MPL-1.1, MPL-2.0, GPL-2.0-only, LGPL-2.1-or-later, LGPL-2.1-only, BSD-2-Clause-Views, Apache-2.0 WITH LLVM-exception, AFL-2.0 OR GPL-2.0-or-later, BSD-Source-Code, bzip2-1.0.6, GPL-3.0-only WITH Autoconf-exception-3.0, GPL-3.0-or-later WITH Bison-exception-2.2, NCSA OR MIT, SunPro, Unicode-TOU |
| Provides: | libjavascriptcoregtk-4.0.so, libwebkit2gtk-4.0.so |
| Submitter: | andreas_baumann |
| Maintainer: | andreas_baumann |
| Last Packager: | andreas_baumann |
| Votes: | 19 |
| Popularity: | 11.36 |
| First Submitted: | 2026-04-10 12:35 (UTC) |
| Last Updated: | 2026-04-28 16:18 (UTC) |
Dependencies (71)
- at-spi2-core (at-spi2-core-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-gitAUR, bubblewrap-ignoresigsAUR, bubblewrap-suid)
- cairo (cairo-gitAUR)
- enchant
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gst-plugins-bad-libs (gst-plugins-bad-libs-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- harfbuzz (harfbuzz-gitAUR)
- harfbuzz-icu (harfbuzz-icu-gitAUR)
- hyphen
- icu (icu-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- Show 51 more dependencies...
Required by (522)
- 64gram-desktop (optional)
- 9launcher-bin
- adp-desktop-sdk
- adskidentitymanager
- advene
- aikadm-git
- airisp-next-git
- akbl-git (optional)
- alist-desktop-bin
- am2rlauncher
- am2rlauncher-git
- amazon-workspaces-bin
- amazon-workspaces-legacy-bin
- artemis-grading-bin
- arturo-bin
- ask-mai
- astroid-git
- ayugram-desktop-git (optional)
- bambustudio-bin
- bcrypt-sandbox-bin
- Show 502 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
moormaster commented on 2026-04-28 16:05 (UTC)
@andreas_baumann, did you forget to do a "git push"? :)
FabioLolix commented on 2026-04-28 15:46 (UTC)
I have builded the package yesterday and is here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ but that's not a repo
Lancaban on bambustudio-appimage page comments it is reported that it work with webkit2gtk-4.1
Lancaban commented on 2026-04-28 15:18 (UTC)
Still unable to install this without running out of memory and system crashing, I've got 32 Gb and made sure to close things beforehand.
Unfortunately it's listed as a dependency for BambuStudio. (not sure why, that's on them not you) I'm open to suggestions.
andreas_baumann commented on 2026-04-28 13:13 (UTC) (edited on 2026-04-28 13:13 (UTC) by andreas_baumann)
@moormaster: thanks a bunch for the patch, added. :-)
moormaster commented on 2026-04-27 16:55 (UTC) (edited on 2026-04-27 16:57 (UTC) by moormaster)
I have improved Maravedis suggestions to match more cases of how "number of parallel jobs" can be extracted from MAKEFLAGS - combined with a fallback to nproc / 2 if MAKEFLAGS does not contain a
-jargument:Proof/tests that regexp works in the five cases
-jN,-j N,-j=N,--jobs N, and--jobs=N:Suggested lines to insert into the PKGBUILD:
jghodd commented on 2026-04-27 13:43 (UTC)
@andreas_baumann - thank you. that fixed it.
Maravedis commented on 2026-04-27 06:28 (UTC)
I'm all for extracting the parallel number from makeflags, but it is missing a couple of cases.
This breaks on
--jobs=8, for example.andreas_baumann commented on 2026-04-27 05:14 (UTC) (edited on 2026-04-27 05:38 (UTC) by andreas_baumann)
@jghodd: yes, apparently nobody tests the make build path anymore, so back to ninja (I guess it's a timestamp issue around GIR generation).
Also, extracting the N from -j<N> in the MAKFLAGS and setting them as CMAKE_BUILD_PARALLEL_LEVEL seems to be a good solution for respecting the parallelity of the build.
jghodd commented on 2026-04-27 01:34 (UTC)
Getting the following build error:
un_pogaz commented on 2026-04-26 21:49 (UTC) (edited on 2026-04-27 04:51 (UTC) by un_pogaz)
So here a proposed patch to have a better compromise.
This patch reenable the Ninja generator to take advantage of faster compilation speeds, BUT dynamically limit the ressources used by the compilation to half of the number of processors available on the user's computer.
If some user continues to encounter compilation issues, it will be easy to adjust by modifying the calculation operations.
EDIT: this should also fix error reported by @guglovich and @jghodd
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »