Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4d152edb47639b1c548c12539c1b9a509c603fd4
commit 4d152edb47639b1c548c12539c1b9a509c603fd4 Author: crazy <[EMAIL PROTECTED]> Date: Thu Sep 27 05:26:25 2007 +0200 gnome-sharp-2.16.0-3-i686 * restore gtkhtml-sharp with an weird patch diff --git a/source/gnome/gnome-sharp/FrugalBuild b/source/gnome/gnome-sharp/FrugalBuild index 717b141..80fea03 100644 --- a/source/gnome/gnome-sharp/FrugalBuild +++ b/source/gnome/gnome-sharp/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-sharp pkgver=2.16.0 -pkgrel=2 +pkgrel=3 pkgdesc="C# bindings for the Gnome desktop" url="http://www.gnome.org" depends=('gtk2-sharp>=2.10.0-2' 'libart_lgpl' 'gnome-vfs>=2.20.0' 'libgnomecanvas' \ @@ -12,6 +12,8 @@ makedepends=("$pkgname") groups=('gnome') archs=('i686' 'x86_64') Finclude gnome mono -sha1sums=('5c0f00756035273b36a6ac76bbff1f6b077e7523') +source=($source gtkhtml.patch) +sha1sums=('5c0f00756035273b36a6ac76bbff1f6b077e7523' \ + '99545181d2c752557c91394820b617065268cc35') unset MAKEFLAGS diff --git a/source/gnome/gnome-sharp/gtkhtml.patch b/source/gnome/gnome-sharp/gtkhtml.patch new file mode 100644 index 0000000..fc8c01f --- /dev/null +++ b/source/gnome/gnome-sharp/gtkhtml.patch @@ -0,0 +1,58 @@ +diff -Naur gnome-sharp-2.16.0/configure gnome-sharp-2.16.0-p/configure +--- gnome-sharp-2.16.0/configure 2006-08-21 18:46:25.000000000 +0200 ++++ gnome-sharp-2.16.0-p/configure 2007-09-27 04:57:31.000000000 +0200 +@@ -21755,12 +21755,12 @@ + pkg_cv_GTKHTML_DEPENDENCIES_CFLAGS="$GTKHTML_DEPENDENCIES_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8 >= \$GTKHTML_REQUIRED_VERSION\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14 >= \$GTKHTML_REQUIRED_VERSION\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14 >= $GTKHTML_REQUIRED_VERSION") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GTKHTML_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION" 2>/dev/null` ++ pkg_cv_GTKHTML_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.14 >= $GTKHTML_REQUIRED_VERSION" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -21773,12 +21773,12 @@ + pkg_cv_GTKHTML_DEPENDENCIES_LIBS="$GTKHTML_DEPENDENCIES_LIBS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8 >= \$GTKHTML_REQUIRED_VERSION\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14 >= \$GTKHTML_REQUIRED_VERSION\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14 >= $GTKHTML_REQUIRED_VERSION") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GTKHTML_DEPENDENCIES_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION" 2>/dev/null` ++ pkg_cv_GTKHTML_DEPENDENCIES_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.14 >= $GTKHTML_REQUIRED_VERSION" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -21797,9 +21797,9 @@ + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- GTKHTML_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION"` ++ GTKHTML_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgtkhtml-3.14 >= $GTKHTML_REQUIRED_VERSION"` + else +- GTKHTML_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION"` ++ GTKHTML_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgtkhtml-3.14 >= $GTKHTML_REQUIRED_VERSION"` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTKHTML_DEPENDENCIES_PKG_ERRORS" >&5 +@@ -21815,8 +21815,8 @@ + enable_gtkhtml=yes + fi + if test "x$enable_gtkhtml" = "xyes"; then +-GTKHTML_VERSION=3.8 +-GTKHTML_SOVERSION=15 ++GTKHTML_VERSION=3.14 ++GTKHTML_SOVERSION=19 + else + GTKHTML_REQUIRED_VERSION=3.6.0 + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
