ham/chirp: Updated for version 20171104.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d55c3c9b97
commit
ebc341a210
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=chirp
|
||||
VERSION=${VERSION:-20170714}
|
||||
VERSION=${VERSION:-20171104}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,9 +71,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Make the desktop file validate and be otherwise useful...
|
||||
patch -p1 < $CWD/fixup-chirp.desktop.patch
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="chirp"
|
||||
VERSION="20170714"
|
||||
VERSION="20171104"
|
||||
HOMEPAGE="http://chirp.danplanet.com/projects/chirp/wiki/Home"
|
||||
DOWNLOAD="http://trac.chirp.danplanet.com/chirp_daily/daily-20170714/chirp-daily-20170714.tar.gz"
|
||||
MD5SUM="6e6b57af6dd363879d3d798a358109fa"
|
||||
DOWNLOAD="http://trac.chirp.danplanet.com/chirp_daily/daily-20171104/chirp-daily-20171104.tar.gz"
|
||||
MD5SUM="e4f92fb9a7ddef2f69a89ff451340938"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyserial"
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
diff -Nur chirp-0.4.0.orig/share/chirp.desktop chirp-0.4.0/share/chirp.desktop
|
||||
--- chirp-0.4.0.orig/share/chirp.desktop 2012-02-15 13:46:54.000000000 -0600
|
||||
+++ chirp-0.4.0/share/chirp.desktop 2014-05-18 22:39:37.171092107 -0500
|
||||
@@ -1,13 +1,11 @@
|
||||
[Desktop Entry]
|
||||
-Version=0.1
|
||||
-Encoding=UTF-8
|
||||
+Version=1.0
|
||||
Type=Application
|
||||
Exec=chirpw
|
||||
-Icon=chirp.png
|
||||
+Icon=chirp
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
-Categories=Application;HamRadio
|
||||
-MimeType=inode/directory
|
||||
+Categories=System;HamRadio;
|
||||
+MimeType=inode/directory;
|
||||
Name=CHIRP
|
||||
Comment=CHIRP Radio Programming Tool
|
||||
-GenericName=CHIRP Radio Programming Tool
|
Loading…
Reference in New Issue