summaryrefslogtreecommitdiff
path: root/x11/libxdg-basedir
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-10Change default directry to match pkgsrc style, PR#42575obache1-1/+18
* Use ${PREFIX}/share instead of /usr/local/share for XDG_DATA_DIRS * Use ${PKG_SYSCONFDIR}/xdg instead of /etc/xdg for XDG_CONFIG_DIRS While here, set TEST_TARGET=check and modify test patterns to adapt above changes. Bump PKGREVISION.
2010-12-02Update to 1.1.1. No changelog found.wiz2-6/+6
2009-11-08Import libxdg-basedir:jakllsch5-0/+49
Various specifications specify files and file formats. The XDG Base Directory specification defines where these files should be looked for by defining one or more base directories relative to which files should be located. This library implements functions to list the directories according to the specification and provides a few higher-level functions for use with the specification.