rpms/qle/devel qle-0.0.17-configlocation.patch, NONE, 1.1 qle-0.0.17-sh.patch, NONE, 1.1 qle-configlocation.patch, 1.2, NONE qle-sh.patch, 1.3, NONE

Lucian Langa lucilanga at fedoraproject.org
Sun Dec 20 19:08:52 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/qle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32038

Added Files:
	qle-0.0.17-configlocation.patch qle-0.0.17-sh.patch 
Removed Files:
	qle-configlocation.patch qle-sh.patch 
Log Message:
* Fri Nov 27 2009 Lucian Langa <cooly at gnome.eu.org> - 0.0.17-1
- improve desktop icon file (#530837)
- update patch0
- new upstream release

qle-0.0.17-configlocation.patch:
 qle-0.0.17.pl |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE qle-0.0.17-configlocation.patch ---
--- qle-0.0.17/qle-0.0.17.pl	2009-10-11 17:03:41.000000000 +0300
+++ qle-0.0.17-mod/qle-0.0.17.pl	2009-11-27 22:19:56.000000000 +0200
@@ -51,6 +51,7 @@
     # Build name of config file from name of executable file:
     my ($progName, $pathName, $suffix) = fileparse("$0", qr/\.[^.]*/);
     my $configFile;
+    my $pathName = "/etc/qle/";
     if (File::Spec->file_name_is_absolute($pathName)) {
       $configFile = "$pathName" . "$progName" . ".conf";
     } else {
@@ -59,6 +60,7 @@
       $absPathName = $absPathName . "/";
       $configFile = "$absPathName" . "$progName" . ".conf";
     }
+print $configFile;
 
 
     # Report name of executable in title bar (use target of symlink

qle-0.0.17-sh.patch:
 qle.sh |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE qle-0.0.17-sh.patch ---
diff -Naur qle-0.0.17/qle.sh qle-0.0.17-mod/qle.sh
--- qle-0.0.17/qle.sh	2009-10-11 17:03:41.000000000 +0300
+++ qle-0.0.17-mod/qle.sh	2009-12-20 20:47:46.000000000 +0200
@@ -1,3 +1,4 @@
+#!/bin/bash
 #####################################################################
 #
 # Suggested start-up script for qle-<version>.pl
@@ -13,6 +14,7 @@
 #####################################################################
 #
 #cd ~/qle-0.0.17
+cd /usr/share/qle
 #
 echo qle.sh: trying to kill lingering hamlib 'rigctld' servers:
 killall rigctld
@@ -24,7 +26,7 @@
 #
 echo qle.sh: starting up the 'qle' logger program:
 # perl qle-0.0.17.pl -font "-adobe-avant garde gothic-demi-r-normal--0-0-0-0-p-0-iso8859-1" $1 $2 $3 $4
-perl qle-0.0.17.pl -foreground Blue $1 $2 $3 $4
+perl qle.pl -foreground Blue $1 $2 $3 $4
 #
 echo qle.sh: killing 'rigctld' server: 
 killall rigctld


--- qle-configlocation.patch DELETED ---


--- qle-sh.patch DELETED ---




More information about the fedora-extras-commits mailing list