rpms/qle/F-10 qle-configlocation.patch, NONE, 1.1 qle-sh.patch, NONE, 1.1 qle.desktop, NONE, 1.1 qle.png, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Sun Nov 23 18:53:17 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/qle/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12768

Modified Files:
	.cvsignore sources 
Added Files:
	qle-configlocation.patch qle-sh.patch qle.desktop qle.png 
Log Message:
initial import

qle-configlocation.patch:

--- NEW FILE qle-configlocation.patch ---
diff -up ./qle-0.0.10.pl.orig ./qle-0.0.10.pl
--- ./qle-0.0.10.pl.orig 2007-12-06 18:58:16.000000000 -0700
+++ ./qle-0.0.10.pl      2007-12-06 18:58:32.000000000 -0700
@@ -57,9 +57,10 @@
     my $sprogName = basename($progName);
     $progName =~ s/^\.\///;    # Zap leading './'
 
-    my $configFile = $progName;
-    $configFile =~ s/.pl$//;
-    $configFile = "$configFile.conf";
+    my $configFile = "/etc/qle/qle.conf";
+#    my $configFile = $progName;
+#    $configFile =~ s/.pl$//;
+#    $configFile = "$configFile.conf";
 
     my $copyRight = "
 


qle-sh.patch:

--- NEW FILE qle-sh.patch ---
diff -up qle-0.0.7/qle.sh.orig qle-0.0.7/qle.sh
--- qle-0.0.7/qle.sh.orig	2007-12-08 10:15:59.000000000 +0100
+++ qle-0.0.7/qle.sh	2007-12-08 10:23:51.000000000 +0100
@@ -1,3 +1,4 @@
+#!/bin/bash
 # Suggested start-up script for 'qle'
 #
 # Using a start-up shell script allows you to set the X-window font
@@ -6,6 +7,6 @@
 # '--' options are interpreted by qle, e.g. '--splitScreen'.
 # '-'  options are for the window manager, e.g '-geometry'.
 #
-cd ~/qle-0.0.10
-perl qle-0.0.10.pl -font "terminus-bold-14" -geometry "800x680+100+20" --splitScreen=0 $1 $2 $3 $4
+cd /usr/share/qle
+perl /usr/share/qle/qle-0.0.10.pl -font "terminus-bold-14" -geometry "800x680+100+20" --splitScreen=0 $1 $2 $3 $4
 


--- NEW FILE qle.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=qle
GenericName=qle
Comment=A QSO Logger and log Editor
Exec=qle
Icon=qle
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qle/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 04:32:44 -0000	1.1
+++ .cvsignore	23 Nov 2008 18:52:46 -0000	1.2
@@ -0,0 +1 @@
+qle-0.0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qle/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 04:32:44 -0000	1.1
+++ sources	23 Nov 2008 18:52:46 -0000	1.2
@@ -0,0 +1 @@
+6183fe85dc894717e2fd0b72028be107  qle-0.0.10.tar.gz




More information about the fedora-extras-commits mailing list