From 5b10f44e118d01a8f36b2b635a3b865c83eb140b Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 8 Mar 2004 19:29:05 +0000 Subject: Initial import of xdg-x11-dirs, version 1.1: xdg-x11-dirs installs a set of shared directories used by freedesktop.org XDG based systems (kde 3.2 and gnome 2.4). It is useful to simplify PLIST handling in other packages. This package differs from xdg-dirs in that shared directories are created under X11's tree. Has no effect if using xpkgwedge, other than depending directly on xdg-dirs. --- misc/xdg-x11-dirs/DESCR | 7 +++++++ misc/xdg-x11-dirs/Makefile | 25 +++++++++++++++++++++++++ misc/xdg-x11-dirs/PLIST | 1 + 3 files changed, 33 insertions(+) create mode 100644 misc/xdg-x11-dirs/DESCR create mode 100644 misc/xdg-x11-dirs/Makefile create mode 100644 misc/xdg-x11-dirs/PLIST (limited to 'misc/xdg-x11-dirs') diff --git a/misc/xdg-x11-dirs/DESCR b/misc/xdg-x11-dirs/DESCR new file mode 100644 index 00000000000..81996046124 --- /dev/null +++ b/misc/xdg-x11-dirs/DESCR @@ -0,0 +1,7 @@ +xdg-x11-dirs installs a set of shared directories used by freedesktop.org +XDG based systems (kde 3.2 and gnome 2.4). It is useful to simplify PLIST +handling in other packages. + +This package differs from xdg-dirs in that shared directories are created +under X11's tree. Has no effect if using xpkgwedge, other than depending +directly on xdg-dirs. diff --git a/misc/xdg-x11-dirs/Makefile b/misc/xdg-x11-dirs/Makefile new file mode 100644 index 00000000000..24e54ca5539 --- /dev/null +++ b/misc/xdg-x11-dirs/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/08 19:29:05 jmmv Exp $ +# + +DISTNAME= xdg-x11-dirs-${XDG_DIRS_VERSION} +CATEGORIES= misc gnome kde +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= # empty +COMMENT= Shared XDG directories under the X11 tree + +USE_X11BASE= yes + +.include "../../mk/bsd.prefs.mk" + +.if ${X11PREFIX} == ${LOCALBASE} +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs +XDG_DIRS_REGISTER= no +.else +XDG_DIRS_REGISTER= yes +.endif + +.include "../../misc/xdg-dirs/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/xdg-x11-dirs/PLIST b/misc/xdg-x11-dirs/PLIST new file mode 100644 index 00000000000..507d4de0660 --- /dev/null +++ b/misc/xdg-x11-dirs/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/08 19:29:05 jmmv Exp $ -- cgit v1.2.3