summaryrefslogtreecommitdiff
path: root/nautilus.spec.in
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-10-09 21:46:21 +0000
committerDarin Adler <darin@src.gnome.org>2001-10-09 21:46:21 +0000
commitc8a38d05eb62f7fae33298d360a54b48c0ecf587 (patch)
tree1b551000ed8e75b8f9e954165691f6466b6182d0 /nautilus.spec.in
parent9d48f0e9f4331ece812e8b07e3042b9fdb55afc3 (diff)
downloadnautilus-c8a38d05eb62f7fae33298d360a54b48c0ecf587.tar.gz
Require newer versions of various libraries to cut down on the bug reports
* configure.in: Require newer versions of various libraries to cut down on the bug reports with people using newer nautilus and older versions of those libraries. Including bonobo 1.0.9, eel 1.0.2, librsvg 1.0.1. Remove the freetype stuff here, since that's all taken care of in librsvg. Remove old GNOME2_PATH thing that is definitely not needed. Remove gnome_canvas_set_dither check which is now in eel if needed at all. Remove ammonite configure flags. * nautilus.spec.in: Remove freetype dependencies. This is now handled in librsvg. * components/mozilla/Makefile.am: * components/mozilla/main.c: (main): * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_location_callback), (mozilla_link_message_callback), (mozilla_dom_mouse_click_callback), (navigate_mozilla_to_nautilus_uri), (post_widget_initialize): * src/Makefile.am: Remove dependencies on ammonite and some more remnants of Eazel services code.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r--nautilus.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in
index ff6781cb6..9e869c423 100644
--- a/nautilus.spec.in
+++ b/nautilus.spec.in
@@ -27,7 +27,6 @@ Requires: gnome-vfs >= @GNOME_VFS_REQUIRED@
Requires: gdk-pixbuf >= @GDK_PIXBUF_REQUIRED@
Requires: bonobo >= @BONOBO_REQUIRED@
Requires: popt >= @POPT_REQUIRED@
-Requires: freetype >= @FREETYPE_REQUIRED@
Requires: medusa >= @MEDUSA_REQUIRED@
Requires: esound >= @ESOUND_REQUIRED@
Requires: scrollkeeper >= @SCROLLKEEPER_REQUIRED@
@@ -47,7 +46,6 @@ BuildRequires: gnome-vfs-devel >= @GNOME_VFS_REQUIRED@
BuildRequires: gdk-pixbuf-devel >= @GDK_PIXBUF_REQUIRED@
BuildRequires: bonobo-devel >= @BONOBO_REQUIRED@
BuildRequires: popt >= @POPT_REQUIRED@
-BuildRequires: freetype-devel >= @FREETYPE_REQUIRED@
BuildRequires: medusa-devel >= @MEDUSA_REQUIRED@
BuildRequires: esound-devel >= @ESOUND_REQUIRED@
BuildRequires: scrollkeeper >= @SCROLLKEEPER_REQUIRED@