commit:     35ce772b51c12f6520f0c18a43e2114572f382de
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 15:07:15 2015 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 09:14:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ce772b

x11-misc/shutter: List optional dependencies. Bug #558332

Package-Manager: portage-2.2.20.1

 x11-misc/shutter/shutter-0.93.1.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/x11-misc/shutter/shutter-0.93.1.ebuild 
b/x11-misc/shutter/shutter-0.93.1.ebuild
index 908017d..42489b4 100644
--- a/x11-misc/shutter/shutter-0.93.1.ebuild
+++ b/x11-misc/shutter/shutter-0.93.1.ebuild
@@ -68,3 +68,15 @@ src_install() {
        find "${D}"/usr/share/shutter/resources/system/upload_plugins/upload 
-type f \
                -name "*.pm" -exec chmod 755 {} \; || die "failed to make 
upload plugins executables"
 }
+
+pkg_postinst() {
+       elog ""
+       elog "The following optional dependencies can be used to provide"
+       elog "additional functionality:"
+       elog ""
+       elog "- media-libs/exiftool            : Writing Exif information"
+       elog "- dev-libs/libappindicator       : Status icon support for Unity"
+       elog "- dev-perl/{Net-OAuth,Path-Class}: Dropbox support"
+       elog "- dev-perl/JSON-XS               : vgy.me image hosting support"
+       elog""
+}

Reply via email to