From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/
Date: Mon, 27 Feb 2023 05:38:22 +0000 (UTC) [thread overview]
Message-ID: <1677476292.9ed1365dfc4541440dd09d8890218d315b90d4ba.mgorny@gentoo> (raw)
commit: 9ed1365dfc4541440dd09d8890218d315b90d4ba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 04:59:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 05:38:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed1365d
x11-misc/qt5ct: Bump to 1.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/qt5ct/Manifest | 1 +
x11-misc/qt5ct/qt5ct-1.6.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest
index 40866f5b141a..2191f1fcae05 100644
--- a/x11-misc/qt5ct/Manifest
+++ b/x11-misc/qt5ct/Manifest
@@ -1 +1,2 @@
DIST qt5ct-1.5.tar.bz2 81089 BLAKE2B 8bf02a6c53c68f30e0647ff7c40c9d80044cbf914ee13f9e7f13ad6424e5cf73b9460af70ea484d498bfb693e8f8b018f7e32cac6205ffa2dba05930c6d0610c SHA512 fc16c7849a89aa8ee9480162888294638bc01f83b89d86c978397e58f6da4360cf07b9f558635b8a5b13bd10d18f3ad49663fe8a76183da9ae55aac23230b1e5
+DIST qt5ct-1.6.tar.bz2 85354 BLAKE2B 74c8976005cfedb65da25d7229014ab22b97bfc7ad5a0cb1a2263bf272cc4b4c9f9f3542913c16f45af84e27e9e093c86ce7f6bbafc646caeb8b7259dcc3ae3d SHA512 10172c664eaf573aa998a64c654c99a27400a47d52fc4b3691f2d1108d5a4df20d2d5c9a9235c52708759ed2be267d1bec9a792bfedb6e472f3cfe9ee1eced0c
diff --git a/x11-misc/qt5ct/qt5ct-1.6.ebuild b/x11-misc/qt5ct/qt5ct-1.6.ebuild
new file mode 100644
index 000000000000..dac5f4a047cf
--- /dev/null
+++ b/x11-misc/qt5ct/qt5ct-1.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt5 configuration tool, similar to qtconfig for Qt4"
+HOMEPAGE="https://sourceforge.net/projects/qt5ct/"
+SRC_URI="https://download.sourceforge.net/qt5ct/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+
+RDEPEND="
+ dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5=[dbus]
+ dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-qt/linguist-tools:5
+ dev-qt/qtpaths:5
+"
+
+src_install() {
+ cmake_src_install
+
+ newenvd - 98qt5ct <<< 'QT_QPA_PLATFORMTHEME=qt5ct'
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ ewarn "qt5ct configuration won't be applied to the currently running sessions."
+ ewarn "Please relogin."
+ fi
+ if ! has_version 'dev-qt/qtsvg:5'; then
+ elog
+ elog "For SVG icon themes, please install 'dev-qt/qtsvg:5'."
+ elog
+ fi
+}
next reply other threads:[~2023-02-27 5:38 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-27 5:38 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 14:44 [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/ Michał Górny
2025-03-01 13:31 Sam James
2025-03-01 9:29 Arthur Zamarin
2025-02-10 5:47 Michał Górny
2023-11-11 20:50 Michał Górny
2023-11-11 20:17 Arthur Zamarin
2023-10-08 17:48 Michał Górny
2023-04-08 18:45 Michał Górny
2023-04-08 18:01 Arthur Zamarin
2023-04-08 17:33 Arthur Zamarin
2023-03-01 6:16 Michał Górny
2021-12-18 15:39 Michał Górny
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-10-20 9:40 Michał Górny
2021-10-02 7:50 Michał Górny
2021-09-27 8:27 Agostino Sarubbo
2021-09-27 8:26 Agostino Sarubbo
2021-08-05 16:42 Georgy Yakovlev
2021-08-01 21:12 Michał Górny
2021-08-01 21:12 Michał Górny
2021-07-03 6:26 Michał Górny
2021-07-03 1:30 Sam James
2021-07-03 1:28 Sam James
2021-04-21 6:40 Michał Górny
2020-09-18 9:38 Michał Górny
2020-09-18 8:26 Agostino Sarubbo
2020-09-18 7:29 Agostino Sarubbo
2020-08-05 15:18 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-07-21 12:39 Michał Górny
2020-07-16 13:19 Sam James
2020-06-15 13:20 Michał Górny
2019-12-30 16:14 Agostino Sarubbo
2019-12-29 20:51 Michał Górny
2019-09-23 17:00 Michał Górny
2019-09-22 18:37 Michał Górny
2019-09-22 18:37 Michał Górny
2019-07-18 14:38 Thomas Deutschmann
2018-10-12 20:13 Michał Górny
2018-05-13 19:15 Johannes Huber
2018-04-15 23:49 Aaron Bauman
2018-03-11 12:49 Michael Palimaka
2017-05-30 21:37 Patrice Clement
2017-05-27 13:14 Michał Górny
2017-05-11 17:51 Michał Górny
2017-05-05 14:10 Agostino Sarubbo
2017-03-30 7:41 Michael Palimaka
2017-03-11 13:31 Agostino Sarubbo
2017-02-04 21:25 David Seifert
2017-01-25 11:27 Michael Palimaka
2017-01-25 11:27 Michael Palimaka
2016-11-17 11:51 Michael Palimaka
2016-11-17 11:51 Michael Palimaka
2016-09-21 14:50 Michael Palimaka
2016-09-21 14:50 Michael Palimaka
2016-09-10 18:11 Michael Palimaka
2016-08-14 17:49 Michael Palimaka
2016-08-14 17:49 Michael Palimaka
2016-07-22 13:05 Patrice Clement
2016-04-01 16:10 Michael Palimaka
2016-04-01 16:08 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1677476292.9ed1365dfc4541440dd09d8890218d315b90d4ba.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox