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 CE392158089 for ; Thu, 9 Nov 2023 21:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C4292BC034; Thu, 9 Nov 2023 21:45:47 +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 7E8BC2BC031 for ; Thu, 9 Nov 2023 21:45:47 +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 7FEDD335CEE for ; Thu, 9 Nov 2023 21:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB3F5134F for ; Thu, 9 Nov 2023 21:45:43 +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: <1699566332.e36d1bb0dd8a62e157490313cbddd14936e52521.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-policykit/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-policykit/Manifest lxqt-base/lxqt-policykit/lxqt-policykit-1.4.0.ebuild X-VCS-Directories: lxqt-base/lxqt-policykit/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: e36d1bb0dd8a62e157490313cbddd14936e52521 X-VCS-Branch: master Date: Thu, 9 Nov 2023 21:45:43 +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: 3ace506c-0419-46a4-8edb-a5a9f269d280 X-Archives-Hash: bc6e30dc09e4dc8cde9466e8a5d3d183 commit: e36d1bb0dd8a62e157490313cbddd14936e52521 Author: Jimi Huotari gentoo org> AuthorDate: Thu Nov 9 19:26:09 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Nov 9 21:45:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36d1bb0 lxqt-base/lxqt-policykit: add 1.4.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-policykit/Manifest | 1 + .../lxqt-policykit/lxqt-policykit-1.4.0.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest index 4086cb873cdb..b372dc3c2498 100644 --- a/lxqt-base/lxqt-policykit/Manifest +++ b/lxqt-base/lxqt-policykit/Manifest @@ -1 +1,2 @@ DIST lxqt-policykit-1.3.0.tar.xz 39344 BLAKE2B ea816eb811a359ae67e2ac6b6b54b4d4af11bd41c450da013a974003253cfff3e4cc0f81768ee96231e426dbdf6a17ad04d8ce0750538e1de6009421ccf745c3 SHA512 4a05064f988bd2eb35c4b889fbb098a7617eb7a702deba35338f0f3dfc6e5946505b35f3c022a33bad0e268c710bf7f3c0cdf84160054e118298ee390db8af45 +DIST lxqt-policykit-1.4.0.tar.xz 39612 BLAKE2B 272fb3ab1e9ae4fb832902824f40d303c0a3a350faed215eaf97db00454a2db69a2b84d052bce3887df13240add44f16180d89ccd2b5e747849d77a578ba3007 SHA512 d63a2f0d3ce2bb794aae6a6315b465fca984de20b107934127f83d3a8614472c7f019f2710a06ee40658a1a4c9ed6df5c5715b593f67e46c6e3d91b3b2b0526f diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-1.4.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-1.4.0.ebuild new file mode 100644 index 000000000000..05cc1b106217 --- /dev/null +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-1.4.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="LXQt PolKit authentication agent" +HOMEPAGE="https://lxqt-project.org/" + +MY_PV="$(ver_cut 1-2)" + +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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1 LGPL-2.1+" +SLOT="0" + +BDEPEND=" + >=dev-qt/linguist-tools-5.15:5 + >=dev-util/lxqt-build-tools-0.13.0 + virtual/pkgconfig +" +DEPEND=" + >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtwidgets-5.15:5 + =lxqt-base/liblxqt-${MY_PV}*:= + >=sys-auth/polkit-qt-0.113.0 +" +RDEPEND="${DEPEND}" + +src_install() { + cmake_src_install + doman man/*.1 +}