5 Commits

Author SHA1 Message Date
e67cceeeb8 update gnome-session
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 48s
2025-09-23 10:26:26 -05:00
8cc9cde70f add gnome-software 2025-09-23 09:46:16 -05:00
2cdb029b76 update gnome-settings-daemon 2025-09-23 09:43:17 -05:00
f6a7b60e5f remove gnome-initial-setup 2025-09-23 09:26:27 -05:00
6bc3d41834 update at-spi2-core 2025-09-22 15:44:09 -05:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +0,0 @@
../_common/rm-systemd.pl

View File

@@ -10,7 +10,7 @@ else
sed -i "s/')/'/" "${arg}/PKGBUILD"
source_line=$(grep -n "source=" "${arg}/PKGBUILD" | cut -d : -f 1)
source_line=$((source_line+1))
sed -i "${source_line}"'i\ "0001-meson-add-logind-provider-option.patch")' "${arg}/PKGBUILD"
sed -i "${source_line}"'i\ "0001-meson-allow-disabling-systemd-specific-code.patch")' "${arg}/PKGBUILD"
b2_line=$(grep -n "b2sums=" "${arg}/PKGBUILD" | cut -d : -f 1)
b2_line=$((b2_line+1))
@@ -18,8 +18,8 @@ else
prepare_line=$(grep -n "prepare()" "${arg}/PKGBUILD" | cut -d : -f 1)
prepare_line=$((prepare_line+2))
sed -i "${prepare_line}"'i\ git apply -3 ../0001-meson-add-logind-provider-option.patch' "${arg}/PKGBUILD"
sed -i "${prepare_line}"'i\ git apply -3 ../0001-meson-allow-disabling-systemd-specific-code.patch' "${arg}/PKGBUILD"
sed -i 's/$pkgname build/$pkgname build -Dlogind_provider=elogind/' "${arg}/PKGBUILD"
sed -i 's/$pkgname build/$pkgname build -Dsystemd=disabled/' "${arg}/PKGBUILD"
done
fi

View File

@@ -6,6 +6,6 @@ if [ "$#" -eq 0 ]; then
else
for arg in "$@"
do
sed -i "s/pkgname build/pkgname build \-Dsystemd=false/" "${arg}/PKGBUILD"
sed -i "s/ usbguard/ udev\n usbguard/" "${arg}/PKGBUILD"
done
fi

View File

@@ -0,0 +1 @@
../_common/d-systemd.sh