mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/webkit2gtk to 2.46.2-1
This commit is contained in:
parent
381787d9bc
commit
ae28850349
2 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = webkit2gtk
|
pkgbase = webkit2gtk
|
||||||
pkgdesc = Web content engine for GTK
|
pkgdesc = Web content engine for GTK
|
||||||
pkgver = 2.46.1
|
pkgver = 2.46.2
|
||||||
pkgrel = 4
|
pkgrel = 1
|
||||||
url = https://webkitgtk.org
|
url = https://webkitgtk.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = AFL-2.0 OR GPL-2.0-or-later
|
license = AFL-2.0 OR GPL-2.0-or-later
|
||||||
|
@ -91,13 +91,13 @@ pkgbase = webkit2gtk
|
||||||
depends = woff2
|
depends = woff2
|
||||||
depends = xdg-dbus-proxy
|
depends = xdg-dbus-proxy
|
||||||
depends = zlib
|
depends = zlib
|
||||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.1.tar.xz
|
source = https://webkitgtk.org/releases/webkitgtk-2.46.2.tar.xz
|
||||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.1.tar.xz.asc
|
source = https://webkitgtk.org/releases/webkitgtk-2.46.2.tar.xz.asc
|
||||||
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
|
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
|
||||||
validpgpkeys = 013A0127AC9C65B34FFA62526C1009B693975393
|
validpgpkeys = 013A0127AC9C65B34FFA62526C1009B693975393
|
||||||
sha256sums = 2a14faac359aff941d0bc4443eb5537e3702bcaf316b0a129e0e65f3ff8eaac0
|
sha256sums = 5aae1c5c0a30d5e9c5831652b6f1bdefc31d75e0ad81cb40185b0aed92ce79b6
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
b2sums = 784b4cc4d59da31000612955413608f7a39481c66711139a7c8bc4cf854a62801865a6b3455d6a05918297b2ff3c9ba38ea9046f338ea6060768192af6d67bcd
|
b2sums = 6d9104950fe289c75356576301817d005bed601837a4d8c5dfecdc11242cd6a82f31d7bfcd48d74420ecfaafce9bb7fc928228be273fef059c0291ef417dd268
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = webkit2gtk
|
pkgname = webkit2gtk
|
||||||
|
|
|
@ -11,8 +11,8 @@ pkgname=(
|
||||||
webkit2gtk
|
webkit2gtk
|
||||||
webkit2gtk-docs
|
webkit2gtk-docs
|
||||||
)
|
)
|
||||||
pkgver=2.46.1
|
pkgver=2.46.2
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="Web content engine for GTK"
|
pkgdesc="Web content engine for GTK"
|
||||||
url="https://webkitgtk.org"
|
url="https://webkitgtk.org"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -113,9 +113,9 @@ makedepends=(
|
||||||
source=(
|
source=(
|
||||||
$url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
|
$url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
|
||||||
)
|
)
|
||||||
sha256sums=('2a14faac359aff941d0bc4443eb5537e3702bcaf316b0a129e0e65f3ff8eaac0'
|
sha256sums=('5aae1c5c0a30d5e9c5831652b6f1bdefc31d75e0ad81cb40185b0aed92ce79b6'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
b2sums=('784b4cc4d59da31000612955413608f7a39481c66711139a7c8bc4cf854a62801865a6b3455d6a05918297b2ff3c9ba38ea9046f338ea6060768192af6d67bcd'
|
b2sums=('6d9104950fe289c75356576301817d005bed601837a4d8c5dfecdc11242cd6a82f31d7bfcd48d74420ecfaafce9bb7fc928228be273fef059c0291ef417dd268'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
# https://www.webkitgtk.org/verifying.html
|
# https://www.webkitgtk.org/verifying.html
|
||||||
|
@ -144,8 +144,8 @@ build() {
|
||||||
|
|
||||||
# Upstream prefers Clang
|
# Upstream prefers Clang
|
||||||
# https://gitlab.archlinux.org/archlinux/packaging/packages/webkitgtk-6.0/-/issues/4
|
# https://gitlab.archlinux.org/archlinux/packaging/packages/webkitgtk-6.0/-/issues/4
|
||||||
export CC=clang CXX=clang++
|
#export CC=clang CXX=clang++
|
||||||
LDFLAGS+=" -fuse-ld=lld"
|
#LDFLAGS+=" -fuse-ld=lld"
|
||||||
|
|
||||||
# Skia uses malloc_usable_size
|
# Skia uses malloc_usable_size
|
||||||
CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
|
CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
|
||||||
|
|
Loading…
Reference in a new issue