Path to this page:
./
x11/xdg-user-dirs,
Tool to manage well known user directories
Branch: CURRENT,
Version: 0.18,
Package name: xdg-user-dirs-0.18,
Maintainer: pkgsrc-usersxdg-user-dirs is a tool to help manage "well known" user directories like
the desktop folder and the music folder. It also handles localization
(i.e. translation) of the filenames.
The way it works is that xdg-user-dirs-update is run very early in the
login phase. This program reads a configuration file, and a set of
default directories. It then creates localized versions of these
directories in the users home directory and sets up a config file
in $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to ~/.config)
that applications can read to find these directories.
Required to run:[
sysutils/desktop-file-utils]
Required to build:[
textproc/docbook-xsl] [
textproc/libxslt] [
pkgtools/cwrappers]
Master sites:
Filesize: 267.145 KB
Version history: (Expand)
- (2022-10-24) Updated to version: xdg-user-dirs-0.18
- (2018-04-29) Updated to version: xdg-user-dirs-0.17
- (2017-09-03) Updated to version: xdg-user-dirs-0.16
- (2017-02-03) Updated to version: xdg-user-dirs-0.15nb2
- (2015-08-28) Updated to version: xdg-user-dirs-0.15nb1
- (2015-08-26) Updated to version: xdg-user-dirs-0.15
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-10-24 16:14:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xdg-user-dirs: update to 0.18.
Major changes in 0.18 are:
* Fixed minor leak
* Updated translations
* Documentation fixes
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2018-04-29 11:43:54 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
xdg-user-dirs: update to 0.17.
Major changes in 0.17 are:
* Respect $HOME in favour of getpwuid()
* Updated translations
* Documentation spelling fixes
|
2017-09-03 00:45:04 by Leonardo Taccari | Files touched by this commit (5) |
Log message:
Update x11/xdg-user-dirs to 0.16
Changes:
0.16
----
* Added autostart file
|
2017-02-03 09:42:32 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
${PKG_SYSCONFDIR} could not exist, add it to MAKE_DIRS to fix PR pkg/51940
reported by Paul Goyette.
Bump PKGREVISION
|