From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 555C7138334 for ; Sun, 12 May 2019 22:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 731E1E092A; Sun, 12 May 2019 22:12:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56670E0929 for ; Sun, 12 May 2019 22:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01FD93441A5 for ; Sun, 12 May 2019 22:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C2A059F for ; Sun, 12 May 2019 22:12:39 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1557697029.9a5a7d6035eb2baaf17aacc6b041f1e2ea60db14.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 9a5a7d6035eb2baaf17aacc6b041f1e2ea60db14 X-VCS-Branch: master Date: Sun, 12 May 2019 22:12:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b8c6adaf-b010-49ca-abae-8019ce2e5dff X-Archives-Hash: 69789868e5c6ce95198883afdd64c7ff commit: 9a5a7d6035eb2baaf17aacc6b041f1e2ea60db14 Author: Jimi Huotari gentoo org> AuthorDate: Sun May 12 21:37:09 2019 +0000 Commit: Jimi Huotari gentoo 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 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() {