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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74B651382C5 for ; Wed, 20 May 2020 23:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25209E0A9F; Wed, 20 May 2020 23:28:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B1D3E0A9F for ; Wed, 20 May 2020 23:28:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FE8F34F301 for ; Wed, 20 May 2020 23:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B5B2260 for ; Wed, 20 May 2020 23:28:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590017311.e63f737a8433007171c1e98cdb4f0683bd5600f2.asturm@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-0.15.0.ebuild X-VCS-Directories: lxqt-base/lxqt-sudo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e63f737a8433007171c1e98cdb4f0683bd5600f2 X-VCS-Branch: master Date: Wed, 20 May 2020 23:28:52 +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: a0afef56-459f-41ef-af80-fc78c0239937 X-Archives-Hash: e0c22aec7292f294a3e6e143c2e80e2c commit: e63f737a8433007171c1e98cdb4f0683bd5600f2 Author: Jimi Huotari gentoo org> AuthorDate: Mon Apr 27 19:17:05 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 23:28:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63f737a lxqt-base/lxqt-sudo: add version 0.15.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-sudo/Manifest | 1 + lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest index a6ec43fdabd..b6b63453cbd 100644 --- a/lxqt-base/lxqt-sudo/Manifest +++ b/lxqt-base/lxqt-sudo/Manifest @@ -1 +1,2 @@ DIST lxqt-sudo-0.14.1.tar.xz 30692 BLAKE2B 18232c3e30cb70097eeef725424065b0d4e374ed710ec34b2254bccfde9382606dfa325995d0eadabeb312d524f3afce335f69d49c986e3aaed016ef71deaf4e SHA512 b2741ead9c03c2dddf878b7658316ad0ce170068aca413b48b2f614e6ee09e7494e9907f7bf46de09c84e50b75cd523b059d47f9a0d2be11b340824475ca9222 +DIST lxqt-sudo-0.15.0.tar.xz 34528 BLAKE2B 50b7b699e85c52b7b55bf559f3d7e239ad5a9ee6031af1bf6e902cd4aa7399e9df88157ef48906b3343e4cf68d6e62912179a26d3fd4e3aa223849fd1088199f SHA512 94c96a1eac5d1ec6e84c99ecbd08e7ecb8184d4e1ada0bce137c2c8d9508cd840b56dae38e3f418cb208a3eae5b3420bf33e0b9a1bb96969f2bd4d207e89304c diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild new file mode 100644 index 00000000000..25b46eda639 --- /dev/null +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 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 ~x86" +fi + +LICENSE="LGPL-2.1 LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.7.0" +DEPEND=" + app-admin/sudo + >=dev-libs/libqtxdg-3.3.1 + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + =lxqt-base/liblxqt-$(ver_cut 1-2)* +" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +"