modify packages, add build deps, and minor adjustment to build.sh
All checks were successful
/ build (push) Successful in 3m21s

This commit is contained in:
toufic ar 2026-02-10 20:48:34 +02:00
parent 03f2dfeca0
commit 3e6c7494db
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k
3 changed files with 7 additions and 10 deletions

View file

@ -18,6 +18,10 @@ jobs:
echo "${{ secrets.GPG_PRIVATE_KEY }}" > /home/builder/private.asc echo "${{ secrets.GPG_PRIVATE_KEY }}" > /home/builder/private.asc
echo "${{ secrets.GPG_KEY_PASSWD }}" > /home/builder/gpgpasswd echo "${{ secrets.GPG_KEY_PASSWD }}" > /home/builder/gpgpasswd
chown builder: /home/builder/private.asc /home/builder/gpgpasswd chown builder: /home/builder/private.asc /home/builder/gpgpasswd
- name: install build deps
run: |
pacman -S --noconfirm --needed cmake
pacman -S --noconfirm --needed qt5-base qt5-x11extras qt6-base
- name: checkout repo - name: checkout repo
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: add ssh key - name: add ssh key

View file

@ -32,9 +32,9 @@ jq -c '.[]' pkgbuilds.json | while IFS= read -r src; do
--key $LONGKEY && --key $LONGKEY &&
repo-add -Rpsvk $LONGKEY \ repo-add -Rpsvk $LONGKEY \
"$BUILD_DIR"/taur.db.tar.zst \ "$BUILD_DIR"/taur.db.tar.zst \
"$SRC_DIR"/"$pkg"/"$pkg"*.pkg.tar.zst && "$SRC_DIR"/"$pkg"/*.pkg.tar.zst &&
cp -rfv \ cp -rfv \
"$SRC_DIR"/"$pkg"/"$pkg"*.pkg.tar.zst "$SRC_DIR"/"$pkg"/"$pkg"*.pkg.tar.zst.sig \ "$SRC_DIR"/"$pkg"/*.pkg.tar.zst "$SRC_DIR"/"$pkg"/*.pkg.tar.zst.sig \
"$BUILD_DIR" "$BUILD_DIR"
done done
done done

View file

@ -1,14 +1,7 @@
[ [
{ {
"base": "https://aur.archlinux.org", "base": "https://aur.archlinux.org",
"pkgs": [ "pkgs": ["librewolf-bin", "ungoogled-chromium-bin", "adwaita-qt-git"],
"librewolf-bin",
"ungoogled-chromium-bin",
"adwaita-qt5-git",
"adwaita-qt6-git",
"jdk24-openjdk",
"joplin-beta"
],
"rm": [] "rm": []
} }
] ]