rpms/xdemorse/devel xdemorse.desktop, NONE, 1.1 xdemorse.png, NONE, 1.1 xdemorse.sh.in, NONE, 1.1

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Wed Jul 16 17:24:14 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/xdemorse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26184

Added Files:
	xdemorse.desktop xdemorse.png xdemorse.sh.in 
Log Message:
initial import


--- NEW FILE xdemorse.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=xdemorse
GenericName=xdemorse
Comment=GTK based application for decoding and displaying Morse code signals
Exec=xdemorse
Icon=xdemorse.png
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE xdemorse.sh.in ---
#!/bin/sh
#Wrapper script for xdemorse to ensure that user configuration is present
xdemorsebin="/usr/libexec/xdemorse-bin"
#check if user configuration is present
if [ ! -e ~/.xdemorserc ]
then
echo "Creating user configuration file"
cp /usr/share/xdemorse/xdemorserc ~/.xdemorserc
fi
#launch xdemorse
echo "Please configure your serial device in the .xdemorserc file in your users home directory"
$xdemorsebin




More information about the fedora-extras-commits mailing list