commit: 15dc6a3fbba9054cbf7ceba6df17de06f1fe1f2f
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Dec 12 20:23:41 2022 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Mon Dec 12 20:24:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15dc6a3f
dev-vcs/gitqlient: add xdg_pkg_postinst into src_install()
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild | 1 +
dev-vcs/gitqlient/gitqlient-1.6.0.ebuild | 1 +
dev-vcs/gitqlient/gitqlient-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild
b/dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild
index 456f30fd7..fdd2ee3ef 100644
--- a/dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild
@@ -46,4 +46,5 @@ src_install() {
pkg_postinst() {
optfeature "Jenkins and/or GitServer plugins support"
dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets]
+ xdg_pkg_postinst
}
diff --git a/dev-vcs/gitqlient/gitqlient-1.6.0.ebuild
b/dev-vcs/gitqlient/gitqlient-1.6.0.ebuild
index 567e480ed..1307d64b1 100644
--- a/dev-vcs/gitqlient/gitqlient-1.6.0.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.6.0.ebuild
@@ -51,4 +51,5 @@ src_install() {
pkg_postinst() {
optfeature "Jenkins and/or GitServer plugins support"
dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets]
+ xdg_pkg_postinst
}
diff --git a/dev-vcs/gitqlient/gitqlient-9999.ebuild
b/dev-vcs/gitqlient/gitqlient-9999.ebuild
index 478fc453f..4d9726869 100644
--- a/dev-vcs/gitqlient/gitqlient-9999.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-9999.ebuild
@@ -41,4 +41,5 @@ src_install() {
pkg_postinst() {
optfeature "Jenkins and/or GitServer plugins support"
dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets]
+ xdg_pkg_postinst
}