Accepting request 196658 from Education
- removed oxigen icons from spec to fix build - added manpage for semantik commandline arguments - update version 0.8.4 * Export maps to pdf pictures from the command-line * Color scheme fixes #30 * Null byte fix for text pasted from Chrome #26 OBS-URL: https://build.opensuse.org/request/show/196658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/semantik?expand=0&rev=3
This commit is contained in:
commit
fbb91dd709
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:202227e42e403a80ee0a3885cda728620fe69cbac735af27d21eb7e511c092a0
|
||||
size 395936
|
3
semantik-0.8.4.tar.bz2
Normal file
3
semantik-0.8.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21a1c28bc68dc90be3a3464b1e18d0a70dc72c41bccca5f5dbfdc8d6a9c1a558
|
||||
size 389338
|
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,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- update version 0.8.4
|
||||
* Export maps to pdf pictures from the command-line
|
||||
* Color scheme fixes #30
|
||||
* Null byte fix for text pasted from Chrome #26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 11:25:32 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package semantik
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: semantik
|
||||
Version: 0.8.3
|
||||
Version: 0.8.4
|
||||
Release: 0
|
||||
License: GPL-3.0 and GPL-2.0
|
||||
Summary: A mindmapping-like tool
|
||||
Url: http://www.freehackers.org/~tnagy/semantik.html
|
||||
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