mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
gui-apps/hyprpicker: improve live
- Introduce release switch for easy version bumps - Sort dependencies alphabetically Signed-off-by: Johannes Huber <johu@gmx.de>
This commit is contained in:
@@ -1,27 +1,35 @@
|
|||||||
# Copyright 2024 Gentoo Authors
|
# Copyright 2024-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit cmake git-r3
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
|
DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
|
||||||
HOMEPAGE="https://github.com/hyprwm/hyprpicker"
|
HOMEPAGE="https://github.com/hyprwm/hyprpicker"
|
||||||
EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git/"
|
|
||||||
|
if [[ "${PV}" = *9999 ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
|
>=dev-util/hyprwayland-scanner-0.4.2
|
||||||
|
gui-libs/hyprutils:=
|
||||||
x11-libs/cairo
|
x11-libs/cairo
|
||||||
x11-libs/libxkbcommon
|
x11-libs/libxkbcommon
|
||||||
x11-libs/pango
|
x11-libs/pango
|
||||||
>=gui-libs/hyprutils-0.2.0:=
|
|
||||||
"
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${RDEPEND}
|
|
||||||
dev-libs/wayland-protocols
|
dev-libs/wayland-protocols
|
||||||
dev-util/wayland-scanner
|
dev-util/wayland-scanner
|
||||||
media-libs/libglvnd
|
media-libs/libglvnd
|
||||||
|
|||||||
Reference in New Issue
Block a user