1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Mark the fact that now gnome is mosly 3.36.

Actually more 3.38 but because some things like gnome-shell and mutter are
sill 3.36 let's not claim yet we are at 3.38

Some pieces are still 3.38 but will be updated very soon

While here turn the gnome3-lite meta port into a flavor of gnome3
This commit is contained in:
Baptiste Daroussin 2020-09-29 17:05:29 +00:00
parent 07c98e349b
commit b5a6964b23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550536
6 changed files with 18 additions and 28 deletions

1
MOVED
View File

@ -15627,3 +15627,4 @@ net-im/corebird||2020-09-25|Stopped working in august 2018
devel/py-pyqi||2020-09-25|No longer developed, use devel/py-click instead
net-im/libnice-gst010|net-im/libnice-gst1|2020-09-25|Not depended on, gstream0.10 support has been removed in newer versions
graphics/evince-lite|graphics/evince@lite|2020-09-26|Has been replaced by a flavor
x11/gnome3-lite|x11/gnome3@lite|2020-09-29|HAs been replaced by a flavor

View File

@ -82,7 +82,6 @@
SUBDIR += gnome-shell-extensions
SUBDIR += gnome-terminal
SUBDIR += gnome3
SUBDIR += gnome3-lite
SUBDIR += gnustep-app
SUBDIR += grabc
SUBDIR += grim

View File

@ -1,15 +0,0 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= x11 gnome
PKGNAMESUFFIX= -lite
COMMENT= The "meta-port" of the GNOME desktop slimmed down for only the basics
MASTERDIR= ${.CURDIR}/../gnome3
DESCR= ${.CURDIR}/pkg-descr
PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"

View File

@ -2,12 +2,14 @@
# $FreeBSD$
PORTNAME= gnome3
PORTVERSION= 3.28
PORTREVISION= 2
PORTVERSION= 3.36
CATEGORIES?= x11 gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT?= "meta-port" for the GNOME 3 integrated X11 desktop
COMMENT= "meta-port" for the GNOME 3 integrated X11 desktop
FLAVORS= full lite
FLAVOR?= full
RUN_DEPENDS?= dconf-editor:devel/dconf-editor \
gnome-session>=3.0.0:x11/gnome-session \
@ -33,20 +35,19 @@ RUN_DEPENDS?= dconf-editor:devel/dconf-editor \
caribou>=0:accessibility/caribou \
${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme
CONFLICTS?= gnome3-lite-[0-9]*
OPTIONS_DEFINE= DOCS
USES= metaport
.if ${.CURDIR:T}!="gnome3-lite"
OPTIONS_DEFINE+=DOCS
DOCS_RUN_DEPENDS= gnome-user-docs>=0:misc/gnome-user-docs \
gnome-getting-started-docs>=0:misc/gnome-getting-started-docs
.if ${FLAVOR} ==lite
OPTIONS_EXCLUDE= DOCS
PKGNAMESUFFIX= -lite
COMMENT= The "meta-port" of the GNOME desktop slimmed down for only the basics
PKGMESSAGE= ${.CURDIR}/pkg-message-lite
DESCR= ${.CURDIR}/pkg-descr-lite
.endif
.include <bsd.port.options.mk>
.if ${.CURDIR:T}!="gnome3-lite"
.if ${FLAVOR} == "full"
RUN_DEPENDS+= epiphany>=3.0.0:www/epiphany \
gucharmap>=3.0.0:deskutils/gucharmap \
gnome-characters>=3.0.0:deskutils/gnome-characters \
@ -75,4 +76,8 @@ RUN_DEPENDS+= epiphany>=3.0.0:www/epiphany \
.endif # !gnome3-lite section
DOCS_RUN_DEPENDS= gnome-user-docs>=0:misc/gnome-user-docs \
gnome-getting-started-docs>=0:misc/gnome-getting-started-docs
.include <bsd.port.mk>