Skip to content

Commit

Permalink
Final tweaks for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Slotter committed May 30, 2022
1 parent c6175b9 commit 7904e22
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion files/etc/hampi-release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PRETTY_NAME="HamPi 3.0 (May 2022)"
PRETTY_NAME="HamPi 3.0 64-bit (May 2022)"
NAME="HamPi"
VERSION_ID="3,0"
VERSION="3.0 (May 2022)"
Expand Down
7 changes: 5 additions & 2 deletions tasks/install_lopora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
- name: Copy Lopora desktop file
become: yes
copy:
src: "{{ playbook_dir }}/../files/usr/local/share/applications/lopora.desktop"
template:
src: "{{ playbook_dir }}/../templates/usr/local/share/applications/lopora.desktop.j2"
dest: "/usr/local/share/applications/lopora.desktop"
owner: root
group: root
mode: 0644
7 changes: 5 additions & 2 deletions tasks/install_noaa_apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@

- name: Copy noaa-apt desktop file
become: yes
copy:
src: "{{ playbook_dir }}/../files/usr/local/share/applications/noaa-apt.desktop"
template:
src: "{{ playbook_dir }}/../files/usr/local/share/applications/noaa-apt.desktop.j2"
dest: "/usr/local/share/applications/noaa-apt.desktop"
owner: root
group: root
mode: 0644

- name: Remove RUST installer
file: dest=/tmp/initrust.sh state=absent
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

cd /home/hampi/hamradio/D-Rats/
cd /home/{{ ham_user }}/hamradio/D-Rats/
if [ $? != 0 ]; then
echo "Updating D-Rats failed. (cd)"
exit $?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Version=1.0
Name=Lopora
GenericName=QRSS Beacon Reception
Comment=Lopora is a QRSS Beacon Reception program
Exec=/home/pi/lopora/scriptfiles/quickstartlopora-pi.sh
Path=/home/pi/lopora
Exec=/home/{{ ham_user}}/lopora/scriptfiles/quickstartlopora-pi.sh
Path=/home/{{ ham_user}}/lopora
Terminal=false
StartupNotify=true
Categories=Utility;HamRadio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Name=NOAA Apt Image Decoder
GenericName=NOAA Apt Image Decoder
Comment=Image decoder for APT signals from NOAA satellites
Exec=/home/pi/hamradio/noaa-apt/target/release/noaa-apt
Path=/home/pi/hamradio/noaa-apt
Icon=/home/pi/hamradio/noaa-apt/res/icon.png
Exec=/home/{{ ham_user}}/hamradio/noaa-apt/target/release/noaa-apt
Path=/home/{{ ham_user}}/hamradio/noaa-apt
Icon=/home/{{ ham_user}}/hamradio/noaa-apt/res/icon.png
Terminal=false
Type=Application
Categories=HamRadio

0 comments on commit 7904e22

Please sign in to comment.