Balló György pushed to branch main at Arch Linux / Packaging / Packages /
qreator
Commits:
19e2e7c3 by Balló György at 2026-01-01T03:18:40+01:00
Use git apply instead of patch
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -47,7 +47,7 @@ prepare() {
# Fix for Python 3.9
# https://gitlab.com/qreator-dev/qreator/-/merge_requests/6
- patch -Np1 -i ../qreator-python3.9.patch
+ git apply -3 ../qreator-python3.9.patch
# Use osm-gps-map instead of libchamplain to display map
# https://gitlab.com/qreator-dev/qreator/-/merge_requests/5
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qreator/-/commit/19e2e7c3b346366b856874ed93362debd4d5c989
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qreator/-/commit/19e2e7c3b346366b856874ed93362debd4d5c989
You're receiving this email because of your account on gitlab.archlinux.org.