modify packages, add build deps, and minor adjustment to build.sh
All checks were successful
/ build (push) Successful in 3m21s
All checks were successful
/ build (push) Successful in 3m21s
This commit is contained in:
parent
03f2dfeca0
commit
3e6c7494db
3 changed files with 7 additions and 10 deletions
|
|
@ -18,6 +18,10 @@ jobs:
|
|||
echo "${{ secrets.GPG_PRIVATE_KEY }}" > /home/builder/private.asc
|
||||
echo "${{ secrets.GPG_KEY_PASSWD }}" > /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
|
||||
uses: actions/checkout@v6
|
||||
- name: add ssh key
|
||||
|
|
|
|||
4
build.sh
4
build.sh
|
|
@ -32,9 +32,9 @@ jq -c '.[]' pkgbuilds.json | while IFS= read -r src; do
|
|||
--key $LONGKEY &&
|
||||
repo-add -Rpsvk $LONGKEY \
|
||||
"$BUILD_DIR"/taur.db.tar.zst \
|
||||
"$SRC_DIR"/"$pkg"/"$pkg"*.pkg.tar.zst &&
|
||||
"$SRC_DIR"/"$pkg"/*.pkg.tar.zst &&
|
||||
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"
|
||||
done
|
||||
done
|
||||
|
|
|
|||
|
|
@ -1,14 +1,7 @@
|
|||
[
|
||||
{
|
||||
"base": "https://aur.archlinux.org",
|
||||
"pkgs": [
|
||||
"librewolf-bin",
|
||||
"ungoogled-chromium-bin",
|
||||
"adwaita-qt5-git",
|
||||
"adwaita-qt6-git",
|
||||
"jdk24-openjdk",
|
||||
"joplin-beta"
|
||||
],
|
||||
"pkgs": ["librewolf-bin", "ungoogled-chromium-bin", "adwaita-qt-git"],
|
||||
"rm": []
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue