1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11/gnomecore/files/patch-ah
Ade Lovett 1ecc592d8c Say hello to GNOME 1.2
audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00

137 lines
4.9 KiB
Plaintext

--- panel/Makefile.in.orig Tue May 23 04:25:47 2000
+++ panel/Makefile.in Fri May 26 15:30:48 2000
@@ -147,7 +147,7 @@
SUBDIRS = doc help
-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(ORB_CFLAGS) @PIXBUF_CFLAGS@
+INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(ORB_CFLAGS) @PIXBUF_CFLAGS@
bin_PROGRAMS = panel gnome-panel-properties-capplet
@@ -169,7 +169,7 @@
libpanel_appletinclude_HEADERS = applet-widget.h gnome-panel.h
-libpanel_applet_la_LDFLAGS = -version-info 0:1:0 -rpath $(libdir)
+libpanel_applet_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
libpanel_applet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB)
libpanel_status_la_SOURCES = status-docklet.c $(CORBA_SRCLIST)
@@ -178,7 +178,7 @@
libpanel_statusinclude_HEADERS = status-docklet.h
-libpanel_status_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
+libpanel_status_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
libpanel_status_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB)
BUILT_SOURCES = $(CORBA_SRCLIST)
@@ -210,7 +210,7 @@
EXTRA_DIST = panelrc.in panel.in appletsConf.sh.in dockletsConf.sh.in panel.gnorba panel.soundlist APPLET_WRITING panel.hints gnome-panel-properties.desktop nothing.cP title-item.gob
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = appletsConf.sh dockletsConf.sh
panelgnorbadir = $(sysconfdir)/CORBA/servers
@@ -219,13 +219,13 @@
soundlistdir = $(sysconfdir)/sound/events
soundlist_DATA = panel.soundlist
-hintsdir = $(datadir)/gnome/hints
+hintsdir = $(datadir)/hints
hints_DATA = panel.hints
sysdir = $(datadir)/control-center/Desktop/
sys_DATA = gnome-panel-properties.desktop
-deskdir = $(datadir)/gnome/apps/Settings/Desktop/
+deskdir = $(datadir)/apps/Settings/Desktop/
desk_DATA = gnome-panel-properties.desktop
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
--- panel/foobar-widget.c.orig Sat May 6 20:48:27 2000
+++ panel/foobar-widget.c Wed May 31 12:51:56 2000
@@ -557,7 +557,7 @@
append_folder_menu (menu_bar, _("Favorites"), NULL, FALSE, "apps/.");
append_folder_menu (menu_bar, _("Settings"), NULL, TRUE,
- "gnome/apps/Settings/.");
+ "apps/Settings/.");
append_desktop_menu (menu_bar);
gtk_box_pack_start (GTK_BOX (foo->hbox), menu_bar, FALSE, FALSE, 0);
--- panel/menu.c.orig Tue May 23 01:00:43 2000
+++ panel/menu.c Fri May 26 15:10:21 2000
@@ -82,7 +82,7 @@
/*just load the menus from disk, don't make the widgets
this just reads the .desktops of the top most directory
and a level down*/
- char *menu = gnome_datadir_file("gnome/apps");
+ char *menu = gnome_datadir_file("apps");
if(menu)
fr_read_dir(NULL,menu,NULL,2);
g_free(menu);
@@ -2709,7 +2709,7 @@
create_system_menu(GtkWidget *menu, gboolean fake_submenus, gboolean fake,
gboolean title)
{
- char *menudir = gnome_datadir_file ("gnome/apps");
+ char *menudir = gnome_datadir_file ("apps");
if (menudir &&
g_file_test (menudir, G_FILE_TEST_ISDIR)) {
@@ -3598,8 +3598,8 @@
gtk_menu_append (GTK_MENU (submenu), submenuitem);
gtk_signal_connect(GTK_OBJECT(submenuitem), "activate",
GTK_SIGNAL_FUNC(add_menu_to_panel),
- "gnome/apps/");
- setup_internal_applet_drag(submenuitem, "MENU:gnome/apps/");
+ "apps/");
+ setup_internal_applet_drag(submenuitem, "MENU:apps/");
submenuitem = gtk_menu_item_new ();
gtk_widget_lock_accelerators (menuitem);
--- panel/menu-properties.c.orig Mon Apr 3 18:03:29 2000
+++ panel/menu-properties.c Wed May 31 12:50:41 2000
@@ -40,7 +40,7 @@
arguments = ".";
if(strcmp(arguments,".")==0)
- this_menu = gnome_unconditional_datadir_file ("gnome/apps");
+ this_menu = gnome_unconditional_datadir_file ("apps");
else if (*arguments == '/')
this_menu = g_strdup (arguments);
else if (*arguments == '~')
--- panel/session.c.orig Fri May 19 00:29:47 2000
+++ panel/session.c Wed May 31 12:49:09 2000
@@ -777,10 +777,10 @@
load_default_applets1(PanelWidget *panel)
{
char *def_launchers[] =
- { "gnome/apps/gnome-help.desktop",
- "gnome/apps/System/gnome-terminal.desktop",
- "gnome/apps/Settings/gnomecc.desktop",
- "gnome/apps/Internet/Netscape.desktop",
+ { "apps/gnome-help.desktop",
+ "apps/System/gnome-terminal.desktop",
+ "apps/Settings/gnomecc.desktop",
+ "apps/Internet/Netscape.desktop",
NULL };
int i;
char *p;
--- panel/doc/Makefile.in.orig Tue May 23 04:25:49 2000
+++ panel/doc/Makefile.in Fri May 26 16:45:35 2000
@@ -150,7 +150,7 @@
CFLAGS = "`gnome-config --cflags gnomeui applets docklets`"
LDFLAGS = "`gnome-config --libs gnomeui applets docklets`"
-HTML_DIR = $(datadir)/gnome/html
+HTML_DIR = $(datadir)/html
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)