summaryrefslogtreecommitdiff
path: root/misc/xdg-dirs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-09-28Replaced "# defined" with "yes" where appropriate.rillig1-5/+5
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-04-28We don't need to use ${SORT} to sort a list -- just use the :O modifier.jlam1-3/+2
2005-04-19Update to 1.2: add share/desktop-directories.wiz1-2/+2
Okayed by jmmv@.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-06-05Back out previous commit, as pointed out jmmv these packages are uselessxtraeme1-4/+2
in a pkgviews world.
2004-06-04Enable pkgviews installation.xtraeme1-2/+4
2004-04-14Now pick maintainership, to let people know who to bla^Wcomment to.jmmv1-2/+2
2004-04-14Rework the way to use the -dirs packages (ATM, xdg-dirs, xdg-x11-dirs,jmmv1-4/+18
gnome1-dirs and gnome2-dirs): - Introduce a global USE_DIRS variable, which takes pairs of names and versions. For example, an xdg-1.1 value will request the use of the xdg-dirs package, at least version 1.1. This variable must always be appended to. If there are duplicates with different versions, the one with the higher number will be picked up. - Introduce the mk/dirs.mk file, which is automatically included by bsd.pkg.mk when USE_DIRS is not empty. It parses the variable's value and includes the required dirs.mk files, present in each -dirs package. - For each -dirs package, add a dirs.mk file that defines a variable holding the list of directories provided by it, adds a dependency on that package, and modifies the PRINT_PLIST_AWK variable to output comments for the directories handled by it. - Drop some Makefile.common files that only make things difficult and more confusing now (in favour of the new dirs.mk files). The only thing to worry about is to keep version numbers consistent across xdg-* and gnome*-* packages, but that will be easier to handle. The main reason for this change is to be able to modify PRINT_PLIST_AWK in a clean way, but I hope this will improve clarity too. Also, this simplifies the addition of future -dirs packages (if needed) in a consistent way.
2004-03-08Register the following new directories:jmmv1-20/+4
share/application-registry share/icons share/images share/mime-info share/pixmaps share/sounds share/themes Bump version to 1.1 due to this. While here, split the Makefile to ease the addition of xdg-x11-dirs.
2004-02-15This package does not use the compiler.jmmv1-1/+2
2004-02-04Initial import of xdg-dirs-1.0.markd1-0/+33
A package to handle creation of the directories shared by KDE and Gnome2.