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-an
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

32 lines
1.2 KiB
Plaintext

--- gmenu/Makefile.in.orig Tue May 23 04:25:39 2000
+++ gmenu/Makefile.in Fri May 26 15:25:26 2000
@@ -139,7 +139,7 @@
gnomelocaledir = @gnomelocaledir@
l = @l@
-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(GNOME_INCLUDEDIR)
+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(GNOME_INCLUDEDIR)
bin_PROGRAMS = gmenu
@@ -152,7 +152,7 @@
EXTRA_DIST = gmenu.desktop top.xpm unknown.xpm
-sysdir = $(datadir)/gnome/apps/Settings
+sysdir = $(datadir)/apps/Settings
sys_DATA = gmenu.desktop
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
--- gmenu/main.c.orig Wed May 10 01:36:16 2000
+++ gmenu/main.c Fri May 26 15:09:49 2000
@@ -276,7 +276,7 @@
gnome_init ("GNOME menu editor", VERSION, argc, argv);
gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-gmenu.png");
- system_apps_dir = gnome_datadir_file("gnome/apps");
+ system_apps_dir = gnome_datadir_file("apps");
system_applets_dir = gnome_datadir_file("applets");
system_pixmap_dir = gnome_datadir_file("pixmaps");
if (!system_apps_dir || !system_pixmap_dir || !system_applets_dir)