mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-libs/hyprland-protocols: new package, add 0.2
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
1
dev-libs/hyprland-protocols/Manifest
Normal file
1
dev-libs/hyprland-protocols/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hyprland-protocols-0.2.tar.gz 6343 BLAKE2B cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0 SHA512 f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5
|
||||
23
dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
Normal file
23
dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
COMMIT=4d29e48433270a2af06b8bc711ca1fe5109746cd
|
||||
DESCRIPTION="Wayland protocol extensions for Hyprland"
|
||||
HOMEPAGE="https://github.com/hyprwm/hyprland-protocols"
|
||||
SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
virtual/pkgconfig
|
||||
"
|
||||
11
dev-libs/hyprland-protocols/metadata.xml
Normal file
11
dev-libs/hyprland-protocols/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>julien@jroy.ca</email>
|
||||
<name>Julien Roy</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">hyprwm/hyprland-protocols</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user