commit: d63798c0b9f33dbf9346722a43dd403484184d28 Author: James McGeehan IV <bivsk <AT> tutanota <DOT> com> AuthorDate: Thu Feb 13 09:11:37 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Feb 13 09:11:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d63798c0
gui-apps/hyprpicker: add 0.4.2 Signed-off-by: James McGeehan IV <bivsk <AT> tutanota.com> gui-apps/hyprpicker/Manifest | 1 + gui-apps/hyprpicker/hyprpicker-0.4.2.ebuild | 31 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/gui-apps/hyprpicker/Manifest b/gui-apps/hyprpicker/Manifest index abaeab356..5b0f7b6e6 100644 --- a/gui-apps/hyprpicker/Manifest +++ b/gui-apps/hyprpicker/Manifest @@ -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 diff --git a/gui-apps/hyprpicker/hyprpicker-0.4.2.ebuild b/gui-apps/hyprpicker/hyprpicker-0.4.2.ebuild new file mode 100644 index 000000000..ea2120042 --- /dev/null +++ b/gui-apps/hyprpicker/hyprpicker-0.4.2.ebuild @@ -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 +"