head	1.2;
access;
symbols
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.10.24.23.37.07;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2003.12.10.20.22.02;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
@
text
@--- configure.orig	Tue Aug 26 03:15:17 2003
+++ configure	Wed Dec 10 20:50:34 2003
@@@@ -7156,16 +7156,16 @@@@
   packageprefix=${prefix}
 fi
 
-packagedatadir=share/${PACKAGE}
-packagedocdir=doc/${PACKAGE}
+packagedatadir=share/gnome/${PACKAGE}
+packagedocdir=share/doc/${PACKAGE}
 
-packagepixmapsdir=share/pixmaps/${PACKAGE}
+packagepixmapsdir=share/gnome/pixmaps/${PACKAGE}
 packagehelpdir=share/gnome/help/${PACKAGE}
-packagemenudir=share/applications
-packagescriptsdir=share/${PACKAGE}/scripts
-packagetemplatesdir=share/${PACKAGE}/templates
-packagepluginsdir=share/${PACKAGE}/plugins
-packagesendtodir=share/${PACKAGE}/sendto
+packagemenudir=share/gnome/applications
+packagescriptsdir=share/gnome/${PACKAGE}/scripts
+packagetemplatesdir=share/gnome/${PACKAGE}/templates
+packagepluginsdir=share/gnome/${PACKAGE}/plugins
+packagesendtodir=share/gnome/${PACKAGE}/sendto
 
 NO_PREFIX_PACKAGE_DATA_DIR="${packagedatadir}"
 
@


1.1
log
@Add velocity, a file manager for GNOME 2 desktop environment.
It is designed as a replacement for Nautilus. It supports
advanced features like plugins.

PR:		ports/60103
Submitted by:	Ryan Moe <ryan@@transaeris.com>
@
text
@@

