diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-05 16:21:00 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-05 16:21:00 +0100 |
| commit | 6cf40c5757760efbb5abb2c28d386c6ccf9948bb (patch) | |
| tree | d6200c39ed1a5bb99cc8b47a760de4df24893bc4 | |
| parent | e2158a7bb7c37b74835238e51aad01a96cb7794b (diff) | |
| download | kde-6cf40c5757760efbb5abb2c28d386c6ccf9948bb.tar.gz kde-6cf40c5757760efbb5abb2c28d386c6ccf9948bb.tar.bz2 kde-6cf40c5757760efbb5abb2c28d386c6ccf9948bb.zip | |
kde-apps/gwenview: Re-add pkg_postinst info about kipi-plugins,svgpart
Gentoo-bug: 608308
Package-Manager: portage-2.3.3
| -rw-r--r-- | kde-apps/gwenview/gwenview-16.12.49.9999.ebuild | 12 | ||||
| -rw-r--r-- | kde-apps/gwenview/gwenview-9999.ebuild | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild b/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild index 258b53a51bb..e85f4096a86 100644 --- a/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild +++ b/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild @@ -84,3 +84,15 @@ src_configure() { kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version kde-apps/svgpart:${SLOT} ; then + elog "For SVG support, install kde-apps/svgpart:${SLOT}" + fi + + if use kipi && ! has_version media-plugins/kipi-plugins ; then + elog "Plugins for the KIPI interface can be found in media-plugins/kipi-plugins" + fi +} diff --git a/kde-apps/gwenview/gwenview-9999.ebuild b/kde-apps/gwenview/gwenview-9999.ebuild index 483763d11f7..8bac9e087f1 100644 --- a/kde-apps/gwenview/gwenview-9999.ebuild +++ b/kde-apps/gwenview/gwenview-9999.ebuild @@ -84,3 +84,15 @@ src_configure() { kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version kde-apps/svgpart:${SLOT} ; then + elog "For SVG support, install kde-apps/svgpart:${SLOT}" + fi + + if use kipi && ! has_version media-plugins/kipi-plugins ; then + elog "Plugins for the KIPI interface can be found in media-plugins/kipi-plugins" + fi +} |
