wok-current diff webkitgtk/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (3 weeks ago) |
parents | d97d78e26e6d |
children |
line diff
1.1 --- a/webkitgtk/receipt Sun Jun 16 06:14:51 2024 +0000 1.2 +++ b/webkitgtk/receipt Fri Dec 20 16:13:23 2024 +0000 1.3 @@ -9,13 +9,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WEB_SITE="https://webkitgtk.org" 1.6 WGET_URL="$WEB_SITE/releases/$TARBALL" 1.7 -HOST_ARCH="i486 arm" 1.8 +HOST_ARCH="i486 arm x86_64" 1.9 1.10 DEPENDS="gtk+ enchant libxslt expat gtk+ jpeg libpng libxml2 sqlite \ 1.11 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.12 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 1.13 xorg-libXrandr xorg-libXrender xorg-libXt acl xorg-libXdamage libsoup \ 1.14 -gcc-lib-base libtasn1 util-linux-uuid glib-networking harfbuzz-icu \ 1.15 +gcc-lib-base libtasn1 util-linux-uuid glib-networking harfbuzz-icu libglvnd \ 1.16 libegl-mesa libwebp libsecret gstreamer-1.0 gst-plugins-base-1.0 libatomic" 1.17 BUILD_DEPENDS="autoconf automake115 gtk+-dev enchant-dev libxslt-dev jpeg-dev libpng-dev \ 1.18 glib-dev sqlite-dev gnutls-dev xorg-libXdamage-dev acl-dev libsoup-dev \ 1.19 @@ -33,7 +33,7 @@ 1.20 1.21 # Handle cross compilation. 1.22 case "$ARCH" in 1.23 - i?86) 1.24 + i?86|x86_64) 1.25 BUILD_DEPENDS="$BUILD_DEPENDS tar gettext m4 bison flex gperf 1.26 autoconf automake115 gtk-doc libtool" ;; 1.27 esac 1.28 @@ -41,9 +41,6 @@ 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - # libwebkit does not like parallel builds. 1.33 - export MAKEFLAGS=$(echo $MAKEFLAGS | sed 's/-j[0-9]*/-j1/') 1.34 - 1.35 # Patch with new icu 1.36 patch -p1 < $stuff/webkitgtk-JSStringRef-typedef.patch 1.37 patch -p1 < $stuff/webkitgtk-fix-platform-graphics.patch 1.38 @@ -88,8 +85,8 @@ 1.39 # https://bugzilla.gnome.org/show_bug.cgi?id=655517 1.40 sed -i 's| -shared | -Wl,-O1,--as-needed\0|g' libtool 1.41 1.42 - make all stamp-po 2>&1 | grep -v Source/WebCore/dom/testing && 1.43 - make install 2>&1 | \ 1.44 + make $MAKEFLAGS all stamp-po 2>&1 | grep -v Source/WebCore/dom/testing && 1.45 + make $MAKEFLAGS install 2>&1 | \ 1.46 grep -Ev '(/usr/share/gtk-doc/html|Documentation/webkitgtk/version.xml)' && 1.47 cp -a $src/Programs/GtkLauncher $DESTDIR/usr/bin 1.48 }