From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
Date: Tue, 01 Jul 2025 07:31:23 +0000 (UTC) [thread overview]
Message-ID: <1751354978.3fea532a77f05073b29b2215a21a81d89b61cd6b.chiitoo@gentoo> (raw)
commit: 3fea532a77f05073b29b2215a21a81d89b61cd6b
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 1 07:25:52 2025 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 07:29:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fea532a
lxqt-base/lxqt-powermanagement: add 2.2.1
This fixes compatibility with lxqt-build-tools-2.2.1 related
to a CMake 'findxcb' call (which was mistakingly referred to
as an issue with Qt 6.9.1 in Gentoo commit a4ca221b16c).
Bug: https://bugs.gentoo.org/959285
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-powermanagement/Manifest | 1 +
.../lxqt-powermanagement-2.2.1.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index d5e0f9b554ce..7e4af47e49ff 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,3 +1,4 @@
DIST lxqt-powermanagement-2.0.0.tar.xz 97220 BLAKE2B bf267a3c95d50c077e5fe0d271a664511eef2b1180d51dbd0141e821874d9f7d2df156fc776b69933784836967d6322c8dc92a2fcd3fe8fb2ddf7b5fb05d64a1 SHA512 8be223d126bcb81863696241a548d88be0328b0af47502e941544109e5a5b9053e16e41e0f98c817c6616174461b126b91b7c4081835cc02af4d7d6b9f400b11
DIST lxqt-powermanagement-2.1.0.tar.xz 98352 BLAKE2B 3b51824b0facd6703abcd7dcb6b6e79d88df24d3f1fe8aed47df3f8d8829898253084686020e6a1dcecfb0200d76b670e5a27723c5a8475778c76baf03a8b08b SHA512 c82c9ba1d5e45f7390bbb1f9716663d58b716f79e7a8ff962a8e1f4446fed239a9019543da2d5563bb72c93bf3092fac06179d425208016a8b9d00f7477e9f8f
DIST lxqt-powermanagement-2.2.0.tar.xz 106188 BLAKE2B aaa2f4c526fc23262a64fd266223c15b8cf7c00390952b4dda45a29db8a24b759bdee8cb07fd0bb22fe44bf2960c0fd4792134e06078fa6261c82de3db35fcb0 SHA512 5e0a6cdd4cf669adc37cbdf4d6d55b5722ca432bbe682e43ada7a6cb842f4ed0183dd249d3bcdca9fb17dbff9d36988826c76c888424243682d8ac7a41773ee9
+DIST lxqt-powermanagement-2.2.1.tar.xz 106884 BLAKE2B 17df4eec8d8a71855fa5a2a1aba327812686e3b21af60ffe35306224ec7d9b9b06bae68a05c5190371bc376e704b46db29c1a1bfb84c3bf688ebdb2229e50082 SHA512 038218713bad2d0a4bac792115cabeee3a6d4ed972dcb88e169c29ea95ec37ebd1d3c33a363a670cf20b4f4ed5a87dbd13955f5e03bc0c8df2aed7ced3b03c1a
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.2.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.2.1.ebuild
new file mode 100644
index 000000000000..f3d79cfb8c51
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.2.0
+ virtual/pkgconfig
+"
+DEPEND="
+ >=dev-libs/libqtxdg-4.2.0
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+ >=dev-qt/qtsvg-6.6:6
+ kde-frameworks/kwindowsystem:6
+ kde-frameworks/kidletime:6
+ kde-frameworks/solid:6
+ =lxqt-base/liblxqt-${MY_PV}*:=
+ =lxqt-base/lxqt-globalkeys-${MY_PV}*
+ sys-power/upower
+"
+RDEPEND="${DEPEND}"
next reply other threads:[~2025-07-01 7:31 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-01 7:31 Jimi Huotari [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-24 21:34 [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/ Jimi Huotari
2025-01-31 7:41 Arthur Zamarin
2024-12-07 14:03 Jimi Huotari
2024-11-07 23:12 Jimi Huotari
2024-10-04 15:37 Arthur Zamarin
2024-09-12 17:23 Arthur Zamarin
2024-09-01 21:30 Sam James
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-28 20:33 Jimi Huotari
2024-06-14 21:57 Jimi Huotari
2023-12-27 21:03 Sam James
2023-12-20 1:40 Sam James
2023-11-09 21:45 Jimi Huotari
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29 0:10 Sam James
2023-04-17 22:08 Jimi Huotari
2023-03-26 15:50 Jimi Huotari
2022-12-17 19:28 Arthur Zamarin
2022-12-16 21:49 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-19 4:50 WANG Xuerui
2022-11-16 8:55 WANG Xuerui
2022-11-10 12:57 Jimi Huotari
2022-07-26 7:05 Sam James
2022-07-22 17:54 Sam James
2022-07-20 5:36 Sam James
2022-05-15 0:13 Sam James
2022-04-15 13:14 Arthur Zamarin
2022-04-15 6:17 Sam James
2022-01-21 19:07 Sam James
2021-09-30 17:24 Andreas Sturmlechner
2021-09-23 8:55 Andreas Sturmlechner
2021-07-26 7:40 Yixun Lan
2021-07-10 0:48 Sam James
2021-04-18 5:09 Joonas Niilola
2021-01-23 22:55 Sam James
2021-01-21 9:03 Agostino Sarubbo
2020-11-29 20:05 Andreas Sturmlechner
2020-11-29 20:05 Andreas Sturmlechner
2020-11-23 7:12 Andreas Sturmlechner
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2020-05-20 23:28 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22 7:30 Mikle Kolyada
2018-12-08 22:18 Mikle Kolyada
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:07 Mikle Kolyada
2018-08-11 10:10 Jonathan Scruggs
2018-04-15 12:43 David Seifert
2017-12-11 0:45 Anthony G. Basile
2016-09-26 23:37 Manuel Rüger
2016-08-07 8:28 Pacho Ramos
2015-12-09 13:40 Michael Palimaka
2015-11-28 17:36 Patrice Clement
2015-10-01 14:21 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=1751354978.3fea532a77f05073b29b2215a21a81d89b61cd6b.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