extra/webkit2gtk to 2.46.0-2

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

View file

@ -1,7 +1,7 @@
pkgbase = webkit2gtk
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-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"