From 34c7001b7fffb33c6b22b2d911528755c40ea9ad Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 5 Dec 2022 19:10:48 -0500 Subject: Add gui-libs/xdg-desktop-portal-hyprland --- .../xdg-desktop-portal-hyprland-9999.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild index 5a3df80..cbd7c1b 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild @@ -17,7 +17,7 @@ else fi LICENSE="MIT" -SLOT="0/9999" +SLOT="0" IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" @@ -57,3 +57,14 @@ src_configure() { fi meson_src_configure } + +MAKEOPTS="-C ${S}/hyprland-share-picker" +src_compile() { + meson_src_compile + emake all +} + +src_install() { + meson_src_install + dobin "${S}/hyprland-share-picker/build/hyprland-share-picker" +} -- cgit v1.2.3