aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild6
-rw-r--r--gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild6
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"
}