mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/webkit2gtk-4.1 to 2.46.0-2
This commit is contained in:
parent
5c9008f551
commit
c2ae447f73
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = webkit2gtk-4.1
|
pkgbase = webkit2gtk-4.1
|
||||||
pkgdesc = Web content engine for GTK
|
pkgdesc = Web content engine for GTK
|
||||||
pkgver = 2.46.0
|
pkgver = 2.46.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
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
|
||||||
|
|
|
@ -12,7 +12,7 @@ pkgname=(
|
||||||
webkit2gtk-4.1-docs
|
webkit2gtk-4.1-docs
|
||||||
)
|
)
|
||||||
pkgver=2.46.0
|
pkgver=2.46.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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)
|
||||||
|
@ -151,8 +151,8 @@ build() {
|
||||||
|
|
||||||
# Produce minimal debug info: 4.3 GB of debug data makes the
|
# Produce minimal debug info: 4.3 GB of debug data makes the
|
||||||
# build too slow and is too much to package for debuginfod
|
# build too slow and is too much to package for debuginfod
|
||||||
CFLAGS+=' -g1'
|
CFLAGS+=' -g0'
|
||||||
CXXFLAGS+=' -g1'
|
CXXFLAGS+=' -g0'
|
||||||
|
|
||||||
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"
|
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue