commit: 4e0b65b11462bd55455a2335983f18e14e94891d
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sun Feb 12 17:07:05 2023 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sun Feb 12 17:07:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e0b65b1
dev-vcs/gitqlient: update 9999.ebuild
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-vcs/gitqlient/gitqlient-9999.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-vcs/gitqlient/gitqlient-9999.ebuild
b/dev-vcs/gitqlient/gitqlient-9999.ebuild
index 4d9726869..7e5ab5757 100644
--- a/dev-vcs/gitqlient/gitqlient-9999.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,12 +25,6 @@ RDEPEND="
dev-vcs/git
"
-src_prepare() {
- default
- sed -i -e "/QMAKE_CXXFLAGS/s:-Werror::" "${MY_PN}".pro || die
- sed -i -e "s:Office:Development:" "${S}/src/resources/${PN}.desktop" ||
die
-}
-
src_configure() {
eqmake5 PREFIX=/usr "${MY_PN}".pro
}
@@ -40,6 +34,9 @@ src_install() {
}
pkg_postinst() {
- optfeature "Jenkins and/or GitServer plugins support"
dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets]
+ optfeature "Terminal tab plugin support" x11-libs/qtermwidget
+ 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
}