Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-applets
Commits:
d2065083 by Balló György at 2024-07-12T12:30:44+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/gnome-applets/-/merge_requests/98
- patch -Np1 -i ../gnome-applets-98.patch
+ git apply -3 ../gnome-applets-98.patch
autoreconf -fi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/d20650836f468888a2317c28845d6d45af3c9d75
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/d20650836f468888a2317c28845d6d45af3c9d75
You're receiving this email because of your account on gitlab.archlinux.org.