mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
gui-libs/xdg-desktop-portal-hyprland: improve readibility
Signed-off-by: Remigiusz Micielski <remigiusz.micielski@gmail.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user