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 9353E158087 for ; Fri, 21 Jan 2022 19:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E4792BC035; Fri, 21 Jan 2022 19:07:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0DC7A2BC035 for ; Fri, 21 Jan 2022 19:07:21 +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 21DA43434E6 for ; Fri, 21 Jan 2022 19:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784332C6 for ; Fri, 21 Jan 2022 19:07:16 +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: <1642792017.83efb35c45bedc3f9396cc328b4a5b974e32dbdc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-about/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-about/Manifest lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-about/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 83efb35c45bedc3f9396cc328b4a5b974e32dbdc X-VCS-Branch: master Date: Fri, 21 Jan 2022 19:07: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d28c630c-0e4e-41c9-8f3a-c881319d667e X-Archives-Hash: 90c8b8402c764743ec467f1f318eab5d commit: 83efb35c45bedc3f9396cc328b4a5b974e32dbdc Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Sat Nov 6 13:10:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 21 19:06:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83efb35c lxqt-base/lxqt-about: version bump to 1.0.0 Signed-off-by: Adel KARA SLIMANE zegrapher.com> Signed-off-by: Sam James gentoo.org> lxqt-base/lxqt-about/Manifest | 1 + lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild | 32 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest index 70271bb16426..8e4706619690 100644 --- a/lxqt-base/lxqt-about/Manifest +++ b/lxqt-base/lxqt-about/Manifest @@ -1 +1,2 @@ DIST lxqt-about-0.17.0.tar.xz 40976 BLAKE2B b1b3b1422b9c7f001d22b76ce1bce6c858406f49f9c995496802caf7594d91f00a3665cad00bf58b0b22fde8340e12b3683a79609e93ec00255608bb5f4ae122 SHA512 d347db528a267b857279a96fba31ebfcb1468603cb16c6f002d1675ddf351524f6a93d811f2f980dafd2c46db4a2a86b4521ce82157050dd3166f74c771c4367 +DIST lxqt-about-1.0.0.tar.xz 43176 BLAKE2B cadee6e0ddf48d963588b5be11625557a89c730017a643a37e66d3ede449a7ce7767a1212f835a4f22efcdcc050aa7d6378ef0136d898c4db182969d4c13733a SHA512 2bfeaaee5779f51dcc023cf22025e1c651b09d0e67923bb292a5b259acd30dcedf9e45998fbca3d68231fcef66812446bfc90f79e08c218cbd3989fca8f5fb22 diff --git a/lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild new file mode 100644 index 000000000000..aa82616bc71a --- /dev/null +++ b/lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="LXQt about dialog" +HOMEPAGE="https://lxqt.github.io/" + +MY_PV="$(ver_cut 1-2)" + +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 ~ppc64 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.10.0" +DEPEND=" + >=dev-libs/libqtxdg-3.3.1 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + =lxqt-base/liblxqt-${MY_PV}* +" +RDEPEND="${DEPEND}"