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 74302158088 for ; Fri, 21 Jan 2022 19:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42B3F2BC01A; Fri, 21 Jan 2022 19:07:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2C9D02BC01A for ; Fri, 21 Jan 2022 19:07:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6496B342E6E for ; Fri, 21 Jan 2022 19:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A2C52AA for ; Fri, 21 Jan 2022 19:07:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642792009.acc1fb45f9f3e4d80a98c24cacbb902c83450b82.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-sudo/Manifest lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-sudo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: acc1fb45f9f3e4d80a98c24cacbb902c83450b82 X-VCS-Branch: master Date: Fri, 21 Jan 2022 19:07:15 +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: fce67a9c-6345-4d66-8901-588c00197f33 X-Archives-Hash: 9595af9f3cc3a7b9aae5f597ffd60e86 commit: acc1fb45f9f3e4d80a98c24cacbb902c83450b82 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Sat Nov 6 12:58:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 21 19:06:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc1fb45 lxqt-base/lxqt-sudo: version bump to 1.0.0 Signed-off-by: Adel KARA SLIMANE zegrapher.com> Signed-off-by: Sam James gentoo.org> lxqt-base/lxqt-sudo/Manifest | 1 + lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest index de626c18ce9b..2ed15757cf0f 100644 --- a/lxqt-base/lxqt-sudo/Manifest +++ b/lxqt-base/lxqt-sudo/Manifest @@ -1 +1,2 @@ DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5 +DIST lxqt-sudo-1.0.0.tar.xz 37108 BLAKE2B 2c28581e8e534f97d0b1ce532b6ecb1f4bb4a86b49a37ee8583232bef4d7f8674e31bc4631bcd3cb08e6a8e4ae4d3d143e2f09e01175b90b3ff99c403908d734 SHA512 72f9eced786e9d57db6d0b3972c2735576aadc0162b8268367813170fb6412184a2ab8d89bc508201aaf4aedfb509ce8c7273824969891935deefe8ffc05a578 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild new file mode 100644 index 000000000000..3f8d11cbc4bf --- /dev/null +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="LXQt GUI frontend for sudo" +HOMEPAGE="https://lxqt.github.io/" + +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 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1 LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.10.0" +DEPEND=" + app-admin/sudo + >=dev-libs/libqtxdg-3.3.1 + >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtwidgets-5.15:5 + ~lxqt-base/liblxqt-${PV} +" +RDEPEND="${DEPEND}"