From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AB3015852A for ; Sat, 24 Aug 2024 13:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29BBEE2A3F; Sat, 24 Aug 2024 13:44:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A7BCE2A3F for ; Sat, 24 Aug 2024 13:44:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05E8B34300E for ; Sat, 24 Aug 2024 13:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62CCF183B for ; Sat, 24 Aug 2024 13:44:05 +0000 (UTC) From: "Michael Zavertkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Zavertkin" Message-ID: <1724507008.c0e1bba509478701f1f3a7c9f70d9918cf3cdd06.misha.zavertkin@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprpicker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprpicker/hyprpicker-9999.ebuild X-VCS-Directories: gui-apps/hyprpicker/ X-VCS-Committer: misha.zavertkin X-VCS-Committer-Name: Michael Zavertkin X-VCS-Revision: c0e1bba509478701f1f3a7c9f70d9918cf3cdd06 X-VCS-Branch: dev Date: Sat, 24 Aug 2024 13:44:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2bc38848-5a5f-4c7a-ab42-99747187ce8c X-Archives-Hash: 9c4e4aab59f22dcb6129f8599af9ef8e commit: c0e1bba509478701f1f3a7c9f70d9918cf3cdd06 Author: Michael Zavertkin mail ru> AuthorDate: Sat Aug 24 13:43:28 2024 +0000 Commit: Michael Zavertkin mail ru> 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 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 +"