mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
- update DESCRIPTION - add hyprutils dependency with slot operator Signed-off-by: Filip Kobierski <fkobi@pm.me>
33 lines
673 B
Bash
33 lines
673 B
Bash
# Copyright 2024-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit cmake
|
|
|
|
DESCRIPTION="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"
|
|
|
|
RDEPEND="
|
|
dev-libs/wayland
|
|
gui-libs/hyprutils:=
|
|
x11-libs/cairo
|
|
x11-libs/libxkbcommon
|
|
x11-libs/pango
|
|
>=dev-util/hyprwayland-scanner-0.4.2
|
|
>=gui-libs/hyprutils-0.2.0
|
|
"
|
|
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
dev-libs/wayland-protocols
|
|
dev-util/wayland-scanner
|
|
media-libs/libglvnd
|
|
media-libs/libjpeg-turbo
|
|
"
|