commit:     7e83779186049d082e321a7698d267fa4ad05a8c
Author:     Michal Vu <saigon-tech <AT> tuta <DOT> io>
AuthorDate: Mon Nov 18 13:32:51 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Nov 18 13:32:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e837791

gui-apps/hyprsunset: add 0.1.0

Signed-off-by: Michal Vu <saigon-tech <AT> tuta.io>

 gui-apps/hyprsunset/Manifest                |  1 +
 gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/gui-apps/hyprsunset/Manifest b/gui-apps/hyprsunset/Manifest
new file mode 100644
index 000000000..82488ff28
--- /dev/null
+++ b/gui-apps/hyprsunset/Manifest
@@ -0,0 +1 @@
+DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 
1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1
 SHA512 
24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db

diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild 
b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
new file mode 100644
index 000000000..fd59f4e75
--- /dev/null
+++ b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="An application to enable a blue-light filter on Hyprland"
+HOMEPAGE="https://github.com/hyprwm/hyprsunset";
+SRC_URI="https://github.com/hyprwm/hyprsunset/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       gui-wm/hyprland:=
+       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
+"

Reply via email to