diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-09-25 16:07:15 +0100 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-09-26 10:14:26 +0100 |
commit | 35ce772b51c12f6520f0c18a43e2114572f382de (patch) | |
tree | f36123493fdf00b2a11a24488eb6409814649093 /x11-misc | |
parent | net-firewall/shorewall: bump to -4.6.13.1 (diff) | |
download | gentoo-35ce772b51c12f6520f0c18a43e2114572f382de.tar.gz gentoo-35ce772b51c12f6520f0c18a43e2114572f382de.tar.bz2 gentoo-35ce772b51c12f6520f0c18a43e2114572f382de.zip |
x11-misc/shutter: List optional dependencies. Bug #558332
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/shutter/shutter-0.93.1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/shutter/shutter-0.93.1.ebuild b/x11-misc/shutter/shutter-0.93.1.ebuild index 908017dff083..42489b429b9c 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"" +} |