summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2023-08-15 14:04:52 -0500
committerFredy García2023-08-15 14:07:09 -0500
commit0573afed9438063410589d0e0b93d89bf2252ec6 (patch)
tree9dee6776219bbe15940a3394e8ec5c4fe6ecdb5b
parentbd673d955761ea949f049a38ae0bf942df2c1f59 (diff)
downloadaur-0573afed9438063410589d0e0b93d89bf2252ec6.tar.gz
Adding libsoup dependency and removing python2.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36cef7b53639..2585dec527ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = webkitgtk2
makedepends = gperf
makedepends = gtk3
makedepends = mesa
- makedepends = python2
makedepends = ruby
depends = enchant>=2.2
depends = geoclue2
@@ -22,6 +21,7 @@ pkgbase = webkitgtk2
depends = harfbuzz-icu
depends = libgl
depends = libsecret
+ depends = libsoup
depends = libwebp
depends = libxslt
depends = libxt
@@ -32,6 +32,7 @@ pkgbase = webkitgtk2
conflicts = libwebkit
replaces = libwebkit
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 63de9b50adac..99a7ef158de6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,17 +12,17 @@ pkgdesc="Legacy Web content engine for GTK+ 2"
arch=("armv7h" "i686" "x86_64")
url="https://${pkgname%2}.org/"
license=("custom")
-depends=("enchant>=2.2" "geoclue2" "gst-plugins-base-libs" "gtk2" "harfbuzz-icu" "libgl" "libsecret" "libwebp" "libxslt" "libxt")
+depends=("enchant>=2.2" "geoclue2" "gst-plugins-base-libs" "gtk2" "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"
)
-makedepends=("gobject-introspection" "gperf" "gtk3" "mesa" "python2" "ruby")
+makedepends=("gobject-introspection" "gperf" "gtk3" "mesa" "ruby")
provides=("libwebkit=${pkgver}")
conflicts=("libwebkit")
replaces=("libwebkit")
-options=("!emptydirs")
+options=("!emptydirs" "!lto")
install="${pkgname%2}.install"
source=(
"https://${pkgname%2}.org/releases/${pkgname%2}-${pkgver}.tar.xz"