extra/webkit2gtk-4.1 to 2.46.0-2

This commit is contained in:
Kevin Mihelich 2024-09-21 15:10:29 +00:00
parent 5c9008f551
commit c2ae447f73
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = webkit2gtk-4.1
pkgdesc = Web content engine for GTK
pkgver = 2.46.0
pkgrel = 1
pkgrel = 2
url = https://webkitgtk.org
arch = x86_64
license = AFL-2.0 OR GPL-2.0-or-later

View file

@ -12,7 +12,7 @@ pkgname=(
webkit2gtk-4.1-docs
)
pkgver=2.46.0
pkgrel=1
pkgrel=2
pkgdesc="Web content engine for GTK"
url="https://webkitgtk.org"
arch=(x86_64)
@ -151,8 +151,8 @@ build() {
# Produce minimal debug info: 4.3 GB of debug data makes the
# build too slow and is too much to package for debuginfod
CFLAGS+=' -g1'
CXXFLAGS+=' -g1'
CFLAGS+=' -g0'
CXXFLAGS+=' -g0'
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"