summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139139347b2f..808ae5c79bf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webkitgtk
pkgdesc = Legacy Web content engine for GTK+ 3
pkgver = 2.4.11
- pkgrel = 26
+ pkgrel = 27
epoch = 3
url = https://webkitgtk.org/
install = webkitgtk.install
@@ -13,7 +13,6 @@ pkgbase = webkitgtk
makedepends = gperf
makedepends = gtk2
makedepends = mesa
- makedepends = python2
makedepends = ruby
depends = enchant>=2.2
depends = geoclue2
@@ -22,6 +21,7 @@ pkgbase = webkitgtk
depends = harfbuzz-icu
depends = libgl
depends = libsecret
+ depends = libsoup
depends = libwebp
depends = libxslt
depends = libxt
@@ -36,6 +36,7 @@ pkgbase = webkitgtk
replaces = webkitgtk3
replaces = libwebkit3
options = !emptydirs
+ options = !lto
source = https://webkitgtk.org/releases/webkitgtk-2.4.11.tar.xz
source = webkitgtk-2.4.9-abs.patch
source = enchant-2.x.patch
diff --git a/PKGBUILD b/PKGBUILD
index 74139d6f00f2..fb08465b0146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,24 +6,24 @@
pkgname=webkitgtk
pkgver=2.4.11
-pkgrel=26
+pkgrel=27
epoch=3
pkgdesc="Legacy Web content engine for GTK+ 3"
arch=("armv7h" "i686" "x86_64")
url="https://${pkgname}.org/"
license=("custom")
-depends=("enchant>=2.2" "geoclue2" "gst-plugins-base-libs" "gtk3" "harfbuzz-icu" "libgl" "libsecret" "libwebp" "libxslt" "libxt")
+depends=("enchant>=2.2" "geoclue2" "gst-plugins-base-libs" "gtk3" "harfbuzz-icu" "libgl" "libsecret" "libsoup" "libwebp" "libxslt" "libxt")
optdepends=(
"gst-libav: nonfree media decoding"
"gst-plugins-base: free media decoding"
"gst-plugins-good: media decoding"
"gtk2: Netscape plugin support"
)
-makedepends=("gobject-introspection" "gperf" "gtk2" "mesa" "python2" "ruby")
+makedepends=("gobject-introspection" "gperf" "gtk2" "mesa" "ruby")
provides=("${pkgname}3=${pkgver}" "libwebkit3=${pkgver}")
conflicts=("${pkgname}3" "libwebkit3")
replaces=("${pkgname}3" "libwebkit3")
-options=("!emptydirs")
+options=("!emptydirs" "!lto")
install="${pkgname}.install"
source=(
"https://${pkgname}.org/releases/${pkgname}-${pkgver}.tar.xz"