gui-apps/hyprsunset: new package, add 9999

Signed-off-by: Michal Vu <saigon-tech@tuta.io>
This commit is contained in:
Michal Vu 2024-11-04 17:48:32 +01:00
parent 99f65a2cc8
commit 05b4e67645
No known key found for this signature in database
GPG Key ID: 7271FCEA01939AE0
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="An application to enable a blue-light filter on Hyprland"
HOMEPAGE="https://github.com/hyprwm/hyprsunset.git"
EGIT_REPO_URI="https://github.com/hyprwm/hyprsunset.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
RDEPEND="
~gui-wm/hyprland-9999
dev-libs/wayland
>=dev-libs/hyprland-protocols-0.4.0
"
DEPEND="
${RDEPEND}
dev-util/wayland-scanner
>=gui-libs/hyprutils-0.2.3
>=dev-util/hyprwayland-scanner-0.4.0
virtual/pkgconfig
"

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>saigon-tech@tuta.io</email>
<name>Michal Vu</name>
</maintainer>
<upstream>
<changelog>https://github.com/hyprwm/hyprsunset/releases</changelog>
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset/</doc>
<bugs-to>https://github.com/hyprwm/hyprsunset/issues</bugs-to>
<remote-id type="github">hyprwm/hyprsunset</remote-id>
</upstream>
</pkgmetadata>