1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: xdg-user-dirs-gtk
Section: utils
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gnome,
libgtk-3-dev,
meson,
systemd-dev,
xdg-user-dirs
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/xdg-user-dirs-gtk
Vcs-Git: https://salsa.debian.org/gnome-team/xdg-user-dirs-gtk.git
Homepage: https://www.freedesktop.org/wiki/Software/xdg-user-dirs
Package: xdg-user-dirs-gtk
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
xdg-user-dirs
Description: tool to manage well known user directories (Gtk extension)
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 extension sets the Gtk bookmark file and tracks changes of the locale
to notify the user on login about changed directory names.
|