Balló György pushed to branch main at Arch Linux / Packaging / Packages /
metacity
Commits:
bd866b36 by Balló György at 2024-07-12T13:15:26+02:00
Use git apply instead of patch
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -23,7 +23,7 @@ prepare() {
cd $pkgname
# https://gitlab.gnome.org/GNOME/metacity/-/merge_requests/36
- patch -Np1 -i ../0001-frames-Add-basic-color-scheme-support.patch
+ git apply -3 ../0001-frames-Add-basic-color-scheme-support.patch
autoreconf -fi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/bd866b36f1c27efad34ad4c14fc2650725b8d546
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/bd866b36f1c27efad34ad4c14fc2650725b8d546
You're receiving this email because of your account on gitlab.archlinux.org.