summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-03-06 05:21:10 +0000
committerAchim Gottinger <achim@gentoo.org>2001-03-06 05:21:10 +0000
commit2cbf13c00fdc9c8e418c669d65e68a9265ea0522 (patch)
tree0e6c0ecd7c0631c6c9e7189cfa3dc41e9558eff0 /gnome-base/gnome-core/files
parent*** empty log message *** (diff)
downloadgentoo-2-2cbf13c00fdc9c8e418c669d65e68a9265ea0522.tar.gz
gentoo-2-2cbf13c00fdc9c8e418c669d65e68a9265ea0522.tar.bz2
gentoo-2-2cbf13c00fdc9c8e418c669d65e68a9265ea0522.zip
New packages for gnome-1.4_beta2 used in rc4
Available flags: bonobo, gtkhtml
Diffstat (limited to 'gnome-base/gnome-core/files')
-rw-r--r--gnome-base/gnome-core/files/digest-gnome-core-1.3.11
-rw-r--r--gnome-base/gnome-core/files/gnome-core-1.3.1-help-browser-Makefile.in-gentoo.diff11
2 files changed, 12 insertions, 0 deletions
diff --git a/gnome-base/gnome-core/files/digest-gnome-core-1.3.1 b/gnome-base/gnome-core/files/digest-gnome-core-1.3.1
new file mode 100644
index 000000000000..9feab2d2e43b
--- /dev/null
+++ b/gnome-base/gnome-core/files/digest-gnome-core-1.3.1
@@ -0,0 +1 @@
+MD5 1c8d5698069102db13e0215cacd384c9 gnome-core-1.3.1.tar.gz
diff --git a/gnome-base/gnome-core/files/gnome-core-1.3.1-help-browser-Makefile.in-gentoo.diff b/gnome-base/gnome-core/files/gnome-core-1.3.1-help-browser-Makefile.in-gentoo.diff
new file mode 100644
index 000000000000..7e8d73700b96
--- /dev/null
+++ b/gnome-base/gnome-core/files/gnome-core-1.3.1-help-browser-Makefile.in-gentoo.diff
@@ -0,0 +1,11 @@
+--- help-browser/Makefile.in.orig Tue Mar 6 06:10:46 2001
++++ help-browser/Makefile.in Tue Mar 6 06:10:53 2001
+@@ -153,7 +153,7 @@
+
+ INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOME_PREFIX=\""$(prefix)\"" -DGNOMELOCALEDIR=\""$(datadir)/locale\"" $(htmlcflags)
+
+-@HELP_USE_GTKHTML_TRUE@htmllibs = $(GNOME_XML_LIB) @PIXBUF_LIBS@ $(GTK_HTML_PREFIX)/lib/libgtkhtml.a $(GNOME_PRINT_PREFIX)/lib/libgnomeprint.a
++@HELP_USE_GTKHTML_TRUE@htmllibs = $(GNOME_XML_LIB) @PIXBUF_LIBS@ $(GTK_HTML_PREFIX)/lib/libgtkhtml.a $(GTK_HTML_PREFIX)/lib/libgnomecanvaspixbuf.a $(GTK_HTML_PREFIX)/lib/libglade.a $(GTK_HTML_PREFIX)/lib/libglade-gnome.a $(GTK_HTML_PREFIX)/lib/libgal.a $(GTK_HTML_PREFIX)/lib/libunicode.a -lgnomeprint
+ @HELP_USE_GTKHTML_FALSE@htmllibs = $(GTKXMHTML_LIBS)
+
+ LDADD = $(GNOMEUI_LIBS) $(GNORBA_LIBS) $(GNOME_LIBDIR) $(ORBIT_LIBS) $(INTLLIBS)