gui-apps/hyprpicker: add 0.4.2

Signed-off-by: James McGeehan IV <bivsk@tutanota.com>
This commit is contained in:
James McGeehan IV 2025-02-13 04:11:37 -05:00
parent d0c98d31d8
commit d63798c0b9
No known key found for this signature in database
GPG Key ID: 9E7089F1B7667BA7
2 changed files with 32 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST hyprpicker-0.3.0.gh.tar.gz 24591 BLAKE2B 5a2defcc6871a0fe0d6905097a9168934e5a5185b32f22349add43de4f4579d58a4b7f2e089ff42ac55589559575f6a7f923df128c289238dd812068ddfda6e3 SHA512 b6594e492bfaa17d16a6b5f864b939ab94963362575d50fc031145f7d17610e45e43c1c5ce5d098381297ab2089a2502ed69fcd97d11a9e9d8731d2e53359117
DIST hyprpicker-0.4.2.gh.tar.gz 25167 BLAKE2B 05e8742e3ba0b32769aab96c9f643725d648aef1c404b6afc796a51c8ef63816945edd0c2fd924f76349b54204914ecfb37f2ec5c7e08cfe2b559efd73d634a5 SHA512 13ad07426405441442669546f90a332602f1e3869e004571c81443f004717b8cf03187f5787a1d9d317b6c2ab280aa00f47dcfca3e4b6403243fdfa14a5b68de

View File

@ -0,0 +1,31 @@
# Copyright 2024 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"
RDEPEND="
dev-libs/wayland
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
"