summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2014-12-01 11:54:21 +0000
committerjmcneill <jmcneill>2014-12-01 11:54:21 +0000
commit87787d19b9b013a5576130dafacbd10a7e1e96c2 (patch)
treec1bb02b12531c7d1f3c2d6208582bf91c34b9b87 /meta-pkgs/gnome
parent48780e16c781c1da9df3c913ada5568b25a56621 (diff)
downloadpkgsrc-87787d19b9b013a5576130dafacbd10a7e1e96c2.tar.gz
make mono a package option, and disable it for netbsd/arm until lang/mono is fixed
Diffstat (limited to 'meta-pkgs/gnome')
-rw-r--r--meta-pkgs/gnome/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/meta-pkgs/gnome/Makefile b/meta-pkgs/gnome/Makefile
index e4f5418dd20..94267b4a17d 100644
--- a/meta-pkgs/gnome/Makefile
+++ b/meta-pkgs/gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2014/08/21 14:01:41 wiz Exp $
+# $NetBSD: Makefile,v 1.132 2014/12/01 11:54:21 jmcneill Exp $
DISTNAME= gnome-2.26.2
PKGREVISION= 5
@@ -16,8 +16,12 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2
.include "../../lang/python/pyversion.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome
-PKG_SUPPORTED_OPTIONS= pulseaudio
+PKG_SUPPORTED_OPTIONS= pulseaudio mono
PKG_SUGGESTED_OPTIONS= pulseaudio
+# mono does not work on NetBSD/arm yet
+.if ${OPSYS} != "NetBSD" || empty(MACHINE_ARCH:M*arm*)
+PKG_SUGGESTED_OPTIONS+= mono
+.endif
.include "../../mk/bsd.options.mk"
# see http://ftp.gnome.org/pub/GNOME/desktop/2.26/2.26.2/sources/
@@ -51,7 +55,9 @@ DEPENDS+= gnome-applets>=2.26.1:../../x11/gnome-applets
DEPENDS+= gnome-backgrounds>=2.24.1:../../graphics/gnome-backgrounds
DEPENDS+= gnome-control-center>=2.26.0:../../x11/gnome-control-center
DEPENDS+= gnome-desktop>=2.26.2:../../x11/gnome-desktop
+.if !empty(PKG_OPTIONS:Mmono)
DEPENDS+= gnome-desktop-sharp>=2.26.0:../../x11/gnome-desktop-sharp
+.endif
DEPENDS+= gnome-doc-utils>=0.16.1:../../textproc/gnome-doc-utils
DEPENDS+= gnome-games>=2.26.2:../../games/gnome-games
DEPENDS+= gnome-icon-theme>=2.26.0:../../graphics/gnome-icon-theme
@@ -72,7 +78,9 @@ DEPENDS+= ${PYPKGPREFIX}-gnome2-desktop>=2.26.0:../../x11/py-gnome2-desktop
DEPENDS+= gnome-screensaver>=2.26.1:../../x11/gnome-screensaver
DEPENDS+= gnome-session>=2.26.1:../../x11/gnome-session
DEPENDS+= gnome-settings-daemon>=2.26.1:../../sysutils/gnome-settings-daemon
+.if !empty(PKG_OPTIONS:Mmono)
DEPENDS+= gnome-sharp>=2.24.1:../../x11/gnome-sharp
+.endif
DEPENDS+= gnome-speech>=0.4.25:../../audio/gnome-speech
DEPENDS+= gnome-system-monitor>=2.26.1:../../sysutils/gnome-system-monitor
DEPENDS+= gnome-system-tools>=2.22.2:../../sysutils/gnome-system-tools
@@ -118,7 +126,9 @@ DEPENDS+= seahorse>=2.26.1:../../security/seahorse
DEPENDS+= seahorse-plugins>=2.26.1:../../security/seahorse-plugins
DEPENDS+= sound-juicer>=2.26.1:../../audio/sound-juicer
DEPENDS+= swfdec-gnome>=2.26.0:../../multimedia/swfdec-gnome
+.if !empty(PKG_OPTIONS:Mmono)
DEPENDS+= tomboy>=0.14.2:../../editors/tomboy
+.endif
DEPENDS+= totem>=2.26.2:../../multimedia/totem
DEPENDS+= totem-pl-parser>=2.26.2:../../multimedia/totem-pl-parser
DEPENDS+= vinagre>=2.26.2:../../net/vinagre