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 80589138335 for ; Sat, 11 Aug 2018 10:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0583FE0828; Sat, 11 Aug 2018 10:10:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BA1B5E0823 for ; Sat, 11 Aug 2018 10:10:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4209C335CB7 for ; Sat, 11 Aug 2018 10:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53CF53B0 for ; Sat, 11 Aug 2018 10:10:16 +0000 (UTC) From: "Jonathan Scruggs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Scruggs" Message-ID: <1533982156.0856bc0720cdccca2b0adb572a375e0673a41721.dracwyrm@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-0.13.0.ebuild lxqt-base/lxqt-policykit/metadata.xml X-VCS-Directories: lxqt-base/lxqt-policykit/ X-VCS-Committer: dracwyrm X-VCS-Committer-Name: Jonathan Scruggs X-VCS-Revision: 0856bc0720cdccca2b0adb572a375e0673a41721 X-VCS-Branch: master Date: Sat, 11 Aug 2018 10:10:16 +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-Archives-Salt: c7c76f84-5608-49df-bef9-211d7ca0b38e X-Archives-Hash: def6943f8ef744897e308e7dab0ee755 commit: 0856bc0720cdccca2b0adb572a375e0673a41721 Author: Jonathan Scruggs gmail com> AuthorDate: Wed Jul 11 15:16:39 2018 +0000 Commit: Jonathan Scruggs gentoo org> CommitDate: Sat Aug 11 10:09:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0856bc07 lxqt-base/lxqt-policykit: version update to 0.13.0 lxqt-base/lxqt-policykit/Manifest | 1 + .../lxqt-policykit/lxqt-policykit-0.13.0.ebuild | 48 ++++++++++++++++++++++ lxqt-base/lxqt-policykit/metadata.xml | 11 +++-- 3 files changed, 56 insertions(+), 4 deletions(-) diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest index f7bc9bd4778..9b40c1fedd6 100644 --- a/lxqt-base/lxqt-policykit/Manifest +++ b/lxqt-base/lxqt-policykit/Manifest @@ -1 +1,2 @@ DIST lxqt-policykit-0.11.0.tar.xz 31336 BLAKE2B d0e562660e3aabb7fa46447dae27d60ef3b1b9429deaa9f21a6e1659032f5bff8d9639e6f6639c13a239c2f6978808f0bf8283612eefce20854cd08ce8d7f00a SHA512 f4c8a154e30df18118444d8caf09bd242aafb17309bba77f1153a6b3db74291d35fe10ffba716293203095bcaa70195414e6b10773f8fe3b48829ab72820e5ae +DIST lxqt-policykit-0.13.0.tar.xz 33144 BLAKE2B ae9416d9e7c98c67d3d428ccc28e28a97461f6213e58f90968a44654ffe94246f3eb5f8d51617a2626d805a097f5cdc531c2567fbfb6e3cead2f3aae7c3a625e SHA512 c02525ed60c3882b9fc431630a750937425f8ff296fa82112a2e88cb9d5b96767e2a8ff514daeee5d6dded96536cbb4520bc7bccb6c8fbe4e405168435f9f22e diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild new file mode 100644 index 00000000000..59179a687c1 --- /dev/null +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils eapi7-ver + +DESCRIPTION="LXQt PolKit authentication agent" +HOMEPAGE="https://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-libs/glib:2 + >=dev-libs/libqtxdg-3.0.0 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + =lxqt-base/liblxqt-$(ver_cut 1-2)* + sys-auth/polkit-qt[qt5(+)] + !lxqt-base/lxqt-common +" +DEPEND="${RDEPEND} + >=dev-util/lxqt-build-tools-0.5.0 + dev-qt/linguist-tools:5 + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DPULL_TRANSLATIONS=OFF + ) + cmake-utils_src_configure +} + +src_install(){ + cmake-utils_src_install + doman man/*.1 +} diff --git a/lxqt-base/lxqt-policykit/metadata.xml b/lxqt-base/lxqt-policykit/metadata.xml index a40a83a9c6a..77e942e46c7 100644 --- a/lxqt-base/lxqt-policykit/metadata.xml +++ b/lxqt-base/lxqt-policykit/metadata.xml @@ -1,8 +1,11 @@ - - lxqt@gentoo.org - LXQt - + + lxqt@gentoo.org + LXQt + + + lxqt/lxqt-policykit +