From e3eb31ca99ad7d39e779536e3ac3dcfd6184a642 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Sun, 12 Feb 2023 20:01:44 +0300 Subject: [PATCH] dev-vcs/gitqlient: update pkg_postinst messages Signed-off-by: Sergey Torokhov --- dev-vcs/gitqlient/gitqlient-1.6.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-vcs/gitqlient/gitqlient-1.6.1.ebuild b/dev-vcs/gitqlient/gitqlient-1.6.1.ebuild index 2e48887c52..12d53c9ff1 100644 --- a/dev-vcs/gitqlient/gitqlient-1.6.1.ebuild +++ b/dev-vcs/gitqlient/gitqlient-1.6.1.ebuild @@ -48,6 +48,8 @@ src_install() { pkg_postinst() { optfeature "Terminal tab plugin support" x11-libs/qtermwidget - optfeature "Jenkins and/or GitServer plugins support" dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] + optfeature "GitServer plugin support" dev-vcs/gitqlient-gitserver-plugin + optfeature "Jenkins plugin support" dev-vcs/gitqlient-jenkins-plugin + elog "To use plugins set PluginFolder in GitQlient settings Plugin tab to /usr/$(get_libdir)" xdg_pkg_postinst }