Update package version to 2.48.6
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
URL="http://webkitgtk.org"
|
||||||
|
|
||||||
|
# Get version number from tag name
|
||||||
|
VERSION=$(curl -s -L "$URL" | grep -A1 'Stable tarball' | grep -o -E '[0-9]{1,}\.[0-9]{1,}(\.[0-9]{1,})?' | head -n1)
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,10 +1,16 @@
|
|||||||
name: webkitgtk
|
name: webkitgtk
|
||||||
description: Cross-platform web browser engine for GTK
|
description: Cross-platform web browser engine for GTK
|
||||||
version: 2.48.1
|
version: 2.48.6
|
||||||
revision: 2
|
|
||||||
url: https://webkitgtk.org/
|
url: https://webkitgtk.org/
|
||||||
license: AFL2.0 OR GPL2-or-later,Apache-2.0,Apache-2.0 WITH LLVM-exception,BSD-2-Clause,BSD-2-Clause-Views,BSD-3-Clause,BSD-Source-Code,BSL1.0,GPL2-only,GPL3-only WITH Autoconf-exception-3.0,GPL3-or-later WITH Bison-exception-2.2,ICU,ISC,LGPL2.1-only,LGPL2.1-or-later,MIT,MPL1.1,MPL2,NCSA,NCSA OR MIT,OFL1.1,SunPro,Unicode-TOU,bzip2-1.0.6
|
license: AFL2.0 OR GPL2-or-later,Apache-2.0,Apache-2.0 WITH LLVM-exception,BSD-2-Clause,BSD-2-Clause-Views,BSD-3-Clause,BSD-Source-Code,BSL1.0,GPL2-only,GPL3-only WITH Autoconf-exception-3.0,GPL3-or-later WITH Bison-exception-2.2,ICU,ISC,LGPL2.1-only,LGPL2.1-or-later,MIT,MPL1.1,MPL2,NCSA,NCSA OR MIT,OFL1.1,SunPro,Unicode-TOU,bzip2-1.0.6
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["at-spi2-core", "bubblewrap", "cairo", "enchant", "expat", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gst-plugins-bad", "gst-plugins-base", "gstreamer", "gtk3", "harfbuzz", "icu", "libavif", "libdrm", "libepoxy", "libgcrypt", "libglvnd", "libjpeg-turbo", "libjxl", "libpng", "libseccomp", "libsecret", "libsoup", "libtasn1", "libwebp", "libx11", "libxml2", "libxslt", "mesa", "openjpeg", "pango", "sqlite", "wayland", "woff2", "xdg-dbus-proxy", "zlib"]
|
depends: ["at-spi2-core", "bubblewrap", "cairo", "enchant", "expat", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gst-plugins-bad", "gst-plugins-base", "gstreamer", "gtk4", "harfbuzz", "icu", "libavif", "libdrm", "libepoxy", "libgcrypt", "libglvnd", "libjpeg-turbo", "libjxl", "libpng", "libseccomp", "libsecret", "libsoup", "libtasn1", "libwebp", "libx11", "libxml2", "libxslt", "mesa", "openjpeg", "pango", "sqlite", "wayland", "woff2", "xdg-dbus-proxy", "zlib"]
|
||||||
make_depends: ["cmake", "gobject-introspection", "gperf", "python3", "ruby", "unifdef", "wayland-protocols"]
|
make_depends: ["cmake", "gobject-introspection", "gperf", "python3", "ruby", "unifdef", "wayland-protocols"]
|
||||||
type: source
|
type: source
|
||||||
|
split_packages:
|
||||||
|
- name: webkitgtk4
|
||||||
|
depends: ["at-spi2-core", "bubblewrap", "cairo", "enchant", "expat", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gst-plugins-bad", "gst-plugins-base", "gstreamer", "gtk4", "harfbuzz", "icu", "libavif", "libdrm", "libepoxy", "libgcrypt", "libglvnd", "libjpeg-turbo", "libjxl", "libpng", "libseccomp", "libsecret", "libsoup", "libtasn1", "libwebp", "libx11", "libxml2", "libxslt", "mesa", "openjpeg", "pango", "sqlite", "wayland", "woff2", "xdg-dbus-proxy", "zlib"]
|
||||||
|
description: Cross-platform web browser engine for GTK4
|
||||||
|
- name: webkitgtk3
|
||||||
|
depends: ["at-spi2-core", "bubblewrap", "cairo", "enchant", "expat", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gst-plugins-bad", "gst-plugins-base", "gstreamer", "gtk3", "harfbuzz", "icu", "libavif", "libdrm", "libepoxy", "libgcrypt", "libglvnd", "libjpeg-turbo", "libjxl", "libpng", "libseccomp", "libsecret", "libsoup", "libtasn1", "libwebp", "libx11", "libxml2", "libxslt", "mesa", "openjpeg", "pango", "sqlite", "wayland", "woff2", "xdg-dbus-proxy", "zlib"]
|
||||||
|
description: Cross-platform web browser engine for GTK3
|
||||||
|
|||||||
@@ -15,41 +15,54 @@ prepare() {
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
local options=(
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-DCMAKE_SKIP_INSTALL_RPATH=ON \
|
-DCMAKE_INSTALL_PREFIX=/usr
|
||||||
-DPORT=GTK \
|
-DCMAKE_SKIP_INSTALL_RPATH=ON
|
||||||
-DLIB_INSTALL_DIR=/usr/lib \
|
-DPORT=GTK
|
||||||
-DUSE_LIBBACKTRACE=OFF \
|
-DLIB_INSTALL_DIR=/usr/lib
|
||||||
-DUSE_LIBHYPHEN=OFF \
|
-DUSE_LIBBACKTRACE=OFF
|
||||||
-DENABLE_GAMEPAD=OFF \
|
-DUSE_LIBHYPHEN=OFF
|
||||||
-DENABLE_MINIBROWSER=ON \
|
-DENABLE_GAMEPAD=OFF
|
||||||
-DENABLE_DOCUMENTATION=OFF \
|
-DENABLE_MINIBROWSER=ON
|
||||||
-DENABLE_WEBDRIVER=OFF \
|
-DENABLE_DOCUMENTATION=OFF
|
||||||
-DENABLE_SPEECH_SYNTHESIS=OFF \
|
-DENABLE_WEBDRIVER=OFF
|
||||||
-DUSE_FLITE=OFF \
|
-DENABLE_SPEECH_SYNTHESIS=OFF
|
||||||
-DUSE_GTK4=OFF \
|
-DUSE_FLITE=OFF
|
||||||
-DENABLE_JOURNALD_LOG=OFF \
|
-DENABLE_JOURNALD_LOG=OFF
|
||||||
-DENABLE_BUBBLEWRAP_SANDBOX=ON \
|
-DENABLE_BUBBLEWRAP_SANDBOX=ON
|
||||||
-DUSE_SYSPROF_CAPTURE=NO \
|
-DUSE_SYSPROF_CAPTURE=NO
|
||||||
-Wno-dev ..
|
-Wno-dev
|
||||||
make
|
)
|
||||||
|
|
||||||
|
cmake -B build-gtk4 "${options[@]}" -DUSE_GTK4=ON
|
||||||
|
cmake -B build-gtk3 "${options[@]}" -DUSE_GTK4=OFF
|
||||||
|
|
||||||
|
cmake --build build-gtk4
|
||||||
|
cmake --build build-gtk3
|
||||||
}
|
}
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package_webkitgtk4() {
|
||||||
cd build
|
DESTDIR="$BPM_OUTPUT" cmake --install build-gtk4
|
||||||
|
|
||||||
make install DESTDIR="$BPM_OUTPUT"
|
|
||||||
|
|
||||||
# Combine all license files (Code from arch linux)
|
# Combine all license files (Code from arch linux)
|
||||||
find "$BPM_SOURCE"/Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z | while IFS= read -d $'\0' -r _f; do
|
find "$BPM_SOURCE"/Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z | while IFS= read -d $'\0' -r _f; do
|
||||||
echo "### $_f ###"
|
echo "### $_f ###"
|
||||||
cat "$_f"
|
cat "$_f"
|
||||||
echo
|
echo
|
||||||
done | install -Dm644 /dev/stdin "$BPM_OUTPUT"/usr/share/licenses/webkitgtk/LICENSE
|
done | install -Dm644 /dev/stdin "$BPM_OUTPUT"/usr/share/licenses/webkitgtk4/LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
package_webkitgtk3() {
|
||||||
|
DESTDIR="$BPM_OUTPUT" cmake --install build-gtk3
|
||||||
|
|
||||||
|
# Combine all license files (Code from arch linux)
|
||||||
|
find "$BPM_SOURCE"/Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z | while IFS= read -d $'\0' -r _f; do
|
||||||
|
echo "### $_f ###"
|
||||||
|
cat "$_f"
|
||||||
|
echo
|
||||||
|
done | install -Dm644 /dev/stdin "$BPM_OUTPUT"/usr/share/licenses/webkitgtk3/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user