diff options
Diffstat (limited to 'webkitgtk-6.0/Pkgfile')
-rw-r--r-- | webkitgtk-6.0/Pkgfile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/webkitgtk-6.0/Pkgfile b/webkitgtk-6.0/Pkgfile index 55a7154..82c6bc6 100644 --- a/webkitgtk-6.0/Pkgfile +++ b/webkitgtk-6.0/Pkgfile @@ -1,13 +1,13 @@ # Description: Small, efficient and fast rendering engine for Web Browsers. # URL: https://www.webkitgtk.org/ # Maintainer: Aaron Ball, nullspoon at oper dot io -# Depends on: gst-plugins-base gtk4 hyphen icu lcms2 libseccomp libsecret libsoup3 xorg-libxcomposite libwebp libxslt ruby woff2 xorg-libxt gi-docgen openjpeg2 libnotify enchant wpebackend-fdo unifdef libavif bubblewrap xdg-dbus-proxy libjxl +# Depends on: gst-plugins-base gtk4 hyphen icu lcms2 libseccomp libsecret libsoup3 xorg-libxcomposite libwebp libxslt ruby woff2 xorg-libxt gi-docgen openjpeg2 libnotify enchant unifdef libavif bubblewrap xdg-dbus-proxy libjxl # Optional: name=webkitgtk-6.0 -#version=2.42.3 # Stable +#version=2.43.4 # Stable version=2.44.0 # Unstable -release=1 +release=2 source=(https://webkitgtk.org/releases/webkitgtk-${version}.tar.xz pipewire.patch) @@ -39,15 +39,15 @@ build() { -D USE_GSTREAMER_TRANSCODER=ON \ -D USE_LIBBACKTRACE=OFF \ -D ENABLE_GAMEPAD=OFF \ - -D ENABLE_MINIBROWSER=ON \ - -D ENABLE_WEBINSPECTORUI=ON \ - -D ENABLE_INTROSPECTION=ON \ + -D ENABLE_MINIBROWSER=OFF \ + -D ENABLE_INTROSPECTION=OFF \ -D ENABLE_JOURNALD_LOG=OFF \ + -D ENABLE_X11_TARGET=OFF \ + -D ENABLE_WEBINSPECTORUI=ON \ -D ENABLE_WAYLAND_TARGET=ON cmake --build build DESTDIR=$PKG cmake --install build rm -r $PKG/usr/share/locale - rm -r $PKG/usr/share/doc } |