mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-apps/hyprsunset: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST hyprsunset-0.2.0.tar.gz 11336 BLAKE2B 9ccea684c128092a0b3c42ebcb71c72bc09eab9a584a6a1171aa7ac74dda97cb9d65d682ad1ed85f9ad73d25200057f78b332f5e3f3681722bacf2a7906e51be SHA512 dc88c0d8895f9eca6d73adbc642bfa7301e1cf9cd20f10e9b4eb35758d73ab1cd1f5daa46ea2390abd35a3793fb461657783a4594982d07515b5f2b0d5470e3b
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 2024-2025 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://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset"
|
||||
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
>=gui-libs/hyprutils-0.2.3:=
|
||||
gui-wm/hyprland:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/hyprland-protocols-0.4.0
|
||||
dev-libs/wayland-protocols
|
||||
>=dev-util/hyprwayland-scanner-0.4.0
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 2024-2025 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://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset"
|
||||
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
>=gui-libs/hyprutils-0.2.3:=
|
||||
gui-wm/hyprland:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/hyprland-protocols-0.4.0
|
||||
dev-libs/wayland-protocols
|
||||
>=dev-util/hyprwayland-scanner-0.4.0
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Michal Vu</name>
|
||||
<email>saigon-tech@tuta.io</email>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<name>John M. Harris, Jr.</name>
|
||||
<email>johnmh@johnmh.me</email>
|
||||
</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>
|
||||
Reference in New Issue
Block a user