From a0150ab859fa99ade84a630aa2f43bc60979c474 Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 9 Jan 2013 18:52:22 +0000 Subject: Follow up on the zenity rollback. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17190 df743ca5-7f9a-e211-a948-0013205c9059 --- MC-UPDATING | 8 +++++--- RMPORTS | 1 - repo-copy | 1 + x11-wm/metacity3/Makefile | 4 ++-- x11-wm/mutter/Makefile | 4 ++-- x11/gdm3/Makefile | 4 ++-- x11/gnome2-lite/Makefile | 3 +-- x11/gnome2/Makefile | 41 ++++++++++++++++++++++++----------------- x11/gnome3/Makefile | 4 ++-- 9 files changed, 39 insertions(+), 31 deletions(-) diff --git a/MC-UPDATING b/MC-UPDATING index 35c13bcd4..653073f82 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.32 2012/10/02 10:41:19 kwm Exp $ +# $MCom: ports/MC-UPDATING,v 1.33 2012/10/06 08:53:30 kwm Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -8,7 +8,9 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. -2012MONTHDAY: +# put zenity in the instructions + +2013MONTHDAY: AFFECTS: Pulseaudio users AUTHOR: gnome@FreeBSD.org @@ -18,7 +20,7 @@ upgrades. or # portupgrade -rf pulseaudio -2012MONTHDAY: +2013MONTHDAY: AFFECTS: users of GNOME 2 desktop components, avahi, libgdata, libchamplain and vte AUTHOR: gnome@FreeBSD.org diff --git a/RMPORTS b/RMPORTS index 0087ee646..0ba521119 100644 --- a/RMPORTS +++ b/RMPORTS @@ -1,3 +1,2 @@ x11/yelp-xsl|textproc/yelp-xsl|%DATE%|moved to beter location -x11/zenity3|x11/zenity|%DATE%|collapsed into x11/zenity devel/libgdata08|devel/libgdata|%DATE%|libgdata shuffle diff --git a/repo-copy b/repo-copy index 231feeb42..4cbf58191 100644 --- a/repo-copy +++ b/repo-copy @@ -81,3 +81,4 @@ x11/gnome2 -> x11/gnome3 x11/gnome2-lite -> x11/gnome3-lite x11/libgnomekbd -> x11/libgnomekbd3 x11/yelp -> x11/yelp3 +x11/zenity -> x11/zenity3 diff --git a/x11-wm/metacity3/Makefile b/x11-wm/metacity3/Makefile index 6508017e4..78c5037ab 100644 --- a/x11-wm/metacity3/Makefile +++ b/x11-wm/metacity3/Makefile @@ -1,6 +1,6 @@ # Created by: Garrett Rooney # $FreeBSD$ -# $MCom: ports/x11-wm/metacity3/Makefile,v 1.4 2012/09/03 20:23:17 kwm Exp $ +# $MCom: ports/x11-wm/metacity3/Makefile,v 1.5 2012/10/16 07:33:04 kwm Exp $ PORTNAME= metacity PORTVERSION= 2.34.13 @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= A window manager for the adult in you -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ +BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ itstool:${PORTSDIR}/textproc/itstool \ xmllint:${PORTSDIR}/textproc/libxml2 \ gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index fcd81b3fc..89dace7b4 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -3,7 +3,7 @@ # Whom: Pawel Worach # # $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.35 2012/06/30 22:13:09 kwm Exp $ +# $MCom: ports/x11-wm/mutter/Makefile,v 1.36 2012/08/27 17:49:26 kwm Exp $ # PORTNAME= mutter @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Window and compositing manager based on Clutter -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ +BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ diff --git a/x11/gdm3/Makefile b/x11/gdm3/Makefile index c5f8b2856..976e901ce 100644 --- a/x11/gdm3/Makefile +++ b/x11/gdm3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gdm3/Makefile,v 1.20 2012/06/02 13:10:28 kwm Exp $ +# $MCom: ports/x11/gdm3/Makefile,v 1.21 2012/10/08 21:48:11 kwm Exp $ # PORTNAME= gdm @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 version of xdm display manager -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ +BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ nss-config:${PORTSDIR}/security/nss \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= ck-connector.0:${PORTSDIR}/sysutils/consolekit \ diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index 9fe0e1279..978317600 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome2-lite/Makefile,v 1.64 2011/04/25 22:13:32 mezz Exp $ +# $MCom: ports/x11/gnome2-lite/Makefile,v 1.65 2011/04/30 20:43:30 mezz Exp $ # PORTREVISION= 0 @@ -24,7 +24,6 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applet ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ ${LOCALBASE}/share/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ ${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ - evince:${PORTSDIR}/graphics/evince \ gcalctool:${PORTSDIR}/math/gcalctool \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 482e11b5a..c321310d8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.307 2011/10/20 21:24:53 kwm Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.308 2012/09/03 16:28:29 mezz Exp $ # PORTNAME= gnome2 @@ -49,7 +49,6 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple totem:${PORTSDIR}/multimedia/totem \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ - evince:${PORTSDIR}/graphics/evince \ alacarte:${PORTSDIR}/deskutils/alacarte \ gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ orca:${PORTSDIR}/accessibility/orca \ @@ -69,8 +68,11 @@ USE_PYTHON= yes .endif .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" -OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \ - MAPI "Depend on evolution-mapi (pulls in samba4)" off +OPTIONS_DEFINE= XSCREENSAVER MAPI EXTRAS +OPTIONS_DEFAULT=EXTRAS +XSCREENSAVER_DESC= Use xscreensaver as screen saver app +MAPI_DESC= include evolution-mapi (pulls in samba4) +EXTRAS_DESC= bundle evince, brasero, yelp and epiphany .endif do-install: # empty @@ -78,11 +80,16 @@ do-install: # empty .include .if !defined(GNOME_SLAVE) -.if ${ARCH}!="sparc64" && ${ARCH}!="ia64" +# hmmm XXX +. if ${.CURDIR:T}=="gnome2-lite" && empty(${PORT_OPTIONS:EXTRAS}) +. if ${ARCH}!="sparc64" && ${ARCH}!="ia64" RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ epiphany:${PORTSDIR}/www/epiphany -.endif -.if ${.CURDIR:T}!="gnome2-lite" +. endif +RUN_DEPENDS+= evince:${PORTSDIR}/graphics/evince \ +. endif + +. if ${.CURDIR:T}!="gnome2-lite" RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ gucharmap:${PORTSDIR}/deskutils/gucharmap \ sound-juicer:${PORTSDIR}/audio/sound-juicer \ @@ -97,24 +104,24 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \ gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit \ ekiga:${PORTSDIR}/net/ekiga3 -.if ${OSVERSION}>=800000 +. if ${OSVERSION}>=800000 RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese -.endif -.if ${ARCH} == "i386" +. endif +. if ${ARCH} == "i386" #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy -.endif -.if defined(WITH_MAPI) +. endif +. if defined(WITH_MAPI) RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi -.endif -.endif +. endif +. endif .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" -.if defined(WITH_XSCREENSAVER) +. if defined(WITH_XSCREENSAVER) RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome -.else +. else RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver -.endif +. endif .endif .include diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index bd207cbef..b39a66834 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome3/Makefile,v 1.38 2012/07/17 08:50:17 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.39 2012/10/04 10:07:50 kwm Exp $ # PORTNAME= gnome3 @@ -33,7 +33,7 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ yelp>=3.0.0:${PORTSDIR}/x11/yelp3 \ - zenity>=3.0.0:${PORTSDIR}/x11/zenity \ + zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ seahorse>=3.0.0:${PORTSDIR}/security/seahorse3 \ metacity>=2.34.0:${PORTSDIR}/x11-wm/metacity3 \ gnome-control-center>=3.0.0:${PORTSDIR}/sysutils/gnome-control-center3 \ -- cgit v1.2.3