2 Commits

Author SHA1 Message Date
b8f49431de lib32-colord: add
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 36s
2025-06-30 03:43:53 -05:00
511aea62fe update hyprland
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 5s
2025-06-27 10:42:42 -05:00
4 changed files with 13 additions and 0 deletions

11
patches/hyprland/02-rm-sums.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
if [ "$#" -eq 0 ]; then
echo "Usage: $0 <package repo>"
exit 1
else
for arg in "$@"
do
sed -i "s|make release.*|cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DNO_SYSTEMD=True|" "${arg}/PKGBUILD"
done
fi

View File

@@ -0,0 +1 @@
../_common/add-configure-options.pl

View File

@@ -0,0 +1 @@
../_common/systemd-to-elogind.sh