Xdg-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.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://gitlab.freedesktop.org/xdg/xdg-user-dirs/-/archive/v0.19/xdg-user-dirs-v0.19.tar.gz
Download SHA256 Sum: aa18765c6f48b6c61f2fb426656dba640920f8436a04733965146af4c9a1f5e1
Download MD5 sum: 0ca8418840e817fd071321f155926492
Download size: 418.0 KB
Estimated disk space required: 967.5 KB
Estimated build time: less than 0.1 SBU
docbook-xml-4.5, docbook-xsl-nons-1.79.2, and libxslt-1.1.43 (all three for building the man pages)
Prepare xdg-user-dirs by running the following commands:
meson setup build --prefix=/usr \
--buildtype=release \
-D docs=falseNow Build the package, issue:
ninja -C build
This package does not come with a test suite.
Now Install the package, as the root user:
ninja -C build install
-D docs=false: Disable the
installation of the man pages. Remove this switch if you've installed
the optional dependencies and you wish to install the man pages of
this package.