Thu Dec 4 16:47:59 2008 UTC ()
Add tomboy dependency, bump version.


(wiz)
diff -r1.104 -r1.105 pkgsrc/meta-pkgs/gnome/Makefile

cvs diff -r1.104 -r1.105 pkgsrc/meta-pkgs/gnome/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/gnome/Makefile 2008/12/04 16:10:15 1.104
+++ pkgsrc/meta-pkgs/gnome/Makefile 2008/12/04 16:47:59 1.105
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.104 2008/12/04 16:10:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.105 2008/12/04 16:47:59 wiz Exp $
2 2
3DISTNAME= gnome-2.24.1.95 3DISTNAME= gnome-2.24.1.96
4CATEGORIES= meta-pkgs x11 gnome 4CATEGORIES= meta-pkgs x11 gnome
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6 6
7MAINTAINER= drochner@NetBSD.org 7MAINTAINER= drochner@NetBSD.org
8HOMEPAGE= http://www.gnome.org/ 8HOMEPAGE= http://www.gnome.org/
9COMMENT= Meta-package for the GNOME desktop 9COMMENT= Meta-package for the GNOME desktop
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13.include "../../lang/python/pyversion.mk" 13.include "../../lang/python/pyversion.mk"
14 14
15# see http://ftp.gnome.org/pub/GNOME/desktop/2.24/2.24.2/sources/ 15# see http://ftp.gnome.org/pub/GNOME/desktop/2.24/2.24.2/sources/
16 16
@@ -86,25 +86,24 @@ DEPENDS+= librsvg>=2.22.3:../../graphics @@ -86,25 +86,24 @@ DEPENDS+= librsvg>=2.22.3:../../graphics
86DEPENDS+= libsoup24>=2.24.2.1:../../net/libsoup24 86DEPENDS+= libsoup24>=2.24.2.1:../../net/libsoup24
87DEPENDS+= libwnck>=2.24.2:../../devel/libwnck 87DEPENDS+= libwnck>=2.24.2:../../devel/libwnck
88DEPENDS+= metacity>=2.24.0:../../wm/metacity 88DEPENDS+= metacity>=2.24.0:../../wm/metacity
89DEPENDS+= mousetweaks>=2.24.2:../../misc/mousetweaks 89DEPENDS+= mousetweaks>=2.24.2:../../misc/mousetweaks
90DEPENDS+= nautilus>=2.24.2:../../sysutils/nautilus 90DEPENDS+= nautilus>=2.24.2:../../sysutils/nautilus
91DEPENDS+= nautilus-cd-burner>=2.24.0:../../sysutils/nautilus-cd-burner 91DEPENDS+= nautilus-cd-burner>=2.24.0:../../sysutils/nautilus-cd-burner
92DEPENDS+= orca>=2.24.2:../../misc/orca 92DEPENDS+= orca>=2.24.2:../../misc/orca
93DEPENDS+= ${PYPKGPREFIX}-gtksourceview>=2.4.0:../../x11/py-gtksourceview 93DEPENDS+= ${PYPKGPREFIX}-gtksourceview>=2.4.0:../../x11/py-gtksourceview
94DEPENDS+= seahorse>=2.24.1:../../security/seahorse 94DEPENDS+= seahorse>=2.24.1:../../security/seahorse
95DEPENDS+= seahorse-plugins>=2.24.1:../../security/seahorse-plugins 95DEPENDS+= seahorse-plugins>=2.24.1:../../security/seahorse-plugins
96DEPENDS+= sound-juicer>=2.24.0:../../audio/sound-juicer 96DEPENDS+= sound-juicer>=2.24.0:../../audio/sound-juicer
97DEPENDS+= sound-theme-freedesktop>=0.2:../../audio/sound-theme-freedesktop 97DEPENDS+= sound-theme-freedesktop>=0.2:../../audio/sound-theme-freedesktop
98DEPENDS+= swfdec-gnome>=2.24.0:../../multimedia/swfdec-gnome 98DEPENDS+= swfdec-gnome>=2.24.0:../../multimedia/swfdec-gnome
99# unpackaged 99DEPENDS+= tomboy>=0.12.1:../../editors/tomboy
100#DEPENDS+= tomboy>=0.12.1:../../*/tomboy 
101DEPENDS+= totem>=2.24.3:../../multimedia/totem 100DEPENDS+= totem>=2.24.3:../../multimedia/totem
102DEPENDS+= totem-pl-parser>=2.24.2:../../multimedia/totem-pl-parser 101DEPENDS+= totem-pl-parser>=2.24.2:../../multimedia/totem-pl-parser
103# packaged in wip, doesn't work 102# packaged in wip, doesn't work
104#DEPENDS+= vinagre>=2.24.1:../../*/vinagre 103#DEPENDS+= vinagre>=2.24.1:../../*/vinagre
105DEPENDS+= vino>=2.24.1:../../net/vino 104DEPENDS+= vino>=2.24.1:../../net/vino
106DEPENDS+= vte>=0.17.4:../../x11/vte 105DEPENDS+= vte>=0.17.4:../../x11/vte
107DEPENDS+= yelp>=2.24.0:../../misc/yelp 106DEPENDS+= yelp>=2.24.0:../../misc/yelp
108DEPENDS+= zenity>=2.24.0:../../x11/zenity 107DEPENDS+= zenity>=2.24.0:../../x11/zenity
109 108
110.include "../../mk/bsd.pkg.mk" 109.include "../../mk/bsd.pkg.mk"