diff options
author | Darin Adler <darin@src.gnome.org> | 2001-12-13 23:37:55 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-12-13 23:37:55 +0000 |
commit | 22ac93ef82dc881990c535f0432cb139ce36ccd5 (patch) | |
tree | 9afd5e7c38022d663a645bc0796edff5b2c7f411 /nautilus.spec.in | |
parent | 612ed122c7aa457410fb14279e90ab161a4bc15c (diff) | |
download | nautilus-22ac93ef82dc881990c535f0432cb139ce36ccd5.tar.gz |
Deleted help component as it is not slated to be part of Gnome 2.
* components/Makefile.am:
* components/help/*:
* nautilus.spec.in:
Deleted help component as it is not slated to be part of Gnome 2.
* RENAMING: No need to rename hyperbola if it's gone.
* configure.in: Removed ScrollKeeper check. Took a cut at making
the medusa check use pkg-config, it's probably messed up but at
least we won't define HAVE_MEDUSA if we see the Gnome 1 medusa.
* libnautilus-private/nautilus-icon-canvas-item.c:
(nautilus_icon_canvas_item_init),
(nautilus_icon_canvas_item_finalize),
(nautilus_icon_canvas_item_set_arg),
(nautilus_icon_canvas_item_get_arg),
(draw_or_measure_label_text_aa), (draw_label_text_aa),
(nautilus_icon_canvas_item_class_init):
Quick cut at porting to Pango from Eel font code. It's all under
ifdef USE_EEL_TEXT because it's not working well yet. At the moment
the text looks bad, and it's very slow, and it's not centered.
* libnautilus-private/nautilus-icon-factory.c: (embed_text):
Baby steps at doing the port to Pango here too.
* src/file-manager/fm-directory-view.c: (real_update_menus):
Add a check for NULL that seems required. This change was
suggested by the backtrace in bug 66809, but it's not clear
if this really fixes anything. (Rolled from stable branch.)
* src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list):
Fix code that passed a path instead of a URI when creating a
desktop file. (Rolled from stable branch.)
* TODO: Minor updates.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r-- | nautilus.spec.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in index cf57f64ce..6d3b021b8 100644 --- a/nautilus.spec.in +++ b/nautilus.spec.in @@ -33,7 +33,6 @@ Requires: librsvg >= @LIBRSVG_REQUIRED@ Requires: libxml >= @LIBXML_REQUIRED@ Requires: medusa >= @MEDUSA_REQUIRED@ Requires: popt >= @POPT_REQUIRED@ -Requires: scrollkeeper >= @SCROLLKEEPER_REQUIRED@ BuildRequires: GConf-devel >= @GCONF_REQUIRED@ BuildRequires: ORBit-devel >= @ORBIT_REQUIRED@ @@ -52,7 +51,6 @@ BuildRequires: librsvg-devel >= @LIBRSVG_REQUIRED@ BuildRequires: libxml-devel >= @LIBXML_REQUIRED@ BuildRequires: medusa-devel >= @MEDUSA_REQUIRED@ BuildRequires: popt >= @POPT_REQUIRED@ -BuildRequires: scrollkeeper >= @SCROLLKEEPER_REQUIRED@ BuildRequires: xpdf >= 0.90 %description @@ -140,7 +138,6 @@ scrollkeeper-update %defattr(0555, bin, bin) %doc AUTHORS COPYING COPYING-DOCS COPYING.LIB TRADEMARK_NOTICE ChangeLog NEWS README -%{_bindir}/hyperbola %{_bindir}/nautilus %{_bindir}/nautilus-adapter %{_bindir}/nautilus-error-dialog @@ -177,8 +174,6 @@ scrollkeeper-update %{_datadir}/gnome/apps/Applications/*.desktop %{_datadir}/locale/*/LC_MESSAGES/*.mo %{_datadir}/nautilus/*.xml -%{_datadir}/nautilus/components/hyperbola/*.xml -%{_datadir}/nautilus/components/hyperbola/maps/*.map %{_datadir}/nautilus/emblems/*.png %{_datadir}/nautilus/linksets/*.xml %{_datadir}/nautilus/patterns/*.jpg @@ -212,7 +207,6 @@ scrollkeeper-update %{_libdir}/bonobo/servers/Nautilus_ComponentAdapterFactory_std.server %{_libdir}/bonobo/servers/Nautilus_Control_throbber.server %{_libdir}/bonobo/servers/Nautilus_View_hardware.server -%{_libdir}/bonobo/servers/Nautilus_View_help.server %{_libdir}/bonobo/servers/Nautilus_View_history.server %{_libdir}/bonobo/servers/Nautilus_View_image.server %{_libdir}/bonobo/servers/Nautilus_View_music.server |