From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CCA81581D8 for ; Mon, 18 Nov 2024 13:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E48EE0CE2; Mon, 18 Nov 2024 13:33:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0225EE0CE2 for ; Mon, 18 Nov 2024 13:33:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B6C933BEE8 for ; Mon, 18 Nov 2024 13:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723ADD81 for ; Mon, 18 Nov 2024 13:32:59 +0000 (UTC) From: "Michal Vu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michal Vu" Message-ID: <1731936771.7e83779186049d082e321a7698d267fa4ad05a8c.saigon-tech@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprsunset/Manifest gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild X-VCS-Directories: gui-apps/hyprsunset/ X-VCS-Committer: saigon-tech X-VCS-Committer-Name: Michal Vu X-VCS-Revision: 7e83779186049d082e321a7698d267fa4ad05a8c X-VCS-Branch: dev Date: Mon, 18 Nov 2024 13:32:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72227257-84aa-46ab-84f3-368b3bf81bed X-Archives-Hash: b55692a3f1c9552ea23d17e16311f5d8 commit: 7e83779186049d082e321a7698d267fa4ad05a8c Author: Michal Vu tuta io> AuthorDate: Mon Nov 18 13:32:51 2024 +0000 Commit: Michal Vu tuta io> 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 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 +"