Balló György pushed to branch main at Arch Linux / Packaging / Packages /
eog-plugins
Commits:
7a358fbe by Balló György at 2024-08-31T11:47:32+02:00
Format
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -25,8 +25,11 @@ prepare() {
}
build() {
- arch-meson $pkgname build \
- -Dplugin_postasa=false
+ local meson_options=(
+ -D plugin_postasa=false
+ )
+
+ arch-meson $pkgname build "${meson_options[@]}"
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eog-plugins/-/commit/7a358fbe6510d26f0bc9a3ddea1f5739dbca6988
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eog-plugins/-/commit/7a358fbe6510d26f0bc9a3ddea1f5739dbca6988
You're receiving this email because of your account on gitlab.archlinux.org.