mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
x11/gnome: Move from x11/gnome3
The reason for the move is because GNOME has moved beyond version 3, bumping directly to 40 and iterating major release versions from there. The Ports version of GNOME is currently at 41, making x11/gnome3 misnamed also. Differential Revision: https://reviews.freebsd.org/D33959
This commit is contained in:
parent
dbffc60b66
commit
eaefe7d4ec
1
MOVED
1
MOVED
@ -16882,3 +16882,4 @@ x11-fonts/sourcesanspro-ttf|x11-fonts/source-sans-ttf|2022-01-28|Rename to match
|
||||
audio/nekobi-lv2|audio/dpf-plugins-lv2|2022-01-28|Nekobi is part of dpf-plugins
|
||||
audio/kars-lv2|audio/dpf-plugins-lv2|2022-01-28|Kars is part of dpf-plugins
|
||||
lang/scala-docs||2022-01-31|New 3.x versions dropped archived documentation
|
||||
x11/gnome3|x11/gnome|2022-01-32|GNOME has moved past version 3, including the Ports version
|
||||
|
@ -79,6 +79,7 @@
|
||||
SUBDIR += gdm
|
||||
SUBDIR += glcapsviewer
|
||||
SUBDIR += gmrun
|
||||
SUBDIR += gnome
|
||||
SUBDIR += gnome-clipboard-daemon
|
||||
SUBDIR += gnome-desktop
|
||||
SUBDIR += gnome-menus
|
||||
@ -87,7 +88,6 @@
|
||||
SUBDIR += gnome-shell
|
||||
SUBDIR += gnome-shell-extensions
|
||||
SUBDIR += gnome-terminal
|
||||
SUBDIR += gnome3
|
||||
SUBDIR += gnustep-app
|
||||
SUBDIR += grabc
|
||||
SUBDIR += grim
|
||||
|
@ -1,12 +1,11 @@
|
||||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
|
||||
PORTNAME= gnome3
|
||||
PORTVERSION= 3.36
|
||||
PORTREVISION= 4
|
||||
PORTNAME= gnome
|
||||
PORTVERSION= 41
|
||||
CATEGORIES?= x11 gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= "meta-port" for the GNOME 3 integrated X11 desktop
|
||||
COMMENT= Metaport for the GNOME integrated X11 desktop
|
||||
|
||||
FLAVORS= full lite
|
||||
FLAVOR?= full
|
@ -1,5 +1,3 @@
|
||||
GNU Network Object Model Environment
|
||||
|
||||
This metaport installs the entire GNOME 3 desktop, including
|
||||
the user applications released with it.
|
||||
|
5
x11/gnome/pkg-descr-lite
Normal file
5
x11/gnome/pkg-descr-lite
Normal file
@ -0,0 +1,5 @@
|
||||
This metaport installs the pieces of the GNOME desktop that are needed to
|
||||
provide a functional desktop. The x11/gnome metaport, contains the full
|
||||
version of the GNOME desktop environment.
|
||||
|
||||
WWW: https://www.FreeBSD.org/gnome/
|
@ -1,7 +1,7 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Congratulations! GNOME 3 has been successfully installed on your system.
|
||||
Congratulations! GNOME has been successfully installed on your system.
|
||||
For help on starting it up, as well as answers to common questions, and
|
||||
some known issues, please see the FreeBSD GNOME homepage at:
|
||||
|
@ -1,16 +1,16 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The GNOME 3 desktop Lite edition has been successfully installed.
|
||||
The GNOME 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:
|
||||
The Lite edition only includes the minimal components to get a working GNOME
|
||||
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/gnome port or package. That can be
|
||||
best accomplished using the following commands:
|
||||
|
||||
# pkg_delete gnome3-lite
|
||||
# cd /usr/ports/x11/gnome3
|
||||
# pkg_delete gnome-lite
|
||||
# cd /usr/ports/x11/gnome
|
||||
# make install clean
|
||||
|
||||
Alternatively, you can install additional GNOME components individually
|
@ -1,7 +0,0 @@
|
||||
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: https://www.FreeBSD.org/gnome/
|
Loading…
Reference in New Issue
Block a user