commit: 9a5a7d6035eb2baaf17aacc6b041f1e2ea60db14 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Sun May 12 21:37:09 2019 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sun May 12 21:37:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9a5a7d60
x11-misc/pcmanfm-qt: add a 'postinst' note on 'trash' functionality Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild index 1c2abbd2..e8f40638 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild @@ -42,6 +42,13 @@ RDEPEND="${DEPEND} pkg_postinst() { xdg_desktop_database_update + + if ! has_version lxqt-base/lxqt-meta && ! has_version gnome-base/gvfs; then + elog + elog "To make use of the 'trash' functionality, please install" + elog "the 'gnome-base/gvfs' package." + elog + fi } pkg_postrm() {