[SCM] qtruby packaging branch, master, updated. 1e376a0f3a1f7bfd4a711ca05cee19ecf9ea95af

Pino Toscano pino at alioth.debian.org
Sun Aug 14 15:29:01 UTC 2011


The following commit has been merged in the master branch:
commit 1e376a0f3a1f7bfd4a711ca05cee19ecf9ea95af
Author: Pino Toscano <pino at debian.org>
Date:   Sun Aug 14 17:28:27 2011 +0200

    import the manpages from kdebindings
    
    maybe not totally uptodate, but still something...
---
 debian/rbqtapi.1         |   51 +++++++++++++++++++++++++++++++++++++++++++++
 debian/rbrcc.1           |   48 ++++++++++++++++++++++++++++++++++++++++++
 debian/rbuic4.1          |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/ruby-qt4.manpages |    3 ++
 4 files changed, 154 insertions(+), 0 deletions(-)

diff --git a/debian/rbqtapi.1 b/debian/rbqtapi.1
new file mode 100644
index 0000000..3b0f261
--- /dev/null
+++ b/debian/rbqtapi.1
@@ -0,0 +1,51 @@
+.TH RBQTAPI "1" "October 2006" "Qt4-qtruby from kdebindings 4.1 branch" 
+.SH NAME
+rbqtapi \- a qtruby introspection tool
+
+.SH SYNOPSIS
+.B rbqtapi 
+[options]
+.I [\-r re] [class]
+
+.SH DESCRIPTION
+
+.B rbqtapi
+can be used to check which Qt functions are known to
+qt4-qtruby. Without arguments, it lists all the function known. An
+argument is interpreted as a class name whose methods are
+displayed. You can also specify a regular expression to search for 
+functions with the
+.B \-r
+option.
+
+.SH OPTIONS
+.TP
+.BI \-r \ re 
+find all functions matching regular expression/keyword
+.IR re .
+
+.TP
+.B \-i
+together with 
+.BR \-r ,  
+performs a case insensitive search.
+
+.TP
+.B \-p
+display also inherited methods for 
+.IR class .
+
+.TP
+.B \-v
+print qtruby and Qt versions
+
+.TP
+.B \-h
+prints a short help message.
+
+.SH AUTHOR
+.B rbqtapi
+was written by Germain Garand. 
+
+This manual page was written by Vincent Fourmond for the Debian
+project, but may be used by others. 
diff --git a/debian/rbrcc.1 b/debian/rbrcc.1
new file mode 100644
index 0000000..8c09674
--- /dev/null
+++ b/debian/rbrcc.1
@@ -0,0 +1,48 @@
+.TH RBRCC "1" "October 2006" "Qt4-qtruby from kdebindings 4.1 branch" 
+.SH NAME
+rbrcc \- Qt/Ruby resource compiler
+
+.SH SYNOPSIS
+.B rbrcc
+[options]
+.I inputs
+
+.SH DESCRIPTION
+
+.B rbrcc
+compiles resource files (.qrc) into ruby code.
+
+.SH OPTIONS
+.TP
+.BI -o \ file           
+Write output to file rather than stdout
+.TP
+.BI -name \ name        
+Create an external initialization method with name
+.TP
+.BI -threshold \ level  
+Threshold to consider compressing files
+.TP
+.BI -compress \ level   
+Compress input files by level
+.TP
+.BI -root \ path
+Prefix resource access path with root path
+.TP
+.BI -no-compress
+Disable all compression
+.TP
+.BI -version
+Display version
+.TP
+.BI -help
+Display option summary
+
+.SH AUTHOR
+.B rbrcc
+is based on the 
+.B rcc 
+program from the Qt distribution. 
+
+This manual page was written by Vincent
+Fourmond for the Debian project, but may be used by others.
diff --git a/debian/rbuic4.1 b/debian/rbuic4.1
new file mode 100644
index 0000000..9917cd0
--- /dev/null
+++ b/debian/rbuic4.1
@@ -0,0 +1,52 @@
+.TH RBUIC4 "1" "October 2006" "Qt4-qtruby from kdebindings 4.1 branch" 
+.SH NAME
+rbuic4 \- Qt/Ruby user interface compiler.
+
+.SH SYNOPSIS
+.B rbuic4
+[options]
+.I uifile
+
+.SH DESCRIPTION
+
+.B rbuic4
+compiles user interface files (.ui) into ruby code.
+
+.SH OPTIONS
+
+.TP
+.B -h, -help
+display a short help and exit
+.TP
+.B  -v, -version              
+display version
+.TP
+.B  -d, -dependencies         
+display the dependencies
+.TP
+.BI -o \ file
+place the output into 
+.I file
+.TP
+.BI -tr func                
+use 
+.I func() 
+for i18n
+.TP
+.B  -p, -no-protection        
+disable header protection (most probably useless for Ruby)
+.TP
+.BI -g \ name                 
+change generator
+.TP
+.B -x                        
+generate extra code to test the class
+
+.SH AUTHOR
+.B rbuic4
+is based on the 
+.B uic
+program from the Qt distribution. 
+
+This manual page was written by Vincent
+Fourmond for the Debian project, but may be used by others.
diff --git a/debian/ruby-qt4.manpages b/debian/ruby-qt4.manpages
new file mode 100644
index 0000000..e149ed7
--- /dev/null
+++ b/debian/ruby-qt4.manpages
@@ -0,0 +1,3 @@
+debian/rbqtapi.1
+debian/rbrcc.1
+debian/rbuic4.1

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list