commit: 05b4e676452a6d11bf2fce92b19292597fb94539 Author: Michal Vu <saigon-tech <AT> tuta <DOT> io> AuthorDate: Mon Nov 4 16:48:32 2024 +0000 Commit: Michal Vu <saigon-tech <AT> tuta <DOT> io> CommitDate: Mon Nov 4 16:49:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05b4e676
gui-apps/hyprsunset: new package, add 9999 Signed-off-by: Michal Vu <saigon-tech <AT> tuta.io> gui-apps/hyprsunset/hyprsunset-9999.ebuild | 26 ++++++++++++++++++++++++++ gui-apps/hyprsunset/metadata.xml | 14 ++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild new file mode 100644 index 000000000..f5975ddae --- /dev/null +++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild @@ -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 +" diff --git a/gui-apps/hyprsunset/metadata.xml b/gui-apps/hyprsunset/metadata.xml new file mode 100644 index 000000000..a045b5b1c --- /dev/null +++ b/gui-apps/hyprsunset/metadata.xml @@ -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>[email protected]</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>
