Update with new icon
This commit is contained in:
parent
7f8b1ff040
commit
2feb9bc29e
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -1,3 +1,9 @@
|
||||||
|
qttermtcp (0.0.0.69-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Added new icon
|
||||||
|
|
||||||
|
-- Dave Hibberd <d@vehibberd.com> Thu, 14 Sep 2023 22:56:25 +0100
|
||||||
|
|
||||||
qttermtcp (0.0.0.69-1) unstable; urgency=medium
|
qttermtcp (0.0.0.69-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
|
@ -4,10 +4,9 @@ Priority: optional
|
||||||
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
||||||
Uploaders:
|
Uploaders:
|
||||||
Dave Hibberd <d@vehibberd.com>,
|
Dave Hibberd <d@vehibberd.com>,
|
||||||
Christoph Berg <myon@debian.org>,
|
|
||||||
Standards-Version: 4.6.0.0
|
Standards-Version: 4.6.0.0
|
||||||
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/qsstv
|
Vcs-Browser:
|
||||||
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/qsstv.git
|
Vcs-Git:
|
||||||
Homepage: https://www.cantab.net/users/john.wiseman/Documents/QtTermTCP.html
|
Homepage: https://www.cantab.net/users/john.wiseman/Documents/QtTermTCP.html
|
||||||
Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, libqt5serialport5-dev
|
Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, libqt5serialport5-dev
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Comment=QtTermTCP ax25 client
|
Comment=QtTermTCP ax25 client
|
||||||
Exec=/opt/oarc/QtTermTCP/QtTermTCP
|
Exec=/opt/oarc/QtTermTCP/QtTermTCP
|
||||||
GenericName=QtTermTPC
|
GenericName=QtTermTCP
|
||||||
Icon=qttermtcp
|
Icon=QtTermTCP
|
||||||
Name=QtTermTCP
|
Name=QtTermTCP
|
||||||
NoDisplay=false
|
NoDisplay=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
QtTermTCP /opt/oarc/QtTermTCP
|
QtTermTCP /opt/oarc/QtTermTCP
|
||||||
qttermtcp.desktop /usr/share/applications
|
debian/qttermtcp.desktop /usr/share/applications
|
||||||
QtTermTCP.ico /usr/share/qttermtcp
|
debian/QtTermTCP.png /usr/share/pixmaps
|
||||||
|
|
Loading…
Reference in New Issue