gui-apps/hypridle: add 0.1.7

Signed-off-by: joker1007 <kakyoin.hierophant@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/395
Closes: https://github.com/gentoo/guru/pull/395
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
joker1007
2025-11-09 16:09:01 +09:00
committed by David Roman
parent 6c6abd7c56
commit 478919913b
2 changed files with 42 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST hypridle-0.1.6.gh.tar.gz 17053 BLAKE2B 33e704905a0d9353b61b23631a851e1ac1b6d5fc9601a9b0d1fafc379bf1d4763bb2d2cde478ae2a296be26c0ebbefc838ff156fb2a961e03c4dab69a3a784bd SHA512 63d266da4b5a45cc7fef4b2a40df32e83e0797b1b5b6a7ce4d0d93c463e53797ae5d8a8ea7d3174747bc0cc7c546fc1468e4d072b767b6bdb9dbcafaa7496de8
DIST hypridle-0.1.7.gh.tar.gz 18986 BLAKE2B 935f0af8dff82e5004ec356367de27015e05c56a7e384f819ed351a4b879fed5e035df7a0bc3f66757c0328a789e36b2a61bfb751e23835ce6a82ff49e976b90 SHA512 696201e17a1ce81e1fd687e1802032383ad3ea527e0eee83de57f9a4780b6a99b8de66079be7d9319effe88fe333995e6ba962538315bf9f15f65f6266a1ec32

View File

@@ -0,0 +1,41 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Hyprland's idle daemon"
HOMEPAGE="https://github.com/hyprwm/hypridle"
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}.gh.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-cpp/sdbus-c++:0/2
>=dev-libs/hyprlang-0.4.0
dev-libs/wayland
gui-libs/hyprutils:=
"
DEPEND="
${RDEPEND}
>=dev-libs/hyprland-protocols-0.6.0
dev-libs/wayland-protocols
"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"
PATCHES=(
"${FILESDIR}/${PN}-0.1.5-fix-CFLAGS-CXXFLAGS.patch"
)