diff options
author | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
commit | be884cd42990f2e755c2c06bc38c8042cb8b0325 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /games/Makefile | |
parent | 1c38992aaca771dc7aab7ae768e5753c6381ecd3 (diff) | |
download | freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.gz freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.zst freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.zip |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 96e69be6b358..3333344292b1 100644 --- a/games/Makefile +++ b/games/Makefile @@ -25,6 +25,7 @@ SUBDIR += afternoonstalker SUBDIR += agame SUBDIR += airstrike + SUBDIR += aisleriot SUBDIR += alephone SUBDIR += alephone-data SUBDIR += alephone-scenarios @@ -255,6 +256,7 @@ SUBDIR += fillets-ng SUBDIR += filters SUBDIR += fishsupper + SUBDIR += five-or-more SUBDIR += fkiss SUBDIR += flare-engine SUBDIR += flare-game @@ -271,6 +273,7 @@ SUBDIR += formido SUBDIR += fortunate SUBDIR += fotaq + SUBDIR += four-in-a-row SUBDIR += freecell-solver SUBDIR += freeciv SUBDIR += freeciv-nox11 @@ -337,10 +340,16 @@ SUBDIR += gno3dtet SUBDIR += gnome-chess SUBDIR += gnome-games + SUBDIR += gnome-klotski + SUBDIR += gnome-mahjongg + SUBDIR += gnome-mines + SUBDIR += gnome-nibbles + SUBDIR += gnome-robots + SUBDIR += gnome-sudoku + SUBDIR += gnome-tetravex SUBDIR += gnomeattacks SUBDIR += gnomebreakout SUBDIR += gnomekiss - SUBDIR += gnomesudoku SUBDIR += gnono SUBDIR += gnubg SUBDIR += gnuchess @@ -396,6 +405,7 @@ SUBDIR += hohlin SUBDIR += hoichess SUBDIR += holotz-castle + SUBDIR += iagno SUBDIR += icbm3d SUBDIR += icebreaker SUBDIR += iceicepenguin @@ -503,6 +513,7 @@ SUBDIR += libmaitretarot SUBDIR += libmt_client SUBDIR += libshhcards + SUBDIR += lightsoff SUBDIR += lincity SUBDIR += lincity-ng SUBDIR += linux-candycruncher-demo @@ -775,11 +786,13 @@ SUBDIR += qmars SUBDIR += qnetwalk SUBDIR += qonk + SUBDIR += qqwing SUBDIR += qstat SUBDIR += qtads SUBDIR += qtv SUBDIR += quackle SUBDIR += quadra + SUBDIR += quadrapassel SUBDIR += quake-data SUBDIR += quake-dpmod SUBDIR += quake-reaper @@ -914,10 +927,12 @@ SUBDIR += supertux SUBDIR += supertux-devel SUBDIR += supertuxkart + SUBDIR += swell-foop SUBDIR += sxsame SUBDIR += syobon SUBDIR += tads SUBDIR += taipan + SUBDIR += tali SUBDIR += tanglet SUBDIR += tank SUBDIR += tbclock |