public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/
Date: Mon, 19 May 2025 13:11:07 +0000 (UTC)	[thread overview]
Message-ID: <1747659763.45d6502f6f7c846f64576fbf76d8758890385f67.chiitoo@gentoo> (raw)

commit:     45d6502f6f7c846f64576fbf76d8758890385f67
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 12:56:27 2025 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon May 19 13:02:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d6502f

x11-misc/qps: add 2.11.1

- Fixed first launching of Qps without config file.

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-misc/qps/Manifest          |  1 +
 x11-misc/qps/qps-2.11.1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
index c67d840cc889..99611d2f3e8a 100644
--- a/x11-misc/qps/Manifest
+++ b/x11-misc/qps/Manifest
@@ -1,3 +1,4 @@
 DIST qps-2.10.0.tar.xz 461820 BLAKE2B 37704d51dd1625ab936a933b443cb022b44931bcb8678557f1039e38091d1ae061cf87926cdadc87b70ae23b19306b30276bd9c26be10c8e9854fb85d71e7daf SHA512 66f9fcb9d3f1bab0fcd57fb7baf12f164d001592ba61dc0af24fdf10253ac400c32c9cae89e833157dc889c9bf3dbd2225f8c341d35f2e1cc27ac763ff2020d7
 DIST qps-2.11.0.tar.xz 468968 BLAKE2B 677ef8a9895442760fbaae3e73818f8d62ed8ae49a62ac89d60824a4f5ef6e64d7ff561bacae2eab452c2f13139b10aae7798eda54dd7305c3d084ce17d2d72f SHA512 cf13107a6a65144fa342b384d3471b32d1d4fa0557cb7d162a06a59597301d400ee6ce53b03b13c91232707bada08d3e3d538cdff60bfd5ea1ac1aa202fd3cdf
+DIST qps-2.11.1.tar.xz 469636 BLAKE2B 8a5292d16ac1b1d0790159529a461ef0b9ae289c6404ac3ea21a84a6aa49d6929482e350445bfd975ba0add56beddfa3d0727ad94cb86fad76a539b698bdc360 SHA512 7c0189874164a38b8c1fa534f8822acda4168cf4fd48e7508568937c69cd30718265fae49628c96359216c8cc865badc80596097c6b8d55f71bb400a8dafe6de
 DIST qps-2.9.0.tar.xz 457488 BLAKE2B 641b084f1e6817c7a5dd95aa1a21ede11e6c3206ac3206fb2e1ebd4e4685adbc53f09fbc6ffa44297f37a70d0bf1a12758e232e00d4126ffbe7f38eed4f10f15 SHA512 d085f987ce0abbd479704270415502384a17fdce13401c8d70d0d9982b045ef50b20abc347809e3c0c425651440c2c0f8e24b7114251808011990e896e6710fd

diff --git a/x11-misc/qps/qps-2.11.1.ebuild b/x11-misc/qps/qps-2.11.1.ebuild
new file mode 100644
index 000000000000..24ab2a2eafd0
--- /dev/null
+++ b/x11-misc/qps/qps-2.11.1.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.2.0
+"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[gui,widgets]
+	>=lxqt-base/liblxqt-2.1:=
+"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2025-05-19 13:11 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-19 13:11 Jimi Huotari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-19 13:11 [gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/ Jimi Huotari
2025-04-24 21:34 Jimi Huotari
2025-02-05 11:27 Sam James
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
2024-05-04 20:40 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:50 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-29 18:06 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-07-26  7:40 Yixun Lan
2021-07-11 20:51 Sam James
2021-07-10  0:48 Sam James
2021-03-26 19:43 Andreas Sturmlechner
2021-01-23 22:55 Sam James
2021-01-21  9:03 Agostino Sarubbo
2020-11-23  7:12 Andreas Sturmlechner
2020-08-13 15:47 Andreas Sturmlechner
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2020-06-14 22:48 Andreas Sturmlechner
2020-06-14 22:48 Andreas Sturmlechner
2020-05-20 23:28 Andreas Sturmlechner
2020-02-11 22:46 Andreas Sturmlechner
2019-06-22 11:44 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22  7:31 Mikle Kolyada
2019-03-10 22:46 Andreas Sturmlechner
2018-10-17 14:41 Andreas Sturmlechner
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:08 Mikle Kolyada
2017-12-22 10:16 Michael Palimaka
2017-12-22 10:16 Michael Palimaka
2017-12-22 10:16 Michael Palimaka
2017-09-22 14:08 Michael Palimaka
2017-06-18  9:06 Michael Palimaka
2017-03-01 20:45 David Seifert
2015-09-13 19:17 Manuel Rüger

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=1747659763.45d6502f6f7c846f64576fbf76d8758890385f67.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