From cd80728982fe2049863b77e698fd8b4164b16ff65a73ca2face57a07b3532cd6 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 12 Aug 2013 15:54:52 +0000 Subject: [PATCH 1/2] Accepting request 186508 from home:MargueriteSu:branches:Education update version 0.8.4 OBS-URL: https://build.opensuse.org/request/show/186508 OBS-URL: https://build.opensuse.org/package/show/Education/semantik?expand=0&rev=8 --- semantik-0.8.3.tar.bz2 | 3 --- semantik-0.8.4.tar.bz2 | 3 +++ semantik.changes | 8 ++++++++ semantik.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 semantik-0.8.3.tar.bz2 create mode 100644 semantik-0.8.4.tar.bz2 diff --git a/semantik-0.8.3.tar.bz2 b/semantik-0.8.3.tar.bz2 deleted file mode 100644 index 99c8e74..0000000 --- a/semantik-0.8.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:202227e42e403a80ee0a3885cda728620fe69cbac735af27d21eb7e511c092a0 -size 395936 diff --git a/semantik-0.8.4.tar.bz2 b/semantik-0.8.4.tar.bz2 new file mode 100644 index 0000000..4b17ebf --- /dev/null +++ b/semantik-0.8.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a1c28bc68dc90be3a3464b1e18d0a70dc72c41bccca5f5dbfdc8d6a9c1a558 +size 389338 diff --git a/semantik.changes b/semantik.changes index 9c35f9e..df2123e 100644 --- a/semantik.changes +++ b/semantik.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/semantik.spec b/semantik.spec index abacced..dadc0cf 100644 --- a/semantik.spec +++ b/semantik.spec @@ -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,12 +17,12 @@ 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 BuildRequires: fdupes BuildRequires: gcc-c++ From 90e5139eff34d74954b4e9d34281f0926a84e4fa82c44264a8f4f2d97da33948 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 28 Aug 2013 11:19:25 +0000 Subject: [PATCH 2/2] - 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 --- semantik.1 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ semantik.changes | 6 ++++++ semantik.spec | 6 +++++- 3 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 semantik.1 diff --git a/semantik.1 b/semantik.1 new file mode 100644 index 0000000..ac813d6 --- /dev/null +++ b/semantik.1 @@ -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 , +for the openSUSE project (but may be used by others). diff --git a/semantik.changes b/semantik.changes index df2123e..17fd27a 100644 --- a/semantik.changes +++ b/semantik.changes @@ -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 diff --git a/semantik.spec b/semantik.spec index dadc0cf..b1e5bc5 100644 --- a/semantik.spec +++ b/semantik.spec @@ -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