summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-powermanagement
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-25 06:57:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-25 06:57:42 +0000
commita43502817a72a3c88571f94b178b64e1a21634da (patch)
tree27279b1261f11839d108e90cee0552490b17fce1 /lxqt-base/lxqt-powermanagement
parent8686be5bbb49a5309717902059a26eb59718aa75 (diff)
downloadbaldeagleos-repo-a43502817a72a3c88571f94b178b64e1a21634da.tar.gz
baldeagleos-repo-a43502817a72a3c88571f94b178b64e1a21634da.tar.xz
baldeagleos-repo-a43502817a72a3c88571f94b178b64e1a21634da.zip
Adding metadata
Diffstat (limited to 'lxqt-base/lxqt-powermanagement')
-rw-r--r--lxqt-base/lxqt-powermanagement/Manifest1
-rw-r--r--lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.2.0.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index b22e5f8537e1..d5e0f9b554ce 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,2 +1,3 @@
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
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.2.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.2.0.ebuild
new file mode 100644
index 000000000000..f3d79cfb8c51
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.2.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.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}"