diff options
author | rh <rh@pkgsrc.org> | 2002-09-11 23:31:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-11 23:31:16 +0000 |
commit | da326925b6bd2db8b548732587f3f96943d412c0 (patch) | |
tree | 300fe45ba1d545f875cca970a795ff12c16e915d /devel/libgnome/patches | |
parent | 5567c574e19e04e4895a726c7c0daf4bbc4103e2 (diff) | |
download | pkgsrc-da326925b6bd2db8b548732587f3f96943d412c0.tar.gz |
Initial import of libgnome-2.0.4, the non-graphical core of GNOME2.
Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18190.
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r-- | devel/libgnome/patches/patch-aa | 15 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-ab | 15 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-ac | 15 |
3 files changed, 45 insertions, 0 deletions
diff --git a/devel/libgnome/patches/patch-aa b/devel/libgnome/patches/patch-aa new file mode 100644 index 00000000000..0e112b05442 --- /dev/null +++ b/devel/libgnome/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/11 23:31:16 rh Exp $ + +--- doc/reference/Makefile.am.orig Thu Sep 5 23:37:18 2002 ++++ doc/reference/Makefile.am Thu Sep 5 23:37:33 2002 +@@ -155,8 +155,8 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ ++ echo '-- Installing $(srcdir)/html/index.html' ; \ ++ $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \ + fi) + + # diff --git a/devel/libgnome/patches/patch-ab b/devel/libgnome/patches/patch-ab new file mode 100644 index 00000000000..19bde4049b1 --- /dev/null +++ b/devel/libgnome/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/09/11 23:31:16 rh Exp $ + +--- doc/reference/Makefile.in.orig Thu Sep 5 23:37:21 2002 ++++ doc/reference/Makefile.in Thu Sep 5 23:37:41 2002 +@@ -379,8 +379,8 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ ++ echo '-- Installing $(srcdir)/html/index.html' ; \ ++ $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \ + fi) + + # diff --git a/devel/libgnome/patches/patch-ac b/devel/libgnome/patches/patch-ac new file mode 100644 index 00000000000..484f4adddb9 --- /dev/null +++ b/devel/libgnome/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/09/11 23:31:16 rh Exp $ + +--- libgnome/gnome-init.h.orig Fri Sep 6 23:02:37 2002 ++++ libgnome/gnome-init.h Fri Sep 6 23:02:47 2002 +@@ -32,8 +32,8 @@ + G_BEGIN_DECLS + + /* This is where the user specific files are stored under $HOME */ +-#define GNOME_DOT_GNOME ".gnome2/" +-#define GNOME_DOT_GNOME_PRIVATE ".gnome2_private/" ++#define GNOME_DOT_GNOME ".gnome2" ++#define GNOME_DOT_GNOME_PRIVATE ".gnome2_private" + + #define LIBGNOME_MODULE libgnome_module_info_get() + const GnomeModuleInfo *libgnome_module_info_get (void) G_GNUC_CONST; |