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 22936158012 for ; Wed, 22 Sep 2021 19:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B3E5E0896; Wed, 22 Sep 2021 19:15:08 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67B5EE0896 for ; Wed, 22 Sep 2021 19:15:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEDE7340BDA for ; Wed, 22 Sep 2021 19:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B28116 for ; Wed, 22 Sep 2021 19:15:02 +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: <1632337861.80bb46f1a3c1c40e18bfe9da6d6e865b727ae29d.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-powermanagement/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 80bb46f1a3c1c40e18bfe9da6d6e865b727ae29d X-VCS-Branch: master Date: Wed, 22 Sep 2021 19:15:02 +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: fac0b7c1-58f3-4c22-8753-69e2a531d74e X-Archives-Hash: 60ddd6952e98822b0ca139c2794ec9ff commit: 80bb46f1a3c1c40e18bfe9da6d6e865b727ae29d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 18:45:57 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 19:11:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=80bb46f1 lxqt-base/lxqt-powermanagement: Sync with Gentoo ebuild repo Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../lxqt-powermanagement/lxqt-powermanagement-9999.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild index 9945ca71..06602f9a 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild @@ -8,7 +8,9 @@ inherit cmake DESCRIPTION="LXQt daemon for power management and auto-suspend" HOMEPAGE="https://lxqt.github.io/" -if [[ ${PV} = *9999* ]]; then +LXQTPV="$(ver_cut 1-2)*" + +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else @@ -16,15 +18,15 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi -LICENSE="LGPL-2.1+" +LICENSE="LGPL-2.1 LGPL-2.1+" SLOT="0" BDEPEND=" dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.6.0 + >=dev-util/lxqt-build-tools-0.9.0 virtual/pkgconfig " -RDEPEND=" +DEPEND=" >=dev-libs/libqtxdg-3.3.1 dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -34,7 +36,8 @@ RDEPEND=" dev-qt/qtx11extras:5 kde-frameworks/kidletime:5 kde-frameworks/solid:5 - =lxqt-base/liblxqt-$(ver_cut 1-2)* + =lxqt-base/liblxqt-${LXQTPV} + =lxqt-base/lxqt-globalkeys-${LXQTPV} sys-power/upower " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}"