mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/webkit2gtk-4.1 to 2.46.1-2
This commit is contained in:
parent
b59b56d1ed
commit
b86e1ad6e5
2 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = webkit2gtk-4.1
|
||||
pkgdesc = Web content engine for GTK
|
||||
pkgver = 2.46.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://webkitgtk.org
|
||||
arch = x86_64
|
||||
license = AFL-2.0 OR GPL-2.0-or-later
|
||||
|
@ -89,7 +89,6 @@ pkgbase = webkit2gtk-4.1
|
|||
depends = woff2
|
||||
depends = xdg-dbus-proxy
|
||||
depends = zlib
|
||||
options = !lto
|
||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.1.tar.xz
|
||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.1.tar.xz.asc
|
||||
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgname=(
|
|||
webkit2gtk-4.1-docs
|
||||
)
|
||||
pkgver=2.46.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Web content engine for GTK"
|
||||
url="https://webkitgtk.org"
|
||||
arch=(x86_64)
|
||||
|
@ -108,11 +108,6 @@ makedepends=(
|
|||
unifdef
|
||||
wayland-protocols
|
||||
)
|
||||
options=(
|
||||
# https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk-4.1/-/issues/1
|
||||
# https://bugs.webkit.org/show_bug.cgi?id=278090
|
||||
!lto
|
||||
)
|
||||
source=(
|
||||
$url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue