From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1644151-garchives=archives.gentoo.org@lists.gentoo.org>
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 23ED415817D
	for <garchives@archives.gentoo.org>; Mon, 17 Jun 2024 20:21:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4D9F3E2A00;
	Mon, 17 Jun 2024 20:21:37 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 31816E2A00
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 20:21:37 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 004FC335C96
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 20:21:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E82C158
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 20:21:34 +0000 (UTC)
From: "Jimi Huotari" <chiitoo@gentoo.org>
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" <chiitoo@gentoo.org>
Message-ID: <1718655665.f1b1ae107f9a5f22192e904be466dc589865101b.chiitoo@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild
X-VCS-Directories: dev-util/lxqt-build-tools/
X-VCS-Committer: chiitoo
X-VCS-Committer-Name: Jimi Huotari
X-VCS-Revision: f1b1ae107f9a5f22192e904be466dc589865101b
X-VCS-Branch: master
Date: Mon, 17 Jun 2024 20:21:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 57690817-f396-4e4a-bd9c-d0a90cccfbf5
X-Archives-Hash: a0c8e173d92625cc209975a1b6adf0a7

commit:     f1b1ae107f9a5f22192e904be466dc589865101b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 20:10:15 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 20:21:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b1ae10

dev-util/lxqt-build-tools: add 'pavucontrol-qt' block

Closes: https://bugs.gentoo.org/934472
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 .../lxqt-build-tools-2.0.0-r1.ebuild               | 58 ++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild
new file mode 100644
index 000000000000..e336b436bf45
--- /dev/null
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt Build Tools"
+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="BSD"
+SLOT="0"
+
+DEPEND="
+	>=dev-libs/glib-2.50.0
+	>=dev-qt/qtbase-6.6:6
+"
+RDEPEND="${DEPEND}
+	!<=app-arch/lxqt-archiver-1
+	!<=app-misc/qtxdg-tools-4
+	!<=dev-libs/libqtxdg-4
+	!<=gui-libs/xdg-desktop-portal-lxqt-1
+	!<=lxqt-base/liblxqt-2
+	!<=lxqt-base/libsysstat-1
+	!<=lxqt-base/lxqt-about-2
+	!<=lxqt-base/lxqt-admin-2
+	!<=lxqt-base/lxqt-config-2
+	!<=lxqt-base/lxqt-globalkeys-2
+	!<=lxqt-base/lxqt-menu-data-2
+	!<=lxqt-base/lxqt-meta-2
+	!<=lxqt-base/lxqt-notificationd-2
+	!<=lxqt-base/lxqt-openssh-askpass-2
+	!<=lxqt-base/lxqt-panel-2
+	!<=lxqt-base/lxqt-policykit-2
+	!<=lxqt-base/lxqt-powermanagement-2
+	!<=lxqt-base/lxqt-qtplugin-2
+	!<=lxqt-base/lxqt-runner-2
+	!<=lxqt-base/lxqt-session-2
+	!<=lxqt-base/lxqt-sudo-2
+	!<=media-gfx/lximage-qt-2
+	!<=media-sound/pavucontrol-qt-2
+	!<=x11-libs/libfm-qt-2
+	!<=x11-libs/qtermwidget-2
+	!x11-misc/obconf-qt
+	!<=x11-misc/pcmanfm-qt-2
+	!<=x11-misc/qps-2.9
+	!<=x11-misc/screengrab-2.8
+	!<=x11-terms/qterminal-2
+	!<=x11-themes/lxqt-themes-2
+"