diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch) | |
tree | b0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /gnome-base/gnome-core/files | |
parent | Some cleanup (diff) | |
download | gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2 gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base/gnome-core/files')
3 files changed, 0 insertions, 67 deletions
diff --git a/gnome-base/gnome-core/files/digest-gnome-core-1.4.0.2 b/gnome-base/gnome-core/files/digest-gnome-core-1.4.0.2 deleted file mode 100644 index 9181321db4b0..000000000000 --- a/gnome-base/gnome-core/files/digest-gnome-core-1.4.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 fdd662a876b998dbaa1c3fed1a3944e6 gnome-core-1.4.0.2.tar.gz diff --git a/gnome-base/gnome-core/files/digest-gnome-core-1.4.0.3 b/gnome-base/gnome-core/files/digest-gnome-core-1.4.0.3 deleted file mode 100644 index 8b95b617b16e..000000000000 --- a/gnome-base/gnome-core/files/digest-gnome-core-1.4.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0512beb2d3a70305f99107283d9c568f gnome-core-1.4.0.3.tar.gz diff --git a/gnome-base/gnome-core/files/gnome-core-1.4.0.1-gentoo.diff b/gnome-base/gnome-core/files/gnome-core-1.4.0.1-gentoo.diff deleted file mode 100644 index edabb9d210e5..000000000000 --- a/gnome-base/gnome-core/files/gnome-core-1.4.0.1-gentoo.diff +++ /dev/null @@ -1,65 +0,0 @@ -diff -urP gnome-core-1.4.0.1.orig/configure.in gnome-core-1.4.0.1/configure.in ---- gnome-core-1.4.0.1.orig/configure.in Wed Mar 28 11:49:10 2001 -+++ gnome-core-1.4.0.1/configure.in Sun Apr 15 14:04:14 2001 -@@ -283,6 +283,15 @@ - ]) - ]) - -+CPPFLAGS=`$GNOME_CONFIG --cflags print` -+LDFLAGS=`$GNOME_CONFIG --libs print` -+ -+lib_gnomeprint=false -+AC_CHECK_LIB(gnomeprint, main, lib_gnomeprint=true, [ -+ AC_MSG_WARN([GnomePrint not found (using GtkXmHTML) -+ ]) -+]) -+ - CPPFLAGS=$CPPFLAGS_save - LDFLAGS=$LDFLAGS_save - -@@ -291,22 +300,18 @@ - gtkhtml_enabled="$enableval", gtkhtml_enabled=no) - - if test "x$gtkhtml_enabled" = "xyes" ; then -- if test "x$lib_gtkhtml" = "xtrue" ; then -- AC_MSG_CHECKING(for static libgtkhtml) -- if test -e $GTK_HTML_PREFIX/lib/libgtkhtml.a ; then -- AC_MSG_RESULT(yes) -- AC_MSG_CHECKING(for static libgnomeprint) -- if test -e $GNOME_PRINT_PREFIX/lib/libgnomeprint.a ; then -- AC_MSG_RESULT(yes) -- help_use_gtkhtml=true -- else -- AC_MSG_RESULT(no) -- fi -- else -- AC_MSG_RESULT(no) -- fi -+ if test \( "x$lib_gtkhtml" = "xtrue" \) -a \( "x$lib_gnomeprint" = "xtrue" \) ; then -+ GTKHTML_CFLAGS=`$GNOME_CONFIG --cflags gtkhtml` -+ GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml` -+ GNOMEPRINT_CFLAGS=`$GNOME_CONFIG --cflags print` -+ GNOMEPRINT_LIBS=`$GNOME_CONFIG --libs print` -+ help_use_gtkhtml=true - fi - fi -+AC_SUBST(GTKHTML_CFLAGS) -+AC_SUBST(GTKHTML_LIBS) -+AC_SUBST(GNOMEPRINT_CFLAGS) -+AC_SUBST(GNOMEPRINT_LIBS) - - AC_MSG_CHECKING(which HTML widget to use) - if test "x$help_use_gtkhtml" = "xtrue" ; then -diff -urP gnome-core-1.4.0.1.orig/help-browser/Makefile.am gnome-core-1.4.0.1/help-browser/Makefile.am ---- gnome-core-1.4.0.1.orig/help-browser/Makefile.am Mon Feb 5 11:04:57 2001 -+++ gnome-core-1.4.0.1/help-browser/Makefile.am Sun Apr 15 12:50:28 2001 -@@ -16,8 +16,7 @@ - - if HELP_USE_GTKHTML - htmllibs = $(GNOME_XML_LIB) @PIXBUF_LIBS@ \ -- $(GTK_HTML_PREFIX)/lib/libgtkhtml.a \ -- $(GNOME_PRINT_PREFIX)/lib/libgnomeprint.a -+ $(GTKHTML_LIBS) $(GNOMEPRINT_LIBS) - else - htmllibs = $(GTKXMHTML_LIBS) - endif |