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 9EFA515803E for ; Wed, 3 Jan 2024 13:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D354A2BC032; Wed, 3 Jan 2024 13:45:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B03502BC016 for ; Wed, 3 Jan 2024 13:45:14 +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 B98A3343002 for ; Wed, 3 Jan 2024 13:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FF9F1492 for ; Wed, 3 Jan 2024 13:45:12 +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: <1704288627.99936763740d1db61ed0413edf83b7b98b9d345f.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprland-protocols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyprland-protocols/Manifest dev-libs/hyprland-protocols/hyprland-protocols-0.2-r1.ebuild dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild X-VCS-Directories: dev-libs/hyprland-protocols/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 99936763740d1db61ed0413edf83b7b98b9d345f X-VCS-Branch: master Date: Wed, 3 Jan 2024 13:45:12 +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: c7104e24-95e7-4a70-8a1c-753a01ea71c5 X-Archives-Hash: 76efae0c6d67679558b7271bba6f77d7 commit: 99936763740d1db61ed0413edf83b7b98b9d345f Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Tue Jan 2 12:02:54 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Jan 3 13:30:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99936763 dev-libs/hyprland-protocols: add 9999 add 0.2-r1 Closes: https://github.com/gentoo/gentoo/pull/34603 Signed-off-by: Gonçalo Negrier Duarte gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-libs/hyprland-protocols/Manifest | 1 + .../hyprland-protocols-0.2-r1.ebuild | 25 ++++++++++++++++++++++ .../hyprland-protocols-9999.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/dev-libs/hyprland-protocols/Manifest b/dev-libs/hyprland-protocols/Manifest index a058aba02473..ab55445bee0e 100644 --- a/dev-libs/hyprland-protocols/Manifest +++ b/dev-libs/hyprland-protocols/Manifest @@ -1 +1,2 @@ +DIST hyprland-protocols-0.2.gh.tar.gz 6342 BLAKE2B a5179bc465156043903a5f17b1a4593ca15694ef22c52b1ba8a306d3680f1443a3c2ccf5947ace533244cc5b19ce02e8f3014053984f121f8e049882c1e21fa0 SHA512 cd1f9309a69236d6fd2ffc1a09f5f8a1196f357367779c08f30aeaaca7646be364c40fa8c207751012873085d24581fe7b7252c825e89958c20adfb48b029274 DIST hyprland-protocols-0.2.tar.gz 6343 BLAKE2B cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0 SHA512 f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5 diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-0.2-r1.ebuild b/dev-libs/hyprland-protocols/hyprland-protocols-0.2-r1.ebuild new file mode 100644 index 000000000000..0de43fcf06fb --- /dev/null +++ b/dev-libs/hyprland-protocols/hyprland-protocols-0.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Wayland protocol extensions for Hyprland" +HOMEPAGE="https://github.com/hyprwm/hyprland-protocols" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="amd64 ~riscv" +fi + +LICENSE="BSD" +SLOT="0" + +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild b/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild new file mode 100644 index 000000000000..0de43fcf06fb --- /dev/null +++ b/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Wayland protocol extensions for Hyprland" +HOMEPAGE="https://github.com/hyprwm/hyprland-protocols" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="amd64 ~riscv" +fi + +LICENSE="BSD" +SLOT="0" + +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +"