Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/
Date: Sun, 05 Feb 2017 15:22:17
Message-Id: 1486308060.6cf40c5757760efbb5abb2c28d386c6ccf9948bb.asturm@gentoo
1 commit: 6cf40c5757760efbb5abb2c28d386c6ccf9948bb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 15:21:00 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 15:21:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6cf40c57
7
8 kde-apps/gwenview: Re-add pkg_postinst info about kipi-plugins,svgpart
9
10 Gentoo-bug: 608308
11
12 Package-Manager: portage-2.3.3
13
14 kde-apps/gwenview/gwenview-16.12.49.9999.ebuild | 12 ++++++++++++
15 kde-apps/gwenview/gwenview-9999.ebuild | 12 ++++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild b/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild
19 index 258b53a..e85f409 100644
20 --- a/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild
21 +++ b/kde-apps/gwenview/gwenview-16.12.49.9999.ebuild
22 @@ -84,3 +84,15 @@ src_configure() {
23
24 kde5_src_configure
25 }
26 +
27 +pkg_postinst() {
28 + kde5_pkg_postinst
29 +
30 + if ! has_version kde-apps/svgpart:${SLOT} ; then
31 + elog "For SVG support, install kde-apps/svgpart:${SLOT}"
32 + fi
33 +
34 + if use kipi && ! has_version media-plugins/kipi-plugins ; then
35 + elog "Plugins for the KIPI interface can be found in media-plugins/kipi-plugins"
36 + fi
37 +}
38
39 diff --git a/kde-apps/gwenview/gwenview-9999.ebuild b/kde-apps/gwenview/gwenview-9999.ebuild
40 index 483763d..8bac9e0 100644
41 --- a/kde-apps/gwenview/gwenview-9999.ebuild
42 +++ b/kde-apps/gwenview/gwenview-9999.ebuild
43 @@ -84,3 +84,15 @@ src_configure() {
44
45 kde5_src_configure
46 }
47 +
48 +pkg_postinst() {
49 + kde5_pkg_postinst
50 +
51 + if ! has_version kde-apps/svgpart:${SLOT} ; then
52 + elog "For SVG support, install kde-apps/svgpart:${SLOT}"
53 + fi
54 +
55 + if use kipi && ! has_version media-plugins/kipi-plugins ; then
56 + elog "Plugins for the KIPI interface can be found in media-plugins/kipi-plugins"
57 + fi
58 +}