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 /x11/gnome3-lite | |
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 'x11/gnome3-lite')
-rw-r--r-- | x11/gnome3-lite/Makefile | 17 | ||||
-rw-r--r-- | x11/gnome3-lite/pkg-descr | 7 | ||||
-rw-r--r-- | x11/gnome3-lite/pkg-message | 21 |
3 files changed, 45 insertions, 0 deletions
diff --git a/x11/gnome3-lite/Makefile b/x11/gnome3-lite/Makefile new file mode 100644 index 000000000000..3ab410deed2a --- /dev/null +++ b/x11/gnome3-lite/Makefile @@ -0,0 +1,17 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom: ports/trunk/x11/gnome3-lite/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTREVISION= 0 +CATEGORIES= x11 gnome +PKGNAMESUFFIX= -lite + +COMMENT= The "meta-port" of the GNOME desktop slimmed down for only the basics + +MASTERDIR= ${.CURDIR}/../gnome3 +CONFLICTS= gnome2-[0-9]* gnome2-lite-[0-9]* gnome3-[0-9]* + +DESCR= ${.CURDIR}/pkg-descr +PKGMESSAGE= ${.CURDIR}/pkg-message + +.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome3-lite/pkg-descr b/x11/gnome3-lite/pkg-descr new file mode 100644 index 000000000000..479debf38e3b --- /dev/null +++ b/x11/gnome3-lite/pkg-descr @@ -0,0 +1,7 @@ +GNU Network Object Model Environment + +This metaport installs the pieces of the GNOME 3 desktop that +are needed to provide a functional desktop. The x11/gnome3 +meta port, contains the full version of the GNOME 3 desktop environment. + +WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome3-lite/pkg-message b/x11/gnome3-lite/pkg-message new file mode 100644 index 000000000000..209a46ca818a --- /dev/null +++ b/x11/gnome3-lite/pkg-message @@ -0,0 +1,21 @@ +************************************************************ + +The GNOME 3 desktop Lite edition has been successfully installed. + +The Lite edition only includes the minimal components to get a working GNOME 3 +Desktop. The user then has to install prefered applications like editor, +web browser or e-mail client. If you wish to install the full desktop, you can +remove this port, and install the x11/gnome3 port or package. That can be best +accomplished using the following commands: + +# pkg_delete gnome3-lite +# cd /usr/ports/x11/gnome3 +# make install clean + +Alternatively, you can install additional GNOME components individually +using either their ports or packages. + +For more help on using GNOME on FreeBSD, please see the FreeBSD GNOME project +site at http://www.FreeBSD.org/gnome. + +************************************************************ |