x11-misc/qps: add 2.13.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2026-04-21 02:14:17 +03:00
parent 6dd7f543ac
commit 99e190bcc7
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qps-2.12.0.tar.xz 469636 BLAKE2B 6d40cfd81765ffaab7f0bf0200a0a0fc240e0272d85a5e73e595fa0af919c86ca089fd57341094c5e930b7edcf878cdbfe97906d10e816a32516cae54d476a5e SHA512 da2157d71577d180c070c49c4d6ad2959e92f78968bdcad6c1e8a11e530113a297e744c30b8289ac6b3bdd1767d9fc813afc1ac0187cb8f7827f3baf3050da68
DIST qps-2.13.0.tar.xz 481256 BLAKE2B 333184a8e53d061dffebc71c7d9fa16948852cf07cead5cce3fd31b95ba0e54dc98f61f1b66ab259397e618384ca7040d2fe846e2b934934b82bfc4626ce81e8 SHA512 caaf40a878633848a5c780e4f3e0e289794f544e74b6067e7cb0db4cb5e57c63f92ee9283246e53abbf5b90537809965dd4f8ab8508dac5023514a48bcd5a13e

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2026 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/
https://github.com/lxqt/qps/
"
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.4.0
"
DEPEND="
>=dev-qt/qtbase-6.6:6[gui,widgets]
>=lxqt-base/liblxqt-2.4:=
"
RDEPEND="${DEPEND}"