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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3A3E1580FD for ; Fri, 27 Dec 2024 00:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6132EE07A5; Fri, 27 Dec 2024 00:50:10 +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 4583AE07A5 for ; Fri, 27 Dec 2024 00:50:10 +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 5BC6E33BE1D for ; Fri, 27 Dec 2024 00:50:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D56191A for ; Fri, 27 Dec 2024 00:50:06 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1735255936.08e84df3dabbcb8b2ded80337fd7c3134c3b1922.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprland-qtutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/hyprland-qtutils/Manifest gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild gui-libs/hyprland-qtutils/metadata.xml X-VCS-Directories: gui-libs/hyprland-qtutils/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 08e84df3dabbcb8b2ded80337fd7c3134c3b1922 X-VCS-Branch: master Date: Fri, 27 Dec 2024 00:50:06 +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: 9fd502be-220d-401f-afde-da2943502882 X-Archives-Hash: 9f645b7034048e7109eda5ab9b7cb239 commit: 08e84df3dabbcb8b2ded80337fd7c3134c3b1922 Author: Julien Roy jroy ca> AuthorDate: Wed Dec 25 22:33:44 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Dec 26 23:32:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e84df3 gui-libs/hyprland-qtutils: new package, add 0.1.1 Signed-off-by: Julien Roy jroy.ca> Signed-off-by: Yixun Lan gentoo.org> gui-libs/hyprland-qtutils/Manifest | 1 + .../hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild | 24 ++++++++++++++++++++++ gui-libs/hyprland-qtutils/metadata.xml | 17 +++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/gui-libs/hyprland-qtutils/Manifest b/gui-libs/hyprland-qtutils/Manifest new file mode 100644 index 000000000000..6543c2b4c596 --- /dev/null +++ b/gui-libs/hyprland-qtutils/Manifest @@ -0,0 +1 @@ +DIST hyprland-qtutils-0.1.1.gh.tar.gz 7713 BLAKE2B 2d9754a8590d254d6853dc44ed4bd70f26789e3c6743ec8342de5a8fe96b13c69a1b30aba5f6c82a168f4f232cccfc3e325068f4bb43b77d0a7fa52a87d76eda SHA512 e93bd0b2846062bc0a09e2d91bf04ce8322b57c7d3fa1aa046caa5b81341418f1e2673235fb43ac474a34b5bf5bc5475ed02cece9c13a9806638620668cca721 diff --git a/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild new file mode 100644 index 000000000000..baf02bec3fc7 --- /dev/null +++ b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Hyprland QT/qml utility apps" +HOMEPAGE="https://github.com/hyprwm/hyprland-qtutils" +SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +KEYWORDS="~amd64" + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + dev-qt/qtbase:6 + dev-qt/qtdeclarative:6 + dev-qt/qtwayland:6 + gui-libs/hyprutils:= + kde-frameworks/qqc2-desktop-style:6 +" +DEPEND="${RDEPEND}" diff --git a/gui-libs/hyprland-qtutils/metadata.xml b/gui-libs/hyprland-qtutils/metadata.xml new file mode 100644 index 000000000000..b6ad30dc164e --- /dev/null +++ b/gui-libs/hyprland-qtutils/metadata.xml @@ -0,0 +1,17 @@ + + + + + julien@jroy.ca + Julien Roy + + + proxy-maint@gentoo.org + Proxy Maintainers + + + https://github.com/hyprwm/hyprutils/releases + https://github.com/hyprwm/hyprutils/issues + hyprwm/hyprutils + +