patches/gnome-sharp-02-gtkhtml3.14.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 408 fe755932607a
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
408
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- gnome-sharp-2.16.0/configure.in	2007-06-12 13:10:54.000000000 +0300
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ gnome-sharp-2.16.0/configure.in	2007-06-12 13:22:44.000000000 +0300
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -195,6 +195,12 @@
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 PKG_CHECK_MODULES(RSVG_DEPENDENCIES, librsvg-2.0 >= $RSVG_REQUIRED_VERSION, enable_rsvg=yes, enable_rsvg=no)
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 if test "x$enable_gnome" = "xyes"; then
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
+GTKHTML_REQUIRED_VERSION=3.14.0
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+PKG_CHECK_MODULES(GTKHTML_DEPENDENCIES, libgtkhtml-3.14 >= $GTKHTML_REQUIRED_VERSION, enable_gtkhtml=yes, enable_gtkhtml=no)
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
+if test "x$enable_gtkhtml" = "xyes"; then
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
+GTKHTML_VERSION=3.14
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
+GTKHTML_SOVERSION=19
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
+else
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
 GTKHTML_REQUIRED_VERSION=3.8.0
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
 PKG_CHECK_MODULES(GTKHTML_DEPENDENCIES, libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION, enable_gtkhtml=yes, enable_gtkhtml=no)
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    15
 if test "x$enable_gtkhtml" = "xyes"; then
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    16
@@ -225,6 +231,7 @@
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    17
 fi
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    18
 fi
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    19
 fi
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    20
+fi
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    21
 AC_SUBST(GTKHTML_VERSION)
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    22
 AC_SUBST(GTKHTML_SOVERSION)
fe755932607a 2007-08-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    23
 else