commit: 45ef61d3e5fea2e085eae551bfa0cead40ef9449 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 13:28:41 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 19:09:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ef61d3
x11-misc/qps: add 2.12.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> x11-misc/qps/Manifest | 1 + x11-misc/qps/qps-2.12.0.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest index 9d8b5a8bcae0..261e1deb041b 100644 --- a/x11-misc/qps/Manifest +++ b/x11-misc/qps/Manifest @@ -1,2 +1,3 @@ DIST qps-2.10.0.tar.xz 461820 BLAKE2B 37704d51dd1625ab936a933b443cb022b44931bcb8678557f1039e38091d1ae061cf87926cdadc87b70ae23b19306b30276bd9c26be10c8e9854fb85d71e7daf SHA512 66f9fcb9d3f1bab0fcd57fb7baf12f164d001592ba61dc0af24fdf10253ac400c32c9cae89e833157dc889c9bf3dbd2225f8c341d35f2e1cc27ac763ff2020d7 DIST qps-2.11.1.tar.xz 469636 BLAKE2B 8a5292d16ac1b1d0790159529a461ef0b9ae289c6404ac3ea21a84a6aa49d6929482e350445bfd975ba0add56beddfa3d0727ad94cb86fad76a539b698bdc360 SHA512 7c0189874164a38b8c1fa534f8822acda4168cf4fd48e7508568937c69cd30718265fae49628c96359216c8cc865badc80596097c6b8d55f71bb400a8dafe6de +DIST qps-2.12.0.tar.xz 469636 BLAKE2B 6d40cfd81765ffaab7f0bf0200a0a0fc240e0272d85a5e73e595fa0af919c86ca089fd57341094c5e930b7edcf878cdbfe97906d10e816a32516cae54d476a5e SHA512 da2157d71577d180c070c49c4d6ad2959e92f78968bdcad6c1e8a11e530113a297e744c30b8289ac6b3bdd1767d9fc813afc1ac0187cb8f7827f3baf3050da68 diff --git a/x11-misc/qps/qps-2.12.0.ebuild b/x11-misc/qps/qps-2.12.0.ebuild new file mode 100644 index 000000000000..df7b0af84970 --- /dev/null +++ b/x11-misc/qps/qps-2.12.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Qt GUI Process Manager" +HOMEPAGE="https://lxqt-project.org/" + +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="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0" +SLOT="0" + +BDEPEND=" + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.3.0 +" +DEPEND=" + >=dev-qt/qtbase-6.6:6[gui,widgets] + >=lxqt-base/liblxqt-2.3:= +" +RDEPEND="${DEPEND}"
