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 45CCA15802E for ; Tue, 25 Jun 2024 08:18:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EF4EE2A4B; Tue, 25 Jun 2024 08:18:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED809E2A4B for ; Tue, 25 Jun 2024 08:18:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4887342FFD for ; Tue, 25 Jun 2024 08:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21BA81D31 for ; Tue, 25 Jun 2024 08:18:48 +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: <1719303503.8ce7603ca7f47ea0d3aaa529caa843831b08426d.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/hyprutils/Manifest gui-libs/hyprutils/hyprutils-0.1.4.ebuild gui-libs/hyprutils/hyprutils-9999.ebuild gui-libs/hyprutils/metadata.xml X-VCS-Directories: gui-libs/hyprutils/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 8ce7603ca7f47ea0d3aaa529caa843831b08426d X-VCS-Branch: master Date: Tue, 25 Jun 2024 08:18:48 +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: 1b26fe13-7cb1-4815-9569-cc13b8da1507 X-Archives-Hash: c53a7038b332782563d75b1ba5e0e703 commit: 8ce7603ca7f47ea0d3aaa529caa843831b08426d Author: Xiangzhe xz-dev gmail com> AuthorDate: Mon Jun 24 15:19:22 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Jun 25 08:18:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce7603c gui-libs/hyprutils: new package, add 0.1.4, 9999 Signed-off-by: Xiangzhe xz-dev gmail.com> Signed-off-by: Yixun Lan gentoo.org> gui-libs/hyprutils/Manifest | 1 + gui-libs/hyprutils/hyprutils-0.1.4.ebuild | 26 ++++++++++++++++++++++++++ gui-libs/hyprutils/hyprutils-9999.ebuild | 26 ++++++++++++++++++++++++++ gui-libs/hyprutils/metadata.xml | 10 ++++++++++ 4 files changed, 63 insertions(+) diff --git a/gui-libs/hyprutils/Manifest b/gui-libs/hyprutils/Manifest new file mode 100644 index 000000000000..38f20547e0b5 --- /dev/null +++ b/gui-libs/hyprutils/Manifest @@ -0,0 +1 @@ +DIST hyprutils-0.1.4.gh.tar.gz 16561 BLAKE2B 90c435f892015791a88870613235204e39e0e41cbeea00a8f21d7f0c84dd2cbe733604da9830334e4f21a0d57d21aa770cc69dc5a34c9324e673d1c86e732606 SHA512 78b1ad188579b7ba9fb32f08aa3da6e96ec18544a1802d144cee9f64f473b6ee41a4cb3fba971524cfbf448e6cbe0aa32c36f53e8d50cbdf926126a9a44da8b6 diff --git a/gui-libs/hyprutils/hyprutils-0.1.4.ebuild b/gui-libs/hyprutils/hyprutils-0.1.4.ebuild new file mode 100644 index 000000000000..d7a92f59830e --- /dev/null +++ b/gui-libs/hyprutils/hyprutils-0.1.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Hyprland utilities library used across the ecosystem" +HOMEPAGE="https://github.com/hyprwm/hyprutils" + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" +else + SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/${PN}-${PV}" + + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0" + +# Disable tests since as per upstream, tests require a theme to be installed +# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 +RESTRICT="test" diff --git a/gui-libs/hyprutils/hyprutils-9999.ebuild b/gui-libs/hyprutils/hyprutils-9999.ebuild new file mode 100644 index 000000000000..d7a92f59830e --- /dev/null +++ b/gui-libs/hyprutils/hyprutils-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Hyprland utilities library used across the ecosystem" +HOMEPAGE="https://github.com/hyprwm/hyprutils" + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" +else + SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/${PN}-${PV}" + + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0" + +# Disable tests since as per upstream, tests require a theme to be installed +# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 +RESTRICT="test" diff --git a/gui-libs/hyprutils/metadata.xml b/gui-libs/hyprutils/metadata.xml new file mode 100644 index 000000000000..bbf6d06daf66 --- /dev/null +++ b/gui-libs/hyprutils/metadata.xml @@ -0,0 +1,10 @@ + + + + + + https://github.com/hyprwm/hyprutils/releases + https://github.com/hyprwm/hyprutils/issues + hyprwm/hyprutils + +