From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
Date: Mon, 25 Mar 2024 21:12:10 +0000 (UTC) [thread overview]
Message-ID: <1711401095.0fe0367f22f24039dbcaf9c26fde4ca40643e8c5.chiitoo@gentoo> (raw)
commit: 0fe0367f22f24039dbcaf9c26fde4ca40643e8c5
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:05:51 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0fe0367f
lxqt-base/lxqt-panel: welcome qt6
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 96cac570..11d77059 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,20 +31,15 @@ REQUIRED_USE="
"
BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.13.0
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.0.0
virtual/pkgconfig
"
DEPEND="
>=dev-libs/libqtxdg-3.11.0
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtdbus-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtsvg-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- >=dev-qt/qtx11extras-5.15:5
- >=dev-qt/qtxml-5.15:5
- kde-frameworks/kwindowsystem:5[X]
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+ >=dev-qt/qtsvg-6.6:6
+ kde-frameworks/kwindowsystem:6[X]
>=lxde-base/menu-cache-1.1.0
=lxqt-base/liblxqt-${MY_PV}*:=
=lxqt-base/lxqt-globalkeys-${MY_PV}*
@@ -53,13 +48,13 @@ DEPEND="
cpuload? ( sys-libs/libstatgrab )
kbindicator? ( x11-libs/libxkbcommon )
lm-sensors? ( sys-apps/lm-sensors:= )
- mount? ( kde-frameworks/solid:5 )
+ mount? ( kde-frameworks/solid:6 )
networkmonitor? ( sys-libs/libstatgrab )
statusnotifier? (
- dev-libs/libdbusmenu-qt[qt5(+)]
- >=dev-qt/qtconcurrent-5.15:5
+ dev-libs/libdbusmenu-lxqt
+ >=dev-qt/qtbase-6.6:6[concurrent]
)
- sysstat? ( >=lxqt-base/libsysstat-0.4.6 )
+ sysstat? ( >=lxqt-base/libsysstat-2.0.0 )
tray? (
x11-libs/libxcb:=
x11-libs/libXcomposite
next reply other threads:[~2024-03-25 21:12 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-25 21:12 Jimi Huotari [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-07 11:36 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/ Jimi Huotari
2025-04-07 11:36 Jimi Huotari
2024-11-06 13:47 Jimi Huotari
2024-06-15 14:53 Jimi Huotari
2024-05-08 17:46 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2023-05-29 13:27 Andreas Sturmlechner
2023-05-14 15:04 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2021-03-27 10:52 Andreas Sturmlechner
2019-10-19 21:43 Andreas Sturmlechner
2019-03-29 14:24 Jimi Huotari
2019-02-18 20:06 Jimi Huotari
2018-02-03 14:04 Michael Palimaka
2015-11-10 9:17 Davide Pesavento
2015-06-05 16:55 Davide Pesavento
2015-02-20 8:19 Ben de Groot
2015-02-19 4:52 Michael Palimaka
2015-02-10 14:17 Ben de Groot
2015-02-10 14:13 Ben de Groot
2014-11-02 21:55 Jauhien Piatlicki
2014-10-29 17:10 Jauhien Piatlicki
2014-10-26 0:10 Jauhien Piatlicki
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=1711401095.0fe0367f22f24039dbcaf9c26fde4ca40643e8c5.chiitoo@gentoo \
--to=chiitoo@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