diff options
author | Michal Vu <saigon-tech@tuta.io> | 2024-11-04 17:48:32 +0100 |
---|---|---|
committer | Michal Vu <saigon-tech@tuta.io> | 2024-11-04 17:49:12 +0100 |
commit | 05b4e676452a6d11bf2fce92b19292597fb94539 (patch) | |
tree | c92458b194b027eaaa1049000d5c733abe538dfc /gui-apps | |
parent | sys-apps/flashprog: remove empty line (diff) | |
download | guru-05b4e676452a6d11bf2fce92b19292597fb94539.tar.gz guru-05b4e676452a6d11bf2fce92b19292597fb94539.tar.bz2 guru-05b4e676452a6d11bf2fce92b19292597fb94539.zip |
gui-apps/hyprsunset: new package, add 9999
Signed-off-by: Michal Vu <saigon-tech@tuta.io>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/hyprsunset/hyprsunset-9999.ebuild | 26 | ||||
-rw-r--r-- | gui-apps/hyprsunset/metadata.xml | 14 |
2 files changed, 40 insertions, 0 deletions
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>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> |