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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://gitlab.freedesktop.org/xdg/xdg-user-dirs/-/archive/v0.19/xdg-user-dirs-v0.19.tar.gz
Download MD5 sum: 0ca8418840e817fd071321f155926492
Download size: 88 KB
Estimated disk space required: 5.3 MB
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)
Install xdg-user-dirs by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -D docs=false \ .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja 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.