summaryrefslogtreecommitdiff
path: root/misc/xdg-dirs
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-02-04 13:21:19 +0000
committermarkd <markd@pkgsrc.org>2004-02-04 13:21:19 +0000
commit9c91f4af20363e8b3db73aa4c2fc02c8a574265e (patch)
tree03096cf88a04c17fc8103f19fd28ebdcd86d9f9c /misc/xdg-dirs
parent3c03a15b1030f24155821bb4ad23fac5fc7d75bf (diff)
downloadpkgsrc-9c91f4af20363e8b3db73aa4c2fc02c8a574265e.tar.gz
Initial import of xdg-dirs-1.0.
A package to handle creation of the directories shared by KDE and Gnome2.
Diffstat (limited to 'misc/xdg-dirs')
-rw-r--r--misc/xdg-dirs/DESCR3
-rw-r--r--misc/xdg-dirs/Makefile33
-rw-r--r--misc/xdg-dirs/PLIST1
3 files changed, 37 insertions, 0 deletions
diff --git a/misc/xdg-dirs/DESCR b/misc/xdg-dirs/DESCR
new file mode 100644
index 00000000000..c0395e5d7d6
--- /dev/null
+++ b/misc/xdg-dirs/DESCR
@@ -0,0 +1,3 @@
+xdg-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.
diff --git a/misc/xdg-dirs/Makefile b/misc/xdg-dirs/Makefile
new file mode 100644
index 00000000000..5c9425fa0d2
--- /dev/null
+++ b/misc/xdg-dirs/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/04 13:21:19 markd Exp $
+#
+
+DISTNAME= xdg-dirs-1.0
+CATEGORIES= misc gnome kde
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= # empty
+COMMENT= Shared XDG directories
+
+CONFLICTS= gnome2-dirs<=1.2
+
+WRKSRC= ${WRKDIR}
+NO_EXTRACT= # defined
+NO_CHECKSUM= # defined
+NO_BUILDLINK= # defined
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+.include "../../mk/bsd.prefs.mk"
+
+XDG_DIRS= share/applications
+
+_SORTED!= ${ECHO} ${XDG_DIRS} | ${TR} -s ' \t' '\n' | ${SORT}
+
+USE_PKGINSTALL= yes
+MAKE_DIRS+= ${_SORTED:S/^/${PREFIX}\//}
+
+do-install: # nothing
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/xdg-dirs/PLIST b/misc/xdg-dirs/PLIST
new file mode 100644
index 00000000000..02c1485a7d0
--- /dev/null
+++ b/misc/xdg-dirs/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/04 13:21:19 markd Exp $