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.
下载地址(HTTP):https://gitlab.freedesktop.org/xdg/xdg-user-dirs/-/archive/v0.20/xdg-user-dirs-v0.20.tar.gz
MD5 校验和:a80c6f2cc9fd3d9870fcda76d73ce3e6
大小:68 KB
预计所需磁盘空间:3.6 MB
预计构建时间:小于 0.1 SBU
docbook-xml-4.5, docbook-xsl-nons-1.79.2, and libxslt-1.1.45 (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.