Skip to content
Snippets Groups Projects
Verified Commit f137c0ec authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

2.48.0-1

parent a4564080
No related branches found
No related tags found
No related merge requests found
pkgbase = webkit2gtk
pkgdesc = Web content engine for GTK
pkgver = 2.46.6
pkgrel = 2
pkgver = 2.48.0
pkgrel = 1
url = https://webkitgtk.org
arch = x86_64
license = AFL-2.0 OR GPL-2.0-or-later
......@@ -91,13 +91,13 @@ pkgbase = webkit2gtk
depends = woff2
depends = xdg-dbus-proxy
depends = zlib
source = https://webkitgtk.org/releases/webkitgtk-2.46.6.tar.xz
source = https://webkitgtk.org/releases/webkitgtk-2.46.6.tar.xz.asc
source = https://webkitgtk.org/releases/webkitgtk-2.48.0.tar.xz
source = https://webkitgtk.org/releases/webkitgtk-2.48.0.tar.xz.asc
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
validpgpkeys = 013A0127AC9C65B34FFA62526C1009B693975393
sha256sums = f2b31de693220ba9bab76ce6ddfe5b0bfab2515cb2b0a70f3c54d4050766c32b
sha256sums = 94904a55cf12d44a4e36ceadafff02d46da73d76be9b4769f34cbfdf0eebf88e
sha256sums = SKIP
b2sums = 9428b17c4dd605667ba189da1587f6114eb175b319155f9c6e55c71f2b6a638778434dd0b5b32a5ee8320d1f69b622a5b0aac530d6e75ee3c17ba406ebfab7da
b2sums = 50bdb8c38e54b72b054ed3d00b8bb40945133ace412642b1d4dfc41cbbf7c16a8f346b17f2979ff634bf3df22e57621c93a1b57bb535897e55e9e6c513c76fc7
b2sums = SKIP
pkgname = webkit2gtk
......
......@@ -6,8 +6,8 @@ pkgname=(
webkit2gtk
webkit2gtk-docs
)
pkgver=2.46.6
pkgrel=2
pkgver=2.48.0
pkgrel=1
pkgdesc="Web content engine for GTK"
url="https://webkitgtk.org"
arch=(x86_64)
......@@ -108,9 +108,9 @@ makedepends=(
source=(
$url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
)
sha256sums=('f2b31de693220ba9bab76ce6ddfe5b0bfab2515cb2b0a70f3c54d4050766c32b'
sha256sums=('94904a55cf12d44a4e36ceadafff02d46da73d76be9b4769f34cbfdf0eebf88e'
'SKIP')
b2sums=('9428b17c4dd605667ba189da1587f6114eb175b319155f9c6e55c71f2b6a638778434dd0b5b32a5ee8320d1f69b622a5b0aac530d6e75ee3c17ba406ebfab7da'
b2sums=('50bdb8c38e54b72b054ed3d00b8bb40945133ace412642b1d4dfc41cbbf7c16a8f346b17f2979ff634bf3df22e57621c93a1b57bb535897e55e9e6c513c76fc7'
'SKIP')
validpgpkeys=(
# https://www.webkitgtk.org/verifying.html
......@@ -124,17 +124,19 @@ prepare() {
build() {
local cmake_options=(
-DPORT=GTK
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_INSTALL_LIBEXECDIR=lib
-DCMAKE_SKIP_RPATH=ON
-DUSE_GTK4=OFF
-DUSE_LIBBACKTRACE=OFF
-DUSE_SOUP2=ON
-DENABLE_DOCUMENTATION=ON
-DENABLE_MINIBROWSER=ON
-D CMAKE_BUILD_TYPE=Release
-D CMAKE_INSTALL_LIBDIR=lib
-D CMAKE_INSTALL_LIBEXECDIR=lib
-D CMAKE_INSTALL_PREFIX=/usr
-D CMAKE_SKIP_RPATH=ON
-D ENABLE_DOCUMENTATION=ON
-D ENABLE_MINIBROWSER=ON
-D ENABLE_SPEECH_SYNTHESIS=OFF
-D PORT=GTK
-D USE_FLITE=OFF
-D USE_GTK4=OFF
-D USE_LIBBACKTRACE=OFF
-D USE_SOUP2=ON
)
# Upstream prefers Clang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment