commit:     c0e1bba509478701f1f3a7c9f70d9918cf3cdd06
Author:     Michael Zavertkin <misha.zavertkin <AT> mail <DOT> ru>
AuthorDate: Sat Aug 24 13:43:28 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Aug 24 13:43:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0e1bba5

gui-apps/hyprpicker: add 9999

Signed-off-by: Michael Zavertkin <misha.zavertkin <AT> mail.ru>

 gui-apps/hyprpicker/hyprpicker-9999.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gui-apps/hyprpicker/hyprpicker-9999.ebuild 
b/gui-apps/hyprpicker/hyprpicker-9999.ebuild
new file mode 100644
index 000000000..14ac24076
--- /dev/null
+++ b/gui-apps/hyprpicker/hyprpicker-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake git-r3
+
+DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
+HOMEPAGE="https://github.com/hyprwm/hyprpicker";
+EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git/";
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+       dev-libs/wayland
+       x11-libs/cairo
+       x11-libs/libxkbcommon
+       x11-libs/pango
+       >=gui-libs/hyprutils-0.2.0
+"
+
+BDEPEND="
+       ${RDEPEND}
+       dev-libs/wayland-protocols
+       dev-util/wayland-scanner
+       media-libs/libglvnd
+       media-libs/libjpeg-turbo
+"

Reply via email to