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
|
||||
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]
|
||||
version=1.1.0
|
||||
version=1.1.1
|
||||
git=https://github.com/Waffleslop/POTACAT.git
|
||||
install=$HOME/.local/bin/POTACAT.AppImage
|
||||
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
|
||||
UTILITIES=(
|
||||
hamlib
|
||||
python-yattag # must come before chirp-next
|
||||
alsa-utils
|
||||
aria2
|
||||
at-spi2-core
|
||||
base-devel
|
||||
cmake
|
||||
docopt
|
||||
fldigi
|
||||
flrig
|
||||
gpds
|
||||
gpsbabel
|
||||
qgis
|
||||
splat
|
||||
voacapl
|
||||
zim-tools
|
||||
zimwriterfs
|
||||
wine
|
||||
winetricks
|
||||
pat-bin
|
||||
chirp-next
|
||||
alsa-utils
|
||||
base-devel
|
||||
qt6-base
|
||||
qt6-webengine
|
||||
gtk4
|
||||
hamlib
|
||||
jdk-openjdk
|
||||
libappindicator-gtk3
|
||||
libkiwix
|
||||
aria2
|
||||
qt6-tools
|
||||
cmake
|
||||
libnotify
|
||||
libsecret
|
||||
libxcrypt-compat
|
||||
libxtst
|
||||
libzim
|
||||
meson
|
||||
ninja
|
||||
libzim
|
||||
libkiwix
|
||||
docopt
|
||||
nss
|
||||
pat-bin
|
||||
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
|
||||
APPLICATIONS=(
|
||||
gridtracker2
|
||||
chattervox-bin
|
||||
chirp-next
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user