summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdelibs/tdelibs-14.0.12.ebuild
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2023-04-14 18:03:19 -0500
committerBobby Bingham <koorogi@koorogi.info>2023-04-15 11:37:51 -0500
commit13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (patch)
tree75776a2796bfc72c381ee8f98866006a9d84b3d2 /trinity-base/tdelibs/tdelibs-14.0.12.ebuild
parent9d8ffc347d89760c298c78799ec7b735a9a08418 (diff)
downloadtde-packaging-gentoo-13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac.tar.gz
tde-packaging-gentoo-13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac.zip
add dependency on x11-misc/xdg-utils
These packages add files to /etc/env.d to set the XDG_DATA_DIRS environment variable, but without the x11-misc/xdg-utils package: - env-update does not know that multiple values of XDG_DATA_DIRS should be concatenated together. Instead, the last value overwrites the others. - The default search paths of /usr/local/share:/usr/share are not included in XDG_DATA_DIRS, which can break applications depending on data files from other non-Trinity packages. Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
Diffstat (limited to 'trinity-base/tdelibs/tdelibs-14.0.12.ebuild')
-rw-r--r--trinity-base/tdelibs/tdelibs-14.0.12.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/trinity-base/tdelibs/tdelibs-14.0.12.ebuild b/trinity-base/tdelibs/tdelibs-14.0.12.ebuild
index be6dde79..ddbe8e73 100644
--- a/trinity-base/tdelibs/tdelibs-14.0.12.ebuild
+++ b/trinity-base/tdelibs/tdelibs-14.0.12.ebuild
@@ -34,6 +34,7 @@ DEPEND="
media-libs/fontconfig
media-libs/freetype
x11-libs/libXrender
+ x11-misc/xdg-utils
alsa? ( media-libs/alsa-lib )
arts? ( ~trinity-base/arts-${PV} )
cups? ( net-print/cups )