From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6446A1581E7 for ; Sun, 21 Apr 2024 20:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87B02E2A08; Sun, 21 Apr 2024 20:04:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66463E2A08 for ; Sun, 21 Apr 2024 20:04:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62B0C343553 for ; Sun, 21 Apr 2024 20:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E7361764 for ; Sun, 21 Apr 2024 20:04:22 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1713728969.8b39fa001f85b47e6fd13783fc5e9735585ce7ab.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/qps/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/qps/Manifest x11-misc/qps/metadata.xml x11-misc/qps/qps-2.9.0.ebuild x11-misc/qps/qps-9999.ebuild X-VCS-Directories: x11-misc/qps/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 8b39fa001f85b47e6fd13783fc5e9735585ce7ab X-VCS-Branch: master Date: Sun, 21 Apr 2024 20:04:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ed84e15-2512-41b6-b29f-6db8b5d4f930 X-Archives-Hash: 59dbe7a9b96b4100ab1eb8fe603f4d22 commit: 8b39fa001f85b47e6fd13783fc5e9735585ce7ab Author: Jimi Huotari gentoo org> AuthorDate: Sun Apr 21 18:41:14 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Apr 21 19:49:29 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8b39fa00 x11-misc/qps: new package, add 9999, 2.9.0 Initial qt6 version. Signed-off-by: Jimi Huotari gentoo.org> x11-misc/qps/Manifest | 1 + x11-misc/qps/metadata.xml | 11 +++++++++++ x11-misc/qps/qps-2.9.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ x11-misc/qps/qps-9999.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+) diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest new file mode 100644 index 00000000..2e074684 --- /dev/null +++ b/x11-misc/qps/Manifest @@ -0,0 +1 @@ +DIST qps-2.9.0.tar.xz 457488 BLAKE2B 641b084f1e6817c7a5dd95aa1a21ede11e6c3206ac3206fb2e1ebd4e4685adbc53f09fbc6ffa44297f37a70d0bf1a12758e232e00d4126ffbe7f38eed4f10f15 SHA512 d085f987ce0abbd479704270415502384a17fdce13401c8d70d0d9982b045ef50b20abc347809e3c0c425651440c2c0f8e24b7114251808011990e896e6710fd diff --git a/x11-misc/qps/metadata.xml b/x11-misc/qps/metadata.xml new file mode 100644 index 00000000..5ca1065c --- /dev/null +++ b/x11-misc/qps/metadata.xml @@ -0,0 +1,11 @@ + + + + + qt@gentoo.org + Gentoo Qt Project + + + lxqt/qps + + diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild new file mode 100644 index 00000000..43aa91df --- /dev/null +++ b/x11-misc/qps/qps-2.9.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg-utils + +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" +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.0.0 +" +DEPEND=" + >=dev-qt/qtbase-6.6:6[gui,widgets] + >=lxqt-base/liblxqt-2.0:= +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +} diff --git a/x11-misc/qps/qps-9999.ebuild b/x11-misc/qps/qps-9999.ebuild new file mode 100644 index 00000000..43aa91df --- /dev/null +++ b/x11-misc/qps/qps-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg-utils + +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" +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.0.0 +" +DEPEND=" + >=dev-qt/qtbase-6.6:6[gui,widgets] + >=lxqt-base/liblxqt-2.0:= +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +}