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 DF0E9138335 for ; Sat, 11 Aug 2018 10:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3507AE0831; 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 E62E1E0831 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 3AE9B335CA3 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 E40F93AB for ; Sat, 11 Aug 2018 10:10:15 +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: <1533982155.f2ec2f9430d7b3924d91392af596ad784a2963b3.dracwyrm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-admin/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-admin/Manifest lxqt-base/lxqt-admin/lxqt-admin-0.13.0.ebuild lxqt-base/lxqt-admin/metadata.xml X-VCS-Directories: lxqt-base/lxqt-admin/ X-VCS-Committer: dracwyrm X-VCS-Committer-Name: Jonathan Scruggs X-VCS-Revision: f2ec2f9430d7b3924d91392af596ad784a2963b3 X-VCS-Branch: master Date: Sat, 11 Aug 2018 10:10: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-Archives-Salt: 52100428-02d2-417c-ac20-21189b175375 X-Archives-Hash: d378f117e789aa517e026511280ba584 commit: f2ec2f9430d7b3924d91392af596ad784a2963b3 Author: Jonathan Scruggs gmail com> AuthorDate: Wed Jul 11 15:13:02 2018 +0000 Commit: Jonathan Scruggs gentoo org> CommitDate: Sat Aug 11 10:09:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ec2f94 lxqt-base/lxqt-admin: version update to 0.13.0 lxqt-base/lxqt-admin/Manifest | 1 + lxqt-base/lxqt-admin/lxqt-admin-0.13.0.ebuild | 39 +++++++++++++++++++++++++++ lxqt-base/lxqt-admin/metadata.xml | 11 +++++--- 3 files changed, 47 insertions(+), 4 deletions(-) diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest index fa4cf3a4bd3..de880144f2c 100644 --- a/lxqt-base/lxqt-admin/Manifest +++ b/lxqt-base/lxqt-admin/Manifest @@ -1 +1,2 @@ DIST lxqt-admin-0.11.0.tar.xz 114720 BLAKE2B 12d660ba616aaea5e96525ea0acc47b36f1285b36fd42b2aa4c79d22c40a7d27dfb190e6cc316d3424815b29a4019b2afac1507b3c7c416984ab98a75a869349 SHA512 cbbd83892c0c181eb996de198f6c5d3b00d0c6a5e185b816ac1237bd5930da0aa8cd272696571bb91d70054e89ea96f4dd9b3aa34dff7534286ff3e529757792 +DIST lxqt-admin-0.13.0.tar.xz 116436 BLAKE2B 9395ea5f762da37ebb810c167c66c069b15b86b6b71e4a679d6923a0deedd9a87da65469b3ad5c934f9898e91776eee7ec7a248996283201287d00459f69e5c0 SHA512 fc84f2cffd28ea87833194b36654016d426c3b0e7a468468568f35153b208129d504200b31c17516298444882bc54ad7e3bc1cbef2b67459515eaac3dc77dea7 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.13.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.13.0.ebuild new file mode 100644 index 00000000000..a85c7c688dd --- /dev/null +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.13.0.ebuild @@ -0,0 +1,39 @@ +# 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 system administration tool" +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-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + =lxqt-base/liblxqt-$(ver_cut 1-2)* + kde-frameworks/kwindowsystem:5 +" +DEPEND="${RDEPEND} + >=dev-util/lxqt-build-tools-0.5.0 +" + +src_configure() { + local mycmakeargs=( + -DPULL_TRANSLATIONS=OFF + ) + cmake-utils_src_configure +} diff --git a/lxqt-base/lxqt-admin/metadata.xml b/lxqt-base/lxqt-admin/metadata.xml index a40a83a9c6a..7d14238c733 100644 --- a/lxqt-base/lxqt-admin/metadata.xml +++ b/lxqt-base/lxqt-admin/metadata.xml @@ -1,8 +1,11 @@ - - lxqt@gentoo.org - LXQt - + + lxqt@gentoo.org + LXQt + + + lxqt/lxqt-admin +