aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Torokhov <torokhov-s-a@yandex.ru>2023-01-19 02:47:10 +0300
committerSergey Torokhov <torokhov-s-a@yandex.ru>2023-01-19 02:47:52 +0300
commitb9cdb31bd356ba83847322360be773a4e6d8813f (patch)
treee93c6ed5a2130c186bb390808d1ca4fcac7a6765
parentx11-wm/leftwm: add 0.4.1 (diff)
downloadguru-b9cdb31b.tar.gz
guru-b9cdb31b.tar.bz2
guru-b9cdb31b.zip
dev-vcs/gitqlient: 1.6.1 version bump (drop 1.6.0)
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
-rw-r--r--dev-vcs/gitqlient/Manifest2
-rw-r--r--dev-vcs/gitqlient/gitqlient-1.6.1.ebuild (renamed from dev-vcs/gitqlient/gitqlient-1.6.0.ebuild)6
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-vcs/gitqlient/Manifest b/dev-vcs/gitqlient/Manifest
index bb6603c4d..19ffb1f49 100644
--- a/dev-vcs/gitqlient/Manifest
+++ b/dev-vcs/gitqlient/Manifest
@@ -1,2 +1,2 @@
DIST gitqlient-1.5.0.tar.gz 4969914 BLAKE2B 9739e333fa20fee724f948cf7a8109b932b7ac8ebfe8465cdc374774f21c105d6467078322012eec8ce82c1b92f9b5e4f32b24885d5ab218b64544a2c2ad6504 SHA512 32f838c75314aca67880354127f2cdc00ed6ce0c6b315dd9571d00dbebca4896e975d73ef779dae5c1953f62387992e573ee95f32545e41e59f5066ae8f11662
-DIST gitqlient-1.6.0.tar.gz 4971921 BLAKE2B 0bbcd3eeb6062e947929bb0d65135ebb2187694f1516b669238afa879d52daa5ca728b7663373257229b5cf808b31fd0aa6bfcb3fe8859f909ba764252ea336f SHA512 2552b61cb3a2a358ae953cc399f16f6091b45050cd900969553d80148f4f45ec1f522458b6cf189ec700fb48253f61e260af9b8040788e86f15172d8e2277dc7
+DIST gitqlient-1.6.1.tar.gz 4971880 BLAKE2B b793dd406d1dff7aa193916a08dc5c10159eb54f79d2d9930b672aed5ee5d98fe3d6afb1869032bdeee1790b078a5fefa8064506353d56e870ea95bb24ebcc26 SHA512 e115c9fca6c8fe17b32d326a7f649d35ea55fd1f4c1df7c30962e9f07382d246cd23b8dbdbf6759620d1ba7ba9c48c7a391b2e0a730a58bba9f1ba6425a2da9e
diff --git a/dev-vcs/gitqlient/gitqlient-1.6.0.ebuild b/dev-vcs/gitqlient/gitqlient-1.6.1.ebuild
index 1307d64b1..2e48887c5 100644
--- a/dev-vcs/gitqlient/gitqlient-1.6.0.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.6.1.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
@@ -36,9 +36,6 @@ src_prepare() {
-e "/VERSION =/s| \$\$system(git rev-parse --short HEAD)||" "${MY_PN}".pro || die
sed -i -e "s/Office/Development/" "${S}/src/resources/${PN}.desktop" || die
-
- # Revert changes that brake build
- sed -i -e "s/QT_DISABLE_DEPRECATED_BEFORE=0x051200/QT_DISABLE_DEPRECATED_BEFORE=0x050900/" "${MY_PN}".pro || die
}
src_configure() {
@@ -50,6 +47,7 @@ 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]
xdg_pkg_postinst
}