diff options
author | 2020-12-18 17:37:37 +0100 | |
---|---|---|
committer | 2021-03-06 11:03:44 +0100 | |
commit | f6f4324564137d70c4af6973b2004c95cd50c764 (patch) | |
tree | f176d0e3f42af8db133be54f2013861a51d309ae | |
parent | 3c59cb22425adf5d8a0d1a79baf00e6d9334c620 (diff) | |
download | slackbuilds-webkit2gtk.tar.gz |
libraries/webkit2gtk: Updated for version 2.30.4.webkit2gtk
Added the dependencies bubblewrap, enchant2, gst-plugins-bad,
libseccomp, wpebackend-fdo and xdg-dbus-proxy.
Respect our *FLAGS and build againt the newer icu (thanks to
Markus Wiesner, montagdude and chrisretusn on LQ)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.SlackBuild | 16 | ||||
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.info | 8 |
2 files changed, 15 insertions, 9 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild index d54d9bfc36..d1da46bf36 100644 --- a/libraries/webkit2gtk/webkit2gtk.SlackBuild +++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=webkit2gtk SRCNAM=webkitgtk -VERSION=${VERSION:-2.20.5} +VERSION=${VERSION:-2.30.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,16 +74,22 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# ensure backward compatibility with the latest version of icu: +# http://linuxfromscratch.org/blfs/view/svn/x/webkitgtk.html +echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' >> Source/WTF/wtf/CMakeLists.txt + mkdir -p build cd build cmake -DPORT=GTK \ + -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ + -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \ + -DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \ -DLIBEXEC_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX}/webkit2gtk-4.0 \ - -DENABLE_MEDIA_SOURCE=NO \ - -DUSE_GSTREAMER_GL=NO \ + -DENABLE_MINIBROWSER=ON \ + -DUSE_SYSTEMD=OFF \ .. make make install DESTDIR=$PKG diff --git a/libraries/webkit2gtk/webkit2gtk.info b/libraries/webkit2gtk/webkit2gtk.info index 8c4164b2e7..78f52c25fb 100644 --- a/libraries/webkit2gtk/webkit2gtk.info +++ b/libraries/webkit2gtk/webkit2gtk.info @@ -1,10 +1,10 @@ PRGNAM="webkit2gtk" -VERSION="2.20.5" +VERSION="2.30.4" HOMEPAGE="https://www.webkitgtk.org/" -DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.20.5.tar.xz" -MD5SUM="72a05f6a4dc1c78b079590a8fd280401" +DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.30.4.tar.xz" +MD5SUM="81c813d77a7b52ef655922f9b387f3a1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="geoclue2 hyphen libwebp woff2" +REQUIRES="bubblewrap enchant2 geoclue2 gst-plugins-bad libseccomp wpebackend-fdo xdg-dbus-proxy" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |