more compiled apps
This commit is contained in:
21
compile.conf
21
compile.conf
@@ -11,8 +11,27 @@ git=https://github.com/kiwix/kiwix-desktop.git
|
|||||||
install=/usr/local/bin/kiwix-desktop
|
install=/usr/local/bin/kiwix-desktop
|
||||||
steps=/usr/lib/qt6/bin/qmake, make, sudo make install
|
steps=/usr/lib/qt6/bin/qmake, make, sudo make install
|
||||||
|
|
||||||
|
[Kiwix-Tools]
|
||||||
|
version=3.8.2
|
||||||
|
git=https://github.com/kiwix/kiwix-tools.git
|
||||||
|
install=/usr/local/bin/
|
||||||
|
steps=meson setup build, ninja -C build, ninja -C build install
|
||||||
|
|
||||||
|
[Dump1090]
|
||||||
|
version=1.0.0
|
||||||
|
git=https://github.com/antirez/dump1090.git
|
||||||
|
install=$HOME/.local/bin/dump1090
|
||||||
|
steps=make, mv dump1090 $HOME/.local/bin/dump1090
|
||||||
|
|
||||||
|
[yaac]
|
||||||
|
version=1.0.0
|
||||||
|
wget=https://www.ka2ddo.org/ka2ddo/YAAC.zip
|
||||||
|
install=$HOME/.local/bin/YAAC.jar
|
||||||
|
desktop=$HOME/.local/share/HamPack/desktop/yaac.desktop
|
||||||
|
steps=unzip YAAC.zip
|
||||||
|
|
||||||
[potacat]
|
[potacat]
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
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
|
||||||
|
|||||||
BIN
desktop/icons/yaaclogo.png
Normal file
BIN
desktop/icons/yaaclogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
0
desktop/potacat.desktop
Normal file → Executable file
0
desktop/potacat.desktop
Normal file → Executable file
8
desktop/yaac.desktop
Executable file
8
desktop/yaac.desktop
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=YAAC
|
||||||
|
Comment=Yet another aprs client
|
||||||
|
Exec=$HOME/.local/bin/YAAC.jar
|
||||||
|
Icon=$HOME/.local/share/HamPack/desktop/icons/yaaclogo.png
|
||||||
|
Type=Application
|
||||||
|
Categories=HamRadio;Utility;
|
||||||
|
Terminal=false
|
||||||
@@ -1,38 +1,48 @@
|
|||||||
# Ham utilities
|
# Ham utilities
|
||||||
UTILITIES=(
|
UTILITIES=(
|
||||||
hamlib
|
alsa-utils
|
||||||
python-yattag # must come before chirp-next
|
aria2
|
||||||
|
at-spi2-core
|
||||||
|
base-devel
|
||||||
|
cmake
|
||||||
|
docopt
|
||||||
fldigi
|
fldigi
|
||||||
flrig
|
flrig
|
||||||
gpds
|
gpds
|
||||||
gpsbabel
|
gpsbabel
|
||||||
qgis
|
gtk4
|
||||||
splat
|
hamlib
|
||||||
voacapl
|
jdk-openjdk
|
||||||
zim-tools
|
libappindicator-gtk3
|
||||||
zimwriterfs
|
|
||||||
wine
|
|
||||||
winetricks
|
|
||||||
pat-bin
|
|
||||||
chirp-next
|
|
||||||
alsa-utils
|
|
||||||
base-devel
|
|
||||||
qt6-base
|
|
||||||
qt6-webengine
|
|
||||||
libkiwix
|
libkiwix
|
||||||
aria2
|
libnotify
|
||||||
qt6-tools
|
libsecret
|
||||||
cmake
|
libxcrypt-compat
|
||||||
|
libxtst
|
||||||
|
libzim
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
libzim
|
nss
|
||||||
libkiwix
|
pat-bin
|
||||||
docopt
|
python-yattag # must come before chirp-next
|
||||||
|
qgis
|
||||||
|
qt6-base
|
||||||
|
qt6-tools
|
||||||
|
qt6-webengine
|
||||||
|
splat
|
||||||
|
util-linux-libs
|
||||||
|
voacapl
|
||||||
|
wine
|
||||||
|
winetricks
|
||||||
|
xdg-utils
|
||||||
|
zim-tools
|
||||||
|
zimwriterfs
|
||||||
)
|
)
|
||||||
|
|
||||||
# Ham applications
|
# Ham applications
|
||||||
APPLICATIONS=(
|
APPLICATIONS=(
|
||||||
gridtracker2
|
gridtracker2
|
||||||
chattervox-bin
|
chattervox-bin
|
||||||
|
chirp-next
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user