- removed oxigen icons from spec to fix build
- added manpage for semantik commandline arguments OBS-URL: https://build.opensuse.org/package/show/Education/semantik?expand=0&rev=9
This commit is contained in:
parent
cd80728982
commit
90e5139eff
56
semantik.1
Normal file
56
semantik.1
Normal file
@ -0,0 +1,56 @@
|
||||
.TH SEMANTIK 1 "Aug 28, 2013"
|
||||
.SH NAME
|
||||
semantik \- a mindmapping-like tool
|
||||
.SH SYNOPSIS
|
||||
.B semantik
|
||||
.RI [Qt-options] [KDE-options] [url]
|
||||
.br
|
||||
.SH DESCRIPTION
|
||||
\fBSemantik\fP (previously Kdissert) is a mindmapping-like tool to help students
|
||||
to produce complicated documents very quickly and efficiently :
|
||||
presentations, dissertations, thesis, reports.
|
||||
|
||||
While targetted mostly at students, Semantik can also help teachers,
|
||||
decision maker, engineers and businessmen.
|
||||
|
||||
Though this application shares some similarities with general-purpose
|
||||
mindmapping tools like Freemind or Vym, the very first goal of Semantik is
|
||||
to create general-purpose documents through the use of mindmaps.
|
||||
.SH OPTIONS
|
||||
These programs follow the usual GNU command line syntax, with long
|
||||
options starting with two dashes (`\-').
|
||||
A summary of options is included below.
|
||||
.TP
|
||||
.B \-h, \-\-help
|
||||
Show help about options.
|
||||
.TP
|
||||
.B \-\-help-qt
|
||||
Show Qt specific options.
|
||||
.TP
|
||||
.B \-\-help-kde
|
||||
Show KDE specific options.
|
||||
.TP
|
||||
.B \-\-help-all
|
||||
Show all options.
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information.
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version information.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information.
|
||||
.TP
|
||||
.SH ARGUMENTS
|
||||
If you like, you can pass additional argument(s) to this program.
|
||||
.TP
|
||||
.B url
|
||||
A file to open on startup.
|
||||
.TP
|
||||
.B -o\ file
|
||||
An output file for printing the map.
|
||||
.TP
|
||||
.SH AUTHOR
|
||||
This manual page was written by Lars Vogdt <lrupp@suse.com>,
|
||||
for the openSUSE project (but may be used by others).
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 10:54:10 UTC 2013 - lars@linux-schulserver.de
|
||||
|
||||
- removed oxigen icons from spec to fix build
|
||||
- added manpage for semantik commandline arguments
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 21:47:01 UTC 2013 - i@marguerite.su
|
||||
|
||||
|
@ -24,6 +24,7 @@ License: GPL-3.0 and GPL-2.0
|
||||
Group: Productivity/Office/Other
|
||||
Url: http://www.freehackers.org/~tnagy/semantik.html
|
||||
Source0: http://semantik.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.1
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libQtWebKit-devel
|
||||
@ -78,6 +79,9 @@ chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/templates/waf
|
||||
chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/filters/*.py
|
||||
chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/sembind.py
|
||||
|
||||
# install man page
|
||||
install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -90,6 +94,6 @@ chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/sembind.py
|
||||
%{_datadir}/kde4/apps/semantik
|
||||
%{_datadir}/applications/kde4/semantik.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/semantik*.png
|
||||
%{_datadir}/icons/oxygen/*/actions/semantik*.png
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user