diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:14:32 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:14:32 +0000 |
commit | f2c25f754be746f540a97a30fba196709950df99 (patch) | |
tree | a9138e1002c1bca5965ababc485fc4aeae10a96a /misc/gnome2-dirs | |
parent | 569563fe73e9d0c83f3785cb1e9b9f9467751a80 (diff) | |
download | pkgsrc-f2c25f754be746f540a97a30fba196709950df99.tar.gz |
Update gnome-dirs, gnome1-dirs and gnome2-dirs to 1.6:
- Add the share/gnome-default-applications.
Diffstat (limited to 'misc/gnome2-dirs')
-rw-r--r-- | misc/gnome2-dirs/Makefile | 7 | ||||
-rw-r--r-- | misc/gnome2-dirs/dirs.mk | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/gnome2-dirs/Makefile b/misc/gnome2-dirs/Makefile index 7494fa030d1..a1b29c4ce0d 100644 --- a/misc/gnome2-dirs/Makefile +++ b/misc/gnome2-dirs/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2006/02/05 23:10:09 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/03/30 21:14:32 jmmv Exp $ # -DISTNAME= gnome2-dirs-1.5 -PKGREVISION= 2 +DISTNAME= gnome2-dirs-1.6 CATEGORIES= misc gnome MASTER_SITES= # empty DISTFILES= # empty @@ -22,7 +21,7 @@ NO_BUILD= yes .include "../../mk/bsd.prefs.mk" .if ${X11PREFIX} == ${LOCALBASE} -DEPENDS+= gnome-dirs>=1.0:../../misc/gnome-dirs +DEPENDS+= gnome-dirs>=1.6:../../misc/gnome-dirs ALL_GNOME_DIRS= ${GNOME2_DIRS} .else ALL_GNOME_DIRS= ${GNOME_DIRS} ${GNOME2_DIRS} diff --git a/misc/gnome2-dirs/dirs.mk b/misc/gnome2-dirs/dirs.mk index 597a1ea788a..3c6657bbfc0 100644 --- a/misc/gnome2-dirs/dirs.mk +++ b/misc/gnome2-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.4 2005/12/05 20:50:39 rillig Exp $ +# $NetBSD: dirs.mk,v 1.5 2006/03/30 21:14:32 jmmv Exp $ # # This file is intended to be included by mk/dirs.mk, not directly by packages. # @@ -15,6 +15,7 @@ GNOME2_DIRS+= share/control-center-2.0/capplets GNOME2_DIRS+= share/control-center-2.0/icons GNOME2_DIRS+= share/gnome-2.0 GNOME2_DIRS+= share/gnome-2.0/ui +GNOME2_DIRS+= share/gnome-default-applications GNOME2_DIRS+= share/gnome/wm-properties .if defined(_USE_GNOME2_DIRS) && !empty(_USE_GNOME2_DIRS) |