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 4026C15814D for ; Thu, 9 Nov 2023 21:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87A762BC033; Thu, 9 Nov 2023 21:45:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6BED42BC032 for ; Thu, 9 Nov 2023 21:45:47 +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 B661E335D1E for ; Thu, 9 Nov 2023 21:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 315CF1353 for ; Thu, 9 Nov 2023 21:45:44 +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: <1699566333.9f96bbe17c173a68730a1fa47f7532bde2db1c94.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-globalkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-globalkeys/Manifest lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.4.0.ebuild X-VCS-Directories: lxqt-base/lxqt-globalkeys/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 9f96bbe17c173a68730a1fa47f7532bde2db1c94 X-VCS-Branch: master Date: Thu, 9 Nov 2023 21:45:44 +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: c1a5e85a-c4ef-4d89-a3a9-69a5ad6239da X-Archives-Hash: 171e3be99ffaea371474ca56d0a9fcee commit: 9f96bbe17c173a68730a1fa47f7532bde2db1c94 Author: Jimi Huotari gentoo org> AuthorDate: Thu Nov 9 19:26:43 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Nov 9 21:45:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f96bbe1 lxqt-base/lxqt-globalkeys: add 1.4.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-globalkeys/Manifest | 1 + .../lxqt-globalkeys/lxqt-globalkeys-1.4.0.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest index b93da7c20cc2..395b27e6b039 100644 --- a/lxqt-base/lxqt-globalkeys/Manifest +++ b/lxqt-base/lxqt-globalkeys/Manifest @@ -1 +1,2 @@ DIST lxqt-globalkeys-1.3.0.tar.xz 73844 BLAKE2B 94b28a092a25895bcca39a8eb8626d19ca3c7ebcedc2898a5a2b222bdc1034c6de3ef3c98653acbc26c20e7b8ba51b54b26c1d1ceded674ab740edffabec93bf SHA512 9acdbff95734bc098b312aa906c38766a035041f8f3e58406470716013762a19d7a8f6cc07377dc8921be9aa09647fff2fef69e7c8ed15109dff71cbaf573eb7 +DIST lxqt-globalkeys-1.4.0.tar.xz 74028 BLAKE2B 9dae4f3b436468de75ced76f5e9283d26df587f62c99e16d578c3357784aa8effdf7820786bebcb8da206a9fa62951f448ed1e1ee6fba97f8b065793056f4c5c SHA512 de05c15dc6400978093c1f72340214d53200f8e7478ddee47fb7a3124be642f5d27c6bd53801b6a0205985666dcb481a89208b14d54cf2eb3dc36ccae5bdc1f5 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.4.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.4.0.ebuild new file mode 100644 index 000000000000..668a4f888f83 --- /dev/null +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.4.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Daemon and library for global keyboard shortcuts registration" +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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1 LGPL-2.1+" +SLOT="0" + +BDEPEND=" + >=dev-qt/linguist-tools-5.15:5 + >=dev-util/lxqt-build-tools-0.13.0 +" +DEPEND=" + >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtdbus-5.15:5 + >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtwidgets-5.15:5 + kde-frameworks/kwindowsystem:5 + =lxqt-base/liblxqt-${MY_PV}*:= + x11-libs/libX11 +" +RDEPEND="${DEPEND}"