commit: 2a72efa5aaab7b966a0ea38a1bd4973dbb407b8d Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 13:18:27 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 19:09:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a72efa5
lxqt-base/lxqt-powermanagement: add 2.3.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/lxqt-powermanagement/Manifest | 1 + .../lxqt-powermanagement-2.3.0.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest index 7e4af47e49ff..d93478b3504d 100644 --- a/lxqt-base/lxqt-powermanagement/Manifest +++ b/lxqt-base/lxqt-powermanagement/Manifest @@ -2,3 +2,4 @@ DIST lxqt-powermanagement-2.0.0.tar.xz 97220 BLAKE2B bf267a3c95d50c077e5fe0d271a 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 +DIST lxqt-powermanagement-2.3.0.tar.xz 109764 BLAKE2B 45fdfc9b49af3b134e65f50912aa6d5d096894452e6d645cfdfc7143e60e710f20ff3b2147417698b44107a9ab1409dddb19754a8c3e7dfa63661b0be28b1ea1 SHA512 057c8d59e959e0358956851f7dd51fc94f630761c0e70d2ab6cb5d5d38bf88f94cf191d4d2868effcd99d6ca9742659b2671428db5993f01792893bbd075c404 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.3.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.3.0.ebuild new file mode 100644 index 000000000000..89adeb3ed155 --- /dev/null +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.3.0.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.3.0 + virtual/pkgconfig +" +DEPEND=" + >=dev-libs/libqtxdg-4.3.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}"
