projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ea358
)
kde-apps/kate: Add some postinst hints
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 31 May 2018 21:14:21 +0000
(23:14 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 31 May 2018 21:16:17 +0000
(23:16 +0200)
Closes: https://bugs.gentoo.org/656588
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-apps/kate/kate-18.04.1.ebuild
patch
|
blob
|
history
diff --git
a/kde-apps/kate/kate-18.04.1.ebuild
b/kde-apps/kate/kate-18.04.1.ebuild
index 7511637753552a5944db000dfd47258fa4b28157..df641468f081c1b39a6700a76cd9aa64857be0ee 100644
(file)
--- a/
kde-apps/kate/kate-18.04.1.ebuild
+++ b/
kde-apps/kate/kate-18.04.1.ebuild
@@
-72,3
+72,13
@@
src_configure() {
kde5_src_configure
}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+
+ if use addons; then
+ elog "The functionality of ktexteditorpreview plugin can be extended with:"
+ elog " kde-misc/kmarkdownwebview"
+ elog " media-gfx/kgraphviewer"
+ fi
+}