25 Commits

Author SHA1 Message Date
af497c569b Merge pull request 'add reflector' (#402) from reflector into master
Reviewed-on: #402
2025-09-11 00:05:31 +02:00
fa4c947aa0 add reflector
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 32s
package isn't in repos yet, but this should take care of it when it's added
2025-09-10 17:00:25 -05:00
58d8074e25 add switcheroo-control
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 35s
2025-09-05 09:36:04 -05:00
d2314ba792 Merge pull request 'update powerdns-recursor patch' (#400) from pdns into master
Reviewed-on: #400
2025-08-28 21:46:35 +02:00
d38519c952 update powerdns-recursor patch
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 29s
2025-08-28 14:45:45 -05:00
710187a29a Merge pull request 'fix: remove redundant patch for netavark' (#399) from netavark into master
Reviewed-on: #399
2025-08-17 11:13:26 +02:00
a1b01152f2 fix: remove redundant patch for netavark
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 44s
2025-08-17 09:11:06 +00:00
23afbd4c33 Merge pull request 'add rust' (#398) from rust into master
Reviewed-on: #398
2025-08-13 17:37:30 +02:00
07d43e5998 add rust
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 2s
2025-08-13 10:31:58 -05:00
061aecd264 Merge pull request 'update mariadb systemd patch' (#397) from mariadb-upd into master
Reviewed-on: #397
2025-08-09 00:36:12 +02:00
07ef86b52b update mariadb systemd patch
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 1s
2025-08-08 17:35:38 -05:00
e57ec5317d Merge pull request 'add ruby-puma' (#396) from ruby-puma into master
Reviewed-on: #396
2025-08-03 20:25:25 +02:00
a6d5e7eaf4 add ruby-puma
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 33s
ulimit command is not required on our infra and it causes issues
2025-08-03 13:24:19 -05:00
fac05d52ac Merge pull request 'tigervnc: systemd-libs-to-libudev' (#395) from more-tigervnc into master
Reviewed-on: #395
2025-07-28 23:34:32 +02:00
7286dd257d tigervnc: systemd-libs-to-libudev
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 33s
2025-07-28 16:33:35 -05:00
5c1e0dc74e Merge pull request 'add dotnet-core-8.0' (#394) from dotnet8 into master
Reviewed-on: #394
2025-07-26 17:17:07 +02:00
7c6ce044e7 add dotnet-core-8.0
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 35s
2025-07-26 10:16:01 -05:00
016e274b41 Merge pull request 'remove: vtk' (#393) from rm-vtk into master
Reviewed-on: #393
2025-07-20 23:47:35 +02:00
6dafdccaa5 remove: vtk
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 3s
2025-07-20 16:47:12 -05:00
a2040c36a0 Merge pull request 'fix(uwsgi): reorder patches.' (#392) from uwsgi into master
Reviewed-on: #392
2025-07-14 00:40:40 +02:00
30fbb9746c fix(uwsgi): reorder patches.
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 4s
- updpkgsums should be last to update checksums array based on previous changes
2025-07-13 22:38:55 +00:00
0a9025abcc Merge pull request 'lib32-libnm: clean up script' (#391) from lib32-libnm into master
Reviewed-on: #391
2025-07-10 06:37:50 +02:00
e451e99e6f lib32-libnm: clean up script
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 1s
2025-07-10 06:37:45 +02:00
b290630426 Merge pull request 'lib32-libnm: Add' (#390) from lib32-libnm into master
Reviewed-on: #390
2025-07-10 05:50:07 +02:00
5bd4caec05 lib32-libnm: Add
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 37s
2025-07-09 22:48:38 -05:00
19 changed files with 43 additions and 23 deletions

1
patches/dotnet-core-8.0 Symbolic link
View File

@@ -0,0 +1 @@
dotnet-core/

View File

@@ -0,0 +1,11 @@
#!/bin/sh
for i in $@; do
sed -e '/session_tracking/a\
-D session_tracking=no\
-D systemd_journal=false\
-D systemdsystemunitdir=no' \
-e '/systemd/d'\
-i $i/PKGBUILD
done

View File

@@ -1 +0,0 @@
../_common/rm-systemd-deps.sh

View File

@@ -13,6 +13,7 @@ else
-i "${arg}/PKGBUILD"
sed -e "s|'systemd' ||" \
-e "s|'systemd-libs' ||" \
-e "s|'libsystemd.so'||" \
-i "${arg}/PKGBUILD"
sed -i '/mariadb@bootstrap\.service\.d/d' "${arg}/PKGBUILD"
sed -i '/rm -r usr\/share\/mysql\/systemd\//d' "${arg}/PKGBUILD"

View File

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

View File

@@ -8,6 +8,7 @@ else
do
sed -e "s/systemd-libs/esysusers/" \
-e "s/--enable-systemd/--disable-systemd/" \
-e "s/-Dsystemd-service=enabled/-Dsystemd-service=disabled/" \
-e "s/'systemd'//" \
-i "${arg}/PKGBUILD"
done

View File

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

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 -E 's|^(\s+)(python -m build)|\1sed -e "s\|https://archlinux.org\|https://packages.artixlinux.org\|g" \\\n\1 -e "s\|Arch Linux\|Artix Linux\|g" \\\n\1 -i Reflector.py\n\1\2|g' -i "${arg}/PKGBUILD"
done
fi

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 '/ulimit/Id' "${arg}/PKGBUILD"
done
fi

View File

@@ -0,0 +1 @@
../_common/archlinux-to-artixlinux.sh

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
CONFIG_OPTIONS=-D systemdsystemunitdir=/usr/lib/systemd # dummy dir

View File

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

View File

@@ -1,21 +0,0 @@
#!/bin/bash
if [ "$#" -eq 0 ]; then
echo "Usage: $0 <package repo>"
exit 1
else
for arg in "$@"
do
search_string='cmake -B build -S ${pkgname^^}-${pkgver} \\'
append_string=' -DCMAKE_PREFIX_PATH=/usr \\'
line_number=$(grep -n "$search_string" "${arg}/PKGBUILD" | cut -d':' -f1)
if [ -z "$line_number" ]; then
echo "Error: Search string not found in file '${arg}/PKGBUILD'"
exit 1
fi
sed -i "${line_number}s|${search_string}|&\n${append_string}|" "${arg}/PKGBUILD"
done
fi