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 A8A051581E7 for ; Sun, 21 Apr 2024 20:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E271BE29E0; Sun, 21 Apr 2024 20:04:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C919DE29E0 for ; Sun, 21 Apr 2024 20:04:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 00F1734350D for ; Sun, 21 Apr 2024 20:04:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91EFC1750 for ; Sun, 21 Apr 2024 20:04:20 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1713728906.7013375c37c326e5fb14d7b34bf5e575f454a1b2.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-about/Manifest lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-about/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 7013375c37c326e5fb14d7b34bf5e575f454a1b2 X-VCS-Branch: master Date: Sun, 21 Apr 2024 20:04:20 +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: fb61bf2f-716c-4946-b5ed-341d9580d74b X-Archives-Hash: eda241db20c3d71dd9bbd7fcdae512c1 commit: 7013375c37c326e5fb14d7b34bf5e575f454a1b2 Author: Jimi Huotari gentoo org> AuthorDate: Sun Apr 21 17:13:52 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Apr 21 19:48:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7013375c lxqt-base/lxqt-about: add 2.0.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-about/Manifest | 1 + lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild | 29 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest new file mode 100644 index 00000000..6403dbcf --- /dev/null +++ b/lxqt-base/lxqt-about/Manifest @@ -0,0 +1 @@ +DIST lxqt-about-2.0.0.tar.xz 47936 BLAKE2B d304ac8896d326311708fc239605e37996f7a6e59181ab4746f248b72344395292e23a5ae7758ea90674250d300f89d1ae4620e6c72f547909adb5bcc8a72511 SHA512 a99dd6c50a357c65ac8edf5795fc11fedf54ddf34dbd8f84585ab2a73d680d12e221f9dcb92ac206a0a973b3aedd4e504f6b2738aa75e3b36b0ebfe4043a93d4 diff --git a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild new file mode 100644 index 00000000..8aebd747 --- /dev/null +++ b/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="LXQt about dialog" +HOMEPAGE="https://lxqt-project.org/" + +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" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" +DEPEND=" + >=dev-libs/libqtxdg-4.0.0 + =lxqt-base/liblxqt-${MY_PV}*:= +" +RDEPEND="${DEPEND}"