add gui-apps/hyprpicker, drop hyprland and qtile
This commit is contained in:
parent
d858d01e40
commit
26699b24ea
1 changed files with 37 additions and 0 deletions
37
gui-apps/hyprpicker/hyprpicker-9999.ebuild
Normal file
37
gui-apps/hyprpicker/hyprpicker-9999.ebuild
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Copyright 1999-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"
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/hyprwm/hyprpicker/"
|
||||||
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-libs/wayland
|
||||||
|
media-libs/libjpeg-turbo
|
||||||
|
x11-libs/cairo
|
||||||
|
x11-libs/pango
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="
|
||||||
|
dev-libs/wayland-protocols
|
||||||
|
virtual/pkgconfig
|
||||||
|
"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake protocols
|
||||||
|
cmake_src_compile
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin "${BUILD_DIR}/hyprpicker"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue