[arch-commits] Commit in webkit2gtk/trunk (PKGBUILD enchant-2.diff)

Jan Steffens heftig at archlinux.org
Sun Mar 11 18:35:19 UTC 2018


    Date: Sunday, March 11, 2018 @ 18:35:09
  Author: heftig
Revision: 318588

2.19.92-1

Modified:
  webkit2gtk/trunk/PKGBUILD
Deleted:
  webkit2gtk/trunk/enchant-2.diff

----------------+
 PKGBUILD       |   21 +++++++--------------
 enchant-2.diff |   21 ---------------------
 2 files changed, 7 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 18:30:38 UTC (rev 318587)
+++ PKGBUILD	2018-03-11 18:35:09 UTC (rev 318588)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=webkit2gtk
-pkgver=2.18.6
+pkgver=2.19.92
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
@@ -9,26 +9,20 @@
 url="https://webkitgtk.org/"
 license=(custom)
 depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs gst-plugins-bad
-         libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen)
+         libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen woff2)
 makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python python2 ninja)
 optdepends=('gtk2: Netscape plugin support'
             'gst-plugins-base: free media decoding'
             'gst-plugins-good: media decoding'
             'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc}
-        enchant-2.diff)
-sha256sums=('93912cc2f40f12e452be1ca4babdbdaac0ec4f828d441257a6b06c2963bbac3c'
-            'SKIP'
-            'ed8e5fe614ed800da3caccb8162bdd2d8dbd5a69ab90d426b34e124dee5cf1b6')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('22b79a525376d09e7a6acc8becffabbac1759906592375767216b9b2c0d871e8'
+            'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
 
 prepare() {
   mkdir build
   cd webkitgtk-$pkgver
-
-  # enchant 2.2
-  patch -Np1 -i ../enchant-2.diff
-
   sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
 }
 
@@ -49,10 +43,9 @@
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 
-  cd ../webkitgtk-$pkgver
+  cd webkitgtk-$pkgver
   find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | while IFS= read -d $'\0' -r _f
   do
     echo "### $_f ###"

Deleted: enchant-2.diff
===================================================================
--- enchant-2.diff	2018-03-11 18:30:38 UTC (rev 318587)
+++ enchant-2.diff	2018-03-11 18:35:09 UTC (rev 318588)
@@ -1,21 +0,0 @@
-diff -u -r webkitgtk-2.18.5/Source/cmake/FindEnchant.cmake webkitgtk-2.18.5-enchant2/Source/cmake/FindEnchant.cmake
---- webkitgtk-2.18.5/Source/cmake/FindEnchant.cmake	2017-08-09 11:13:53.000000000 +0200
-+++ webkitgtk-2.18.5-enchant2/Source/cmake/FindEnchant.cmake	2018-01-18 10:06:07.127310881 +0100
-@@ -28,7 +28,7 @@
- # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- 
- find_package(PkgConfig)
--pkg_check_modules(PC_ENCHANT enchant)
-+pkg_check_modules(PC_ENCHANT enchant-2)
- 
- find_path(ENCHANT_INCLUDE_DIRS
-     NAMES enchant.h
-@@ -37,7 +37,7 @@
- )
- 
- find_library(ENCHANT_LIBRARIES
--    NAMES enchant
-+    NAMES enchant-2
-     PATHS ${PC_ENCHANT_LIBDIR}
-           ${PC_ENCHANT_LIBRARY_DIRS}
- )



More information about the arch-commits mailing list