From bd31f0665567ffc272e41d8c61bbaea0662f44e4 Mon Sep 17 00:00:00 2001 From: Remigiusz Micielski Date: Mon, 24 Apr 2023 22:25:16 +0200 Subject: [PATCH] Revert "gui-libs/xdg-desktop-portal-hyprland: fix wrong variable name" This reverts commit 8dfa4652d619f3361b531f64d33c8547dcbac62f. Signed-off-by: Remigiusz Micielski --- .../xdg-desktop-portal-hyprland-0.1.0.ebuild | 8 ++++---- .../xdg-desktop-portal-hyprland-0.2.1.ebuild | 8 ++++---- .../xdg-desktop-portal-hyprland-0.3.0.ebuild | 8 ++++---- .../xdg-desktop-portal-hyprland-9999.ebuild | 8 ++++---- 4 files changed, 16 insertions(+), 16 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 b5b2c54e6a..a16147f38b 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 @@ -59,13 +59,13 @@ src_unpack() { } src_configure() { - local emesonargs=() + local emasonargs=() if use systemd; then - emesonargs+=(-Dsd-bus-provider=libsystemd) + emasonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then - emesonargs+=(-Dsd-bus-provider=libelogind) + emasonargs+=(-Dsd-bus-provider=libelogind) else - emesonargs+=(-Dsd-bus-provider=basu) + emasonargs+=(-Dsd-bus-provider=basu) fi meson_src_configure } diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild index 36fbc67ceb..10b7894892 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild @@ -60,13 +60,13 @@ src_unpack() { } src_configure() { - local emesonargs=() + local emasonargs=() if use systemd; then - emesonargs+=(-Dsd-bus-provider=libsystemd) + emasonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then - emesonargs+=(-Dsd-bus-provider=libelogind) + emasonargs+=(-Dsd-bus-provider=libelogind) else - emesonargs+=(-Dsd-bus-provider=basu) + emasonargs+=(-Dsd-bus-provider=basu) fi meson_src_configure } diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild index 17ebcc66ec..2db31ff4d8 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild @@ -51,13 +51,13 @@ BDEPEND=" " src_configure() { - local emesonargs=() + local emasonargs=() if use systemd; then - emesonargs+=(-Dsd-bus-provider=libsystemd) + emasonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then - emesonargs+=(-Dsd-bus-provider=libelogind) + emasonargs+=(-Dsd-bus-provider=libelogind) else - emesonargs+=(-Dsd-bus-provider=basu) + emasonargs+=(-Dsd-bus-provider=basu) fi meson_src_configure } 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 17ebcc66ec..2db31ff4d8 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 @@ -51,13 +51,13 @@ BDEPEND=" " src_configure() { - local emesonargs=() + local emasonargs=() if use systemd; then - emesonargs+=(-Dsd-bus-provider=libsystemd) + emasonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then - emesonargs+=(-Dsd-bus-provider=libelogind) + emasonargs+=(-Dsd-bus-provider=libelogind) else - emesonargs+=(-Dsd-bus-provider=basu) + emasonargs+=(-Dsd-bus-provider=basu) fi meson_src_configure }