From edd81b99ba1fd221cfdb9a8dd535949db5090d5e Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 20 Nov 2010 15:22:27 +0000 Subject: [PATCH] Update gnome website for GNOME 2.32. --- en/gnome/docs/Makefile | 3 +- en/gnome/docs/faq232.sgml | 124 ++++++++++++++++++++++++++++++++++++++ en/gnome/index.xsl | 8 +-- en/gnome/news.xml | 50 ++++++++++++++- share/sgml/release.ent | 8 +-- 5 files changed, 183 insertions(+), 10 deletions(-) create mode 100644 en/gnome/docs/faq232.sgml diff --git a/en/gnome/docs/Makefile b/en/gnome/docs/Makefile index eb2ee8774a..b236dc2fb4 100644 --- a/en/gnome/docs/Makefile +++ b/en/gnome/docs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/gnome/docs/Makefile,v 1.29 2009/11/29 20:28:43 marcus Exp $ +# $FreeBSD: www/en/gnome/docs/Makefile,v 1.30 2010/05/10 19:33:23 kwm Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -20,6 +20,7 @@ DOCS+= faq224.sgml DOCS+= faq226.sgml DOCS+= faq228.sgml DOCS+= faq230.sgml +DOCS+= faq232.sgml DOCS+= gnome_porting.sgml DOCS+= gnome1_porting.sgml DOCS+= gnome2_porting.sgml diff --git a/en/gnome/docs/faq232.sgml b/en/gnome/docs/faq232.sgml new file mode 100644 index 0000000000..6f8c1dfc3b --- /dev/null +++ b/en/gnome/docs/faq232.sgml @@ -0,0 +1,124 @@ + + + + +]> + + &header; + +

Contents

+
    +
  1. What is new in GNOME &gnomever;? +
  2. How do I upgrade to GNOME &gnomever;? +
  3. The upgrade failed; what do I do? +
  4. List of known GNOME &gnomever; problems and their solutions +
  5. I have found a bug; whom should I alert? +
  6. I want the fame and glory of the FreeBSD GNOME team! What + can I do to participate? +
+ +

Full Text

+
    + +
  1. +

    What is new in GNOME &gnomever;?

    + +

    Although the canonical summary of new features can be found at + + http://library.gnome.org/misc/release-notes/&gnomever;/

    + +
  2. + + +
  3. +

    How do I upgrade to GNOME &gnomever;?

    + +

    The answer is relatively simple:

    + +
      +
    1. +

      To build GNOME &gnomever;, you need to obtain the latest + ports tree skeleton. This is most easily accomplished with + portsnap(8) or CVSup. + Simply obtain the latest ports tree, and you are ready to go.

      + If you are a portupgrade(1) users, Then do the following:

      +
      +# pkgdb -fF
      +# pkg_deinstall -f0 gtkmm-2.20\* gtk-2.20\*
      +# portupgrade -aOW
      +	  
      + +

      NOTE: it is recommended to run portupgrade + -a to make sure you get all the necessary ports. The + -W option simply makes things a bit faster by not doing a + make clean after each port build.

      + +

      If you are a portmaster(8) user, make sure you have + least 3.1 version. Then do the following:

      + +
      +# pkg_delete -f gtkmm-2.20\* gtk-2.20\*
      +# portmaster -a
      +	  
      + +
    +
  4. + + +
  5. +

    The upgrade failed; what do I do?

    + +

    Unfortunately, this is not only possible, it is highly probable. There are many possible + valid GNOME configurations, and even more invalid starting points. If the script fails, + follow the instructions in the error message to let the FreeBSD GNOME team know about the + failure.

    + +

    The majority of build failures will be dependency-related issues. One simple way to resolve + the problem is to remove the offending port, re-run portupgrade or portmaster, and then + reinstall the port when the upgrade process is complete.

    +
  6. + + +
  7. +

    List of GNOME &gnomever; problems and their solutions

    + +

    Although GNOME &gnomever; is certainly the best release to date (of course), there are + a couple regressions that slipped in, both in the GNOME code and in its implementation + within FreeBSD. Some of the more visible issues are:

    + +
      +
    • Clutter based applications like mutter and a number of + gnome-games, will crash when using Software Rasterizer rendering. + You can check it with glxinfo | grep render. A solution is + being worked on.
    • +
    • Brasero has a bug that it crashes when creating new burn projects. + Premade iso burning works as expected.
    • +
    • PackageKit where ported to FreeBSD. It does have some rough edges still.
    • +
    +
  8. + + +
  9. +

    I have found a bug; whom should I alert?

    + +

    Please read the FreeBSD GNOME Project's + documentation on reporting bugs. +

    +
  10. + + +
  11. +

    I want the fame and glory of being part of the FreeBSD GNOME team! + What can I do to participate?

    + +

    Please read our list of ways + to get involved! +

    +
  12. +
+ + &footer; + + diff --git a/en/gnome/index.xsl b/en/gnome/index.xsl index a6e0aa3443..4656c4dd0b 100644 --- a/en/gnome/index.xsl +++ b/en/gnome/index.xsl @@ -4,7 +4,7 @@ ]> - + devel/gnome2-hacker-tools (development tools) -

Upgrading to GNOME 2.30?

+

Upgrading to GNOME 2.32?

-

If you are upgrading from GNOME 2.28 to GNOME 2.30, read the - Upgrade FAQ for upgrade +

If you are upgrading from GNOME 2.30 to GNOME 2.32, read the + Upgrade FAQ for upgrade instructions.

State of the port

diff --git a/en/gnome/news.xml b/en/gnome/news.xml index cbc2473db6..fc0ebf76b8 100644 --- a/en/gnome/news.xml +++ b/en/gnome/news.xml @@ -19,12 +19,60 @@ News//EN" - $FreeBSD: www/en/gnome/news.xml,v 1.151 2009/11/29 21:03:51 marcus Exp $ + $FreeBSD: www/en/gnome/news.xml,v 1.152 2010/05/10 19:33:23 kwm Exp $ 2010 + + November + + + 19 + + + Announcing GNOME 2.32.1 for FreeBSD! + +

Presenting GNOME 2.32.1 for FreeBSD. The offical release + notes for this release can be found at + + http://library.gnome.org/misc/release-notes/2.30/

+ +

This will be the last release of the GNOME 2.x series, mainly a bugfix + and bridge release to the first release of the GNOME 3.x series.

+ +

This release features commits by avl, marcus, mezz and myself.

+ +

The FreeBSD GNOME Team would like to thank the following contributors + and testers for there help with this release:

+ +

+ Zane C.B. +
+ romain@ +
+ Olaf Seibert +
+ DomiX +
+ Bapt +
+ jsa@ +
+ miwi@ +
+ Sergio de Almeida Lenzi +
+ Maxim Samsonov +
+ Kris Moore +
+

+
+
+
+ May diff --git a/share/sgml/release.ent b/share/sgml/release.ent index 39998e9d08..b28fe43e0c 100644 --- a/share/sgml/release.ent +++ b/share/sgml/release.ent @@ -1,4 +1,4 @@ - +