more fixes

This commit is contained in:
David Young
2026-05-23 16:48:20 -06:00
parent 1ec77821b1
commit 372d1d2408

View File

@@ -34,7 +34,7 @@ steps=/usr/lib/qt6/bin/qmake PREFIX=$HOME/.local "QMAKE_CXXFLAGS+=-Wno-error=sfi
version=3.8.2 version=3.8.2
git=https://github.com/kiwix/kiwix-tools.git git=https://github.com/kiwix/kiwix-tools.git
install=$HOME/.local/bin/kiwix-lib install=$HOME/.local/bin/kiwix-lib
steps=meson setup build --prefix=$HOME/.local, ninja -C build, ninja -C build install steps=sudo chown -R $USER:$USER $HOME/.local/share/man, meson setup build --prefix=$HOME/.local, ninja -C build, ninja -C build install
[Dump1090] [Dump1090]
version=1.0.0 version=1.0.0
@@ -51,7 +51,7 @@ gui=true
steps=rm -rf $HOME/.local/bin/yaac, mkdir -p $HOME/.local/bin/yaac, mv /tmp/hampack-build/yaac/* $HOME/.local/bin/yaac/ steps=rm -rf $HOME/.local/bin/yaac, mkdir -p $HOME/.local/bin/yaac, mv /tmp/hampack-build/yaac/* $HOME/.local/bin/yaac/
[potacat] [potacat]
version=1.6.1 version=1.7.0
git=https://github.com/Waffleslop/POTACAT.git git=https://github.com/Waffleslop/POTACAT.git
install=$HOME/.local/bin/POTACAT.AppImage install=$HOME/.local/bin/POTACAT.AppImage
desktop=$HOME/.local/share/HamPack/desktop/potacat.desktop desktop=$HOME/.local/share/HamPack/desktop/potacat.desktop