summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2019-03-29 17:11:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-13 02:17:47 +0200
commit38f66dedefb753995a026f2d4bb748bbbb22e6c9 (patch)
treec74a49082f32f2e492df03fa4e0541277bd4b912
parentlxqt-base/lxqt-panel: add REQUIRED_USE to prevent build failure (diff)
downloadgentoo-38f66dedefb753995a026f2d4bb748bbbb22e6c9.tar.gz
gentoo-38f66dedefb753995a026f2d4bb748bbbb22e6c9.tar.bz2
gentoo-38f66dedefb753995a026f2d4bb748bbbb22e6c9.zip
x11-misc/pcmanfm-qt: add a 'postinst' note on 'trash' functionality
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild
index 1c2abbd2c9bd..e8f40638bef8 100644
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild
+++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.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() {