Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-panel
Commits:
aa8b45c8 by Balló György at 2024-07-12T12:24:37+02:00
Use git apply instead of patch
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -31,16 +31,16 @@ prepare() {
cd $pkgname
# https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/60
- patch -Np1 -i ../gnome-panel-60.patch
+ git apply -3 ../gnome-panel-60.patch
# https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/64
- patch -Np1 -i ../gnome-panel-64.patch
+ git apply -3 ../gnome-panel-64.patch
# https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/65
- patch -Np1 -i ../gnome-panel-65.patch
+ git apply -3 ../gnome-panel-65.patch
# https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/72
- patch -Np1 -i ../gnome-panel-72.patch
+ git apply -3 ../gnome-panel-72.patch
autoreconf -fi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-panel/-/commit/aa8b45c89dcba56512ec434669ff017293215b60
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-panel/-/commit/aa8b45c89dcba56512ec434669ff017293215b60
You're receiving this email because of your account on gitlab.archlinux.org.