[arch-commits] Commit in webkit2gtk/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 14 00:03:54 UTC 2019


    Date: Thursday, March 14, 2019 @ 00:03:48
  Author: heftig
Revision: 347887

2.24.0-1

Modified:
  webkit2gtk/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-13 23:59:02 UTC (rev 347886)
+++ PKGBUILD	2019-03-14 00:03:48 UTC (rev 347887)
@@ -2,23 +2,21 @@
 # Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=webkit2gtk
-pkgver=2.22.7
+pkgver=2.24.0
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
 url="https://webkitgtk.org/"
 license=(custom)
-depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp
+depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp openjpeg2
          harfbuzz-icu gtk3 libnotify hyphen woff2)
-makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python python2
-             ninja geoclue)
-optdepends=('gtk2: Netscape plugin support'
-            'geoclue: Geolocation support'
-            'gst-plugins-base: free media decoding'
+makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
+optdepends=('geoclue: Geolocation support'
             'gst-plugins-good: media decoding'
+            'gst-plugins-bad: media decoding'
             'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('4be6f7d605cd0a690fd26e8aa83b089a33ad9d419148eafcfb60580dd2af30ff'
+sha256sums=('2e4ad1503fe482ceb5a83cf70ac9cd42f37eb718555a4d6844fe4c59a9214407'
             'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
               '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
@@ -25,19 +23,18 @@
 
 prepare() {
   cd webkitgtk-$pkgver
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
 }
 
 build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild -GNinja \
+  cmake -Hwebkitgtk-$pkgver -Bbuild \
     -DPORT=GTK \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_SKIP_RPATH=ON \
     -DENABLE_GTKDOC=ON \
+    -DENABLE_PLUGIN_PROCESS_GTK2=OFF \
     -DLIBEXEC_INSTALL_DIR=/usr/lib \
-    -DLIB_INSTALL_DIR=/usr/lib \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2
+    -DLIB_INSTALL_DIR=/usr/lib
   cmake --build build
 }
 



More information about the arch-commits mailing list