libraries/wpebackend-fdo: Updated for version 1.14.2.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-06-26 20:29:34 +02:00 committed by Willy Sudiarto Raharjo
parent 8f0321a116
commit 977b4dda1f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 19 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for wpebackend-fdo # Slackware build script for wpebackend-fdo
# Copyright 2020 Matteo Bernardini <ponce@slackbuilds.org> # Copyright 2020-2023 Matteo Bernardini <ponce@slackbuilds.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wpebackend-fdo PRGNAM=wpebackend-fdo
VERSION=${VERSION:-1.8.3} VERSION=${VERSION:-1.14.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -79,15 +79,21 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p build mkdir build
cd build cd build
cmake \ CFLAGS="$SLKCFLAGS" \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ meson .. \
-DCMAKE_INSTALL_PREFIX=/usr \ --buildtype=release \
-DCMAKE_BUILD_TYPE=Release .. --infodir=/usr/info \
make --libdir=/usr/lib${LIBDIRSUFFIX} \
make install DESTDIR=$PKG --localstatedir=/var \
--mandir=/usr/man \
--prefix=/usr \
--sysconfdir=/etc \
-Dstrip=true
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
cd .. cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="wpebackend-fdo" PRGNAM="wpebackend-fdo"
VERSION="1.8.3" VERSION="1.14.2"
HOMEPAGE="https://wpewebkit.org" HOMEPAGE="https://wpewebkit.org"
DOWNLOAD="https://wpewebkit.org/releases/wpebackend-fdo-1.8.3.tar.xz" DOWNLOAD="https://wpewebkit.org/releases/wpebackend-fdo-1.14.2.tar.xz"
MD5SUM="980cbda207bf8f6263799c5062425737" MD5SUM="dafd899646b2e31ef2d97938a638c48d"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="libwpe" REQUIRES="libwpe"