commit:     478919913b1a07d93fad828027ee1cf44ff8489d
Author:     joker1007 <kakyoin.hierophant <AT> gmail <DOT> com>
AuthorDate: Sun Nov  9 07:09:01 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Nov 10 09:48:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47891991

gui-apps/hypridle: add 0.1.7

Signed-off-by: joker1007 <kakyoin.hierophant <AT> 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 <AT> gmail.com>

 gui-apps/hypridle/Manifest              |  1 +
 gui-apps/hypridle/hypridle-0.1.7.ebuild | 41 +++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/hypridle/Manifest b/gui-apps/hypridle/Manifest
index d51bf3c4f5..5d2ab91a9e 100644
--- a/gui-apps/hypridle/Manifest
+++ b/gui-apps/hypridle/Manifest
@@ -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

diff --git a/gui-apps/hypridle/hypridle-0.1.7.ebuild 
b/gui-apps/hypridle/hypridle-0.1.7.ebuild
new file mode 100644
index 0000000000..d8c8a224cd
--- /dev/null
+++ b/gui-apps/hypridle/hypridle-0.1.7.ebuild
@@ -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"
+)

Reply via email to