rpms/xgridloc/F-11 xgridloc.desktop, NONE, 1.1 xgridloc.png, NONE, 1.1 xgridloc.sh.in, NONE, 1.1

dp67 dp67 at fedoraproject.org
Fri Jul 10 08:40:54 UTC 2009


Author: dp67

Update of /cvs/pkgs/rpms/xgridloc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18048

Added Files:
	xgridloc.desktop xgridloc.png xgridloc.sh.in 
Log Message:



--- NEW FILE xgridloc.desktop ---

[Desktop Entry]
Encoding=UTF-8
Name=xgridloc
GenericName=xgridloc
Comment=GTK+ application for the calculation of Maidenhead QRA Locators
Exec=xgridloc
Icon=xgridloc
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0
X-Desktop-File-Install-Version=0.15


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




More information about the fedora-extras-commits mailing list