diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-05 19:10:48 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-05 19:10:48 -0500 |
commit | 34c7001b7fffb33c6b22b2d911528755c40ea9ad (patch) | |
tree | e58675f91ce239f3be2bcfe57d89d8691ea15cfc /gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild | |
parent | 3d092ad4522a8ef6fb1abf115246b874b8ac492a (diff) | |
download | MrRoy-Overlay-34c7001b7fffb33c6b22b2d911528755c40ea9ad.tar.gz MrRoy-Overlay-34c7001b7fffb33c6b22b2d911528755c40ea9ad.tar.bz2 MrRoy-Overlay-34c7001b7fffb33c6b22b2d911528755c40ea9ad.zip |
Add gui-libs/xdg-desktop-portal-hyprland
Diffstat (limited to 'gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild')
-rw-r--r-- | gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
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" +} |