pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc Update to 1.5: do not register some directories t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/943f261f8fb7
branches:  trunk
changeset: 470361:943f261f8fb7
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Mar 08 19:30:58 2004 +0000

description:
Update to 1.5: do not register some directories that are now handled by
xdg-dirs and xdg-x11-dirs.

diffstat:

 misc/gnome-dirs/Makefile.common |  6 ++----
 misc/gnome1-dirs/Makefile       |  3 ++-
 misc/gnome2-dirs/Makefile       |  5 ++---
 3 files changed, 6 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r 045db2bf3624 -r 943f261f8fb7 misc/gnome-dirs/Makefile.common
--- a/misc/gnome-dirs/Makefile.common   Mon Mar 08 19:29:25 2004 +0000
+++ b/misc/gnome-dirs/Makefile.common   Mon Mar 08 19:30:58 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.6 2004/02/16 15:00:25 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/03/08 19:30:58 jmmv Exp $
 #
 
 # This Makefile contains all the logic needed to automatically generate
 # PLIST's for the gnome*-dirs packages.
 # It also installs all GTK/GNOME directories common to v1 and v2.
 
-GNOME_DIRS_VERSION=    1.4
+GNOME_DIRS_VERSION=    1.5
 
 GNOME_DIRS_COMMON=     share/gnome/apps
 GNOME_DIRS_COMMON+=    share/gnome/apps/Applications
@@ -30,8 +30,6 @@
 GNOME_DIRS_COMMON+=    share/gnome/help/lgpl
 GNOME_DIRS_COMMON+=    share/gnome/help/lgpl/C
 GNOME_DIRS_COMMON+=    share/gnome/help/lgpl/C/figures
-GNOME_DIRS_COMMON+=    share/images
-GNOME_DIRS_COMMON+=    share/mime-info
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 045db2bf3624 -r 943f261f8fb7 misc/gnome1-dirs/Makefile
--- a/misc/gnome1-dirs/Makefile Mon Mar 08 19:29:25 2004 +0000
+++ b/misc/gnome1-dirs/Makefile Mon Mar 08 19:30:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/15 12:12:32 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/08 19:30:58 jmmv Exp $
 #
 
 DISTNAME=      gnome1-dirs-${GNOME_DIRS_VERSION}
@@ -11,6 +11,7 @@
 COMMENT=       Shared GTK/GNOME (v1) directories
 
 DEPENDS+=      gnome-dirs>=1.0:../../misc/gnome-dirs
+DEPENDS+=      xdg-x11-dirs>=1.1:../../misc/xdg-dirs
 
 WRKSRC=                ${WRKDIR}
 USE_LANGUAGES= # empty
diff -r 045db2bf3624 -r 943f261f8fb7 misc/gnome2-dirs/Makefile
--- a/misc/gnome2-dirs/Makefile Mon Mar 08 19:29:25 2004 +0000
+++ b/misc/gnome2-dirs/Makefile Mon Mar 08 19:30:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/02/15 18:36:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/08 19:30:58 jmmv Exp $
 #
 
 DISTNAME=      gnome2-dirs-${GNOME_DIRS_VERSION}
@@ -20,7 +20,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-DEPENDS+=      xdg-dirs>=1.0:../../misc/xdg-dirs
+DEPENDS+=      xdg-dirs>=1.1:../../misc/xdg-dirs
 
 .if ${X11PREFIX} == ${LOCALBASE}
 DEPENDS+=      gnome-dirs>=1.0:../../misc/gnome-dirs
@@ -29,7 +29,6 @@
 GNOME_DIRS=    ${GNOME_DIRS_COMMON}
 .endif
 
-GNOME_DIRS+=   share/application-registry
 GNOME_DIRS+=   share/control-center-2.0
 GNOME_DIRS+=   share/control-center-2.0/capplets
 GNOME_DIRS+=   share/control-center-2.0/icons



Home | Main Index | Thread Index | Old Index