]> git.pld-linux.org Git - packages/gtk-webkit3.git/commitdiff
- updated to 2.0.3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Jun 2013 13:28:25 +0000 (15:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Jun 2013 13:28:25 +0000 (15:28 +0200)
- updated sh patch

gtk-webkit3-sh.patch
gtk-webkit3.spec

index 3f3d90ee4b978a717473c8d2cb7a9b7a2e108a51..0e3f5a805decca24c00661ac3ebac8c7b04f88f2 100644 (file)
@@ -1,6 +1,17 @@
---- webkitgtk-2.0.0/Source/autotools/FindDependencies.m4.orig  2013-03-26 19:25:38.000000000 +0100
-+++ webkitgtk-2.0.0/Source/autotools/FindDependencies.m4       2013-04-01 21:33:59.797598840 +0200
-@@ -441,18 +441,18 @@
+--- webkitgtk-2.0.3/Source/autotools/FindDependencies.m4.orig  2013-06-11 11:31:36.000000000 +0200
++++ webkitgtk-2.0.3/Source/autotools/FindDependencies.m4       2013-06-24 17:49:33.605399898 +0200
+@@ -377,8 +377,8 @@
+ # Since we support earlier HarfBuzz versions we keep this conditional for now.
+ if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then
+     PKG_CHECK_MODULES(HARFBUZZ_ICU, harfbuzz-icu >= $harfbuzz_required_version)
+-    FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS"
+-    FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS"
++    FREETYPE_CFLAGS="$FREETYPE_CFLAGS $HARFBUZZ_ICU_CFLAGS"
++    FREETYPE_LIBS="$FREETYPE_LIBS $HARFBUZZ_ICU_LIBS"
+ fi
+ AC_SUBST([FREETYPE_CFLAGS])
+ AC_SUBST([FREETYPE_LIBS])
+@@ -450,18 +450,18 @@
  
  if test "$with_acceleration_backend" = "opengl"; then
      if test "$enable_gles2" = "yes"; then
@@ -24,7 +35,7 @@
      fi
  
      # Check whether dlopen() is in the core libc like on FreeBSD, or in a separate
-@@ -460,8 +460,8 @@
+@@ -469,8 +469,8 @@
      AC_CHECK_FUNC([dlopen], [], [AC_CHECK_LIB([dl], [dlopen], [DLOPEN_LIBS="-ldl"])])
      AC_SUBST([DLOPEN_LIBS])
  
index 0b7c9261679e111f4165cf5390cf577053c6f906..860f357fc8da36a79c1979101d5f3b3f2ae0b3f2 100644 (file)
@@ -7,12 +7,12 @@
 Summary:       Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8):     Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:          gtk-webkit3
-Version:       2.0.1
-Release:       2
+Version:       2.0.3
+Release:       1
 License:       BSD-like
 Group:         X11/Libraries
 Source0:       http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: 69c2037b6d2644d789d34940eac9c993
+# Source0-md5: 9eca9eec4595b66b72a1ac7ceaef08ba
 Patch0:                sync-builtins.patch
 Patch1:                %{name}-sh.patch
 Patch2:                gtk-webkit-pl.po.patch
@@ -42,6 +42,7 @@ BuildRequires:        gtk+2-devel >= 2:2.24.10
 BuildRequires: gtk+3-devel >= 3.6.0
 BuildRequires: gtk-doc >= 1.10
 BuildRequires: harfbuzz-devel >= 0.9.7
+BuildRequires: harfbuzz-icu-devel >= 0.9.7
 BuildRequires: libicu-devel >= 4.2.1
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
@@ -58,7 +59,7 @@ BuildRequires:        pkgconfig
 BuildRequires: python
 BuildRequires: rpmbuild(macros) >= 1.592
 BuildRequires: ruby
-BuildRequires: sqlite3-devel >= 3.0
+BuildRequires: sqlite3-devel >= 3
 BuildRequires: tar >= 1:1.22
 BuildRequires: udev-glib-devel
 BuildRequires: xorg-lib-libXcomposite-devel
@@ -127,9 +128,9 @@ Dokumentacja API WebKita.
 %build
 %{__libtoolize}
 %{__aclocal} -I Source/autotools
+%{__autoconf}
 %{__autoheader}
 %{__automake}
-%{__autoconf}
 %configure \
        --disable-gtk-doc \
        --disable-silent-rules \
This page took 0.095885 seconds and 4 git commands to generate.