summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-03-08 19:29:05 +0000
committerjmmv <jmmv@pkgsrc.org>2004-03-08 19:29:05 +0000
commitf73d0d91ed5ef009368151e2235eaa15c1403103 (patch)
tree50f1bd1bf1add53e75c1821700e45c5450da9d7a /misc
parent0d970c5f8dfa89158453dd195c28e752da826478 (diff)
downloadpkgsrc-f73d0d91ed5ef009368151e2235eaa15c1403103.tar.gz
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.
Diffstat (limited to 'misc')
-rw-r--r--misc/xdg-x11-dirs/DESCR7
-rw-r--r--misc/xdg-x11-dirs/Makefile25
-rw-r--r--misc/xdg-x11-dirs/PLIST1
3 files changed, 33 insertions, 0 deletions
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 $