5 Commits

Author SHA1 Message Date
30355bf357 lib32-fontconfig: add
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 34s
2025-07-03 04:29:18 -05:00
e167b96011 hyprland: remove uwsm optdep 2025-07-01 00:16:42 +02:00
d4f188578d Merge pull request 'lib32-colord: add' (#380) from lib32-colord into master
Reviewed-on: #380
2025-06-30 10:45:13 +02:00
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
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/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"
sed -i '/uwsm/d' "${arg}/PKGBUILD"
sed -i '66s/$/)/' "${arg}/PKGBUILD"
done
fi

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
#!/bin/sh
for i in $@; do
sed -e 's|?signed||' \
-i $i/PKGBUILD
done