gui-libs/xdg-desktop-portal-hyprland: improve readibility

Signed-off-by: Remigiusz Micielski <remigiusz.micielski@gmail.com>
This commit is contained in:
Remigiusz Micielski
2023-04-11 10:27:55 +02:00
parent eb7f98c720
commit 1a2a1f5328
2 changed files with 4 additions and 8 deletions

View File

@@ -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"
}

View File

@@ -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"
}