diff options
author | Remigiusz Micielski <remigiusz.micielski@gmail.com> | 2023-04-11 10:27:55 +0200 |
---|---|---|
committer | Remigiusz Micielski <remigiusz.micielski@gmail.com> | 2023-04-11 10:30:05 +0200 |
commit | 1a2a1f5328a479b8fdbabba9246859a7b56f7a9a (patch) | |
tree | 1360a9ab9d7a088bb5c30978da9690d122d80a29 /gui-libs | |
parent | gui-libs/xdg-desktop-portal-hyprland: add missing dependencies (diff) | |
download | guru-1a2a1f5328a479b8fdbabba9246859a7b56f7a9a.tar.gz guru-1a2a1f5328a479b8fdbabba9246859a7b56f7a9a.tar.bz2 guru-1a2a1f5328a479b8fdbabba9246859a7b56f7a9a.zip |
gui-libs/xdg-desktop-portal-hyprland: improve readibility
Signed-off-by: Remigiusz Micielski <remigiusz.micielski@gmail.com>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild | 6 | ||||
-rw-r--r-- | gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild index 5b195d545..31f2a4b61 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild @@ -60,13 +60,11 @@ src_configure() { } src_compile() { - cd hyprland-share-picker || die - make all || die "Couldn't compile hyprland-share-picker" - cd .. || die meson_src_compile + emake -C hyprland-share-picker all } src_install() { meson_src_install - dobin "${WORKDIR}"/xdg-desktop-portal-hyprland-${PV}/hyprland-share-picker/build/hyprland-share-picker + dobin "${S}/hyprland-share-picker/build/hyprland-share-picker" } 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 5b195d545..31f2a4b61 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 @@ -60,13 +60,11 @@ src_configure() { } src_compile() { - cd hyprland-share-picker || die - make all || die "Couldn't compile hyprland-share-picker" - cd .. || die meson_src_compile + emake -C hyprland-share-picker all } src_install() { meson_src_install - dobin "${WORKDIR}"/xdg-desktop-portal-hyprland-${PV}/hyprland-share-picker/build/hyprland-share-picker + dobin "${S}/hyprland-share-picker/build/hyprland-share-picker" } |