commit:     feeb26d86476b45fb79f59b165503ca33fd5f69d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Apr 20 17:48:17 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 17:48:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=feeb26d8

gui-apps/hyprpicker: add 0.1.0-r1

Add missing BDEPENDS

Closes: https://bugs.gentoo.org/904458
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild | 33 ++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild 
b/gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild
new file mode 100644
index 000000000..b72388397
--- /dev/null
+++ b/gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
+HOMEPAGE="https://github.com/hyprwm/hyprpicker";
+SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+       dev-libs/wayland
+       dev-libs/wayland-protocols
+       dev-util/cmake
+       dev-util/wayland-scanner
+       media-libs/libjpeg-turbo
+       x11-libs/cairo
+       x11-libs/pango
+"
+
+src_compile() {
+       emake protocols
+       cmake_src_compile
+}
+
+src_install() {
+       dobin "${BUILD_DIR}/${PN}"
+}

Reply via email to