[45459] trunk/dports/gnome/gnome-desktop-suite

ryandesign at macports.org ryandesign at macports.org
Fri Jan 16 06:08:03 PST 2009


Revision: 45459
          http://trac.macports.org/changeset/45459
Author:   ryandesign at macports.org
Date:     2009-01-16 06:08:03 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
gnome-desktop-suite:

 * We're called MacPorts now
 * Update wiki URLs
 * Recommend users list MacPorts prefix first, not last, in PATH, just like MacPorts already sets up your ~/.profile
 * Use the correct install prefix in the README
 * Fix typos in README
 * Install the README in a gnome subdirectory instead of right in ${prefix}/share/doc

Like r45457 and r45458 for the gnome port.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-desktop-suite/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt.in

Removed Paths:
-------------
    trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt

Modified: trunk/dports/gnome/gnome-desktop-suite/Portfile
===================================================================
--- trunk/dports/gnome/gnome-desktop-suite/Portfile	2009-01-16 14:06:43 UTC (rev 45458)
+++ trunk/dports/gnome/gnome-desktop-suite/Portfile	2009-01-16 14:08:03 UTC (rev 45459)
@@ -5,7 +5,7 @@
 
 name		gnome-desktop-suite
 version		2.18.1
-revision	0
+revision	1
 categories	gnome devel
 maintainers	nomaintainer
 description	The GNOME desktop environment
@@ -78,8 +78,9 @@
 use_configure   no
 build           { }
 destroot        {
-	file mkdir ${destroot}${prefix}/share/doc/
-	file copy ${filespath}/README.${name}.txt ${destroot}${prefix}/share/doc
+	file mkdir ${destroot}${prefix}/share/doc/gnome
+	file copy ${filespath}/README.${name}.txt.in ${destroot}${prefix}/share/doc/gnome/README.${name}.txt
+	reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${prefix}/share/doc/gnome/README.${name}.txt
 }
 post-activate		{
 	set fl [open "| grep -c with_gnome ${prefix}/etc/macports/variants.conf" ]
@@ -89,7 +90,7 @@
 		system "	echo +with_gnome >> ${prefix}/etc/macports/variants.conf"
 	}
 	ui_msg "\nTo start gnome put \"exec gnome-session\" in your .xinitrc"
-	ui_msg "See also http://svn.macosforge.org/projects/macports/wiki/GNOME\n"
+	ui_msg "See also http://trac.macports.org/wiki/GNOME\n"
 }
 
 livecheck.check none

Deleted: trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt
===================================================================
--- trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt	2009-01-16 14:06:43 UTC (rev 45458)
+++ trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt	2009-01-16 14:08:03 UTC (rev 45459)
@@ -1,35 +0,0 @@
-You have installed the DarwinPorts GNOME desktop suite meta port!
-
-Further information is available from the web at:
-http://svn.macosforge.org/projects/macports/wiki/GNOME
-
-You can subscribe to the gnome-darwinports mailing list at:
-http://lists.macosforge.org/mailman/listinfo/macports-users
-
-The mailing list the best way the resolve darwinports GNOME issues.
-
-Questions
-==========================================================================
-1) What is the GNOME desktop suite?
-
-2) How do I get GNOME running?
-
-Answers 
-==========================================================================
-1) What is the GNOME desktop suite?
-
-The GNOME desktop suite is the complete set of software packages required to
-have a complete GNOME/GTK-based desktop environment.
-
---------------------------------------------------------------------------
-2) How do I get GNOME running?
-Place the following in your .xinitrc 
-(copying the one from /etc/X11/xinit/ is advisable), \
-the path should be changed if you dont use the default DarwinPorts location:
-
-# start the window manager
-PATH=$PATH:/opt/local/bin
-exec gnome-session
-
-See also:
-http://svn.macosforge.org/projects/macports/wiki/GNOME#Running_GNOME

Copied: trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt.in (from rev 45454, trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt)
===================================================================
--- trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt.in	                        (rev 0)
+++ trunk/dports/gnome/gnome-desktop-suite/files/README.gnome-desktop-suite.txt.in	2009-01-16 14:08:03 UTC (rev 45459)
@@ -0,0 +1,34 @@
+You have installed the MacPorts GNOME desktop suite meta port!
+
+Further information is available from the web at:
+http://trac.macports.org/wiki/GNOME
+
+You can subscribe to the MacPorts Users mailing list at:
+http://lists.macosforge.org/mailman/listinfo/macports-users
+
+The mailing list is the best way to resolve MacPorts GNOME issues.
+
+Questions
+==========================================================================
+1) What is the GNOME desktop suite?
+
+2) How do I get GNOME running?
+
+Answers 
+==========================================================================
+1) What is the GNOME desktop suite?
+
+The GNOME desktop suite is the complete set of software packages required to
+have a complete GNOME/GTK-based desktop environment.
+
+--------------------------------------------------------------------------
+2) How do I get GNOME running?
+Place the following in your .xinitrc 
+(copying the one from /etc/X11/xinit/ is advisable):
+
+# start the window manager
+PATH=@PREFIX@/bin:$PATH
+exec gnome-session
+
+See also:
+http://trac.macports.org/wiki/GNOME#RunningGNOME
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090116/cfe20f9e/attachment.html>


More information about the macports-changes mailing list