Accepting request 555579 from home:Vogtinator:noqtwebkit

- Update to 1.0.1:
  * Add a diagram sequence element
  * Fix improper pdf document dimensions
  * Fix the configuration and build on FreeBSD
  * Add installation notes for Fedora
- Update to 1.0.0:
  * Port to KDE5 and Python 3
  * Add SVG Export from the menus
  * Add new diagram shapes
  * Add resize handles to diagram objects
  * Add diagram link labels

OBS-URL: https://build.opensuse.org/request/show/555579
OBS-URL: https://build.opensuse.org/package/show/Education/semantik?expand=0&rev=27
This commit is contained in:
Marguerite Su 2017-12-10 05:03:25 +00:00 committed by Git OBS Bridge
parent db2297f709
commit 5bd5e506f0
4 changed files with 41 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:940a3b37700f1e88b6c29ff13e0d33a73832f0db856a8738b3e939d8f0c73aa2
size 439789

3
semantik-1.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91e97799262611a2a6ed2930b19fd902626ff0c64e02cb2f46f481e9d09a7429
size 469375

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Dec 9 19:38:20 UTC 2017 - fabian@ritter-vogt.de
- Update to 1.0.1:
* Add a diagram sequence element
* Fix improper pdf document dimensions
* Fix the configuration and build on FreeBSD
* Add installation notes for Fedora
- Update to 1.0.0:
* Port to KDE5 and Python 3
* Add SVG Export from the menus
* Add new diagram shapes
* Add resize handles to diagram objects
* Add diagram link labels
-------------------------------------------------------------------
Tue Nov 29 07:20:36 UTC 2016 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
#
# spec file for package semantik
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX 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,25 +17,26 @@
Name: semantik
Version: 0.9.4
Version: 1.0.1
Release: 0
Summary: A mindmapping-like tool
License: GPL-3.0 and GPL-2.0
Group: Productivity/Office/Other
Url: http://ita1024.github.io/semantik/
Source0: http://ftp.waf.io/pub/release/%{name}-%{version}.tar.bz2
Source0: https://waf.io/%{name}-%{version}.tar.bz2
Source1: %{name}.1
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libQtWebKit-devel
BuildRequires: libkde4-devel
BuildRequires: libqt4-devel
BuildRequires: python-devel
BuildRequires: kdelibs4support-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: libqt5-linguist
BuildRequires: libqt5-qtdeclarative-devel
BuildRequires: libqt5-qtsvg-devel
BuildRequires: libqt5-qtwebengine-devel
BuildRequires: python3-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(ImageMagick)
BuildRequires: pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?kde4_runtime_requires}
%description
Semantik (previously Kdissert) is a mindmapping-like tool to help students
@ -65,21 +66,19 @@ export CXXFLAGS="%{optflags}"
%install
./waf install --destdir=%{buildroot}
find . -name "*desktop*" -exec rm -v {} \;
install -Dm0644 src/data/%{name}.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg
install -m0644 src/data/%{name}-d.svg %{buildroot}%{_datadir}/pixmaps/%{name}-d.svg
%suse_update_desktop_file -i %{name} Office ProjectManagement
%suse_update_desktop_file -i %{name}-d Office ProjectManagement
%kde_post_install
%find_lang %{name}
%fdupes -s %{buildroot}
%find_lang %{name} --all-name
%fdupes %{buildroot}
# fix non-executable-script
chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/templates/pdflatex/wscript
chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/templates/beamer/wscript
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
chmod a+rx %{buildroot}%{_datadir}/semantik/templates/pdflatex/wscript
chmod a+rx %{buildroot}%{_datadir}/semantik/templates/beamer/wscript
chmod a+rx %{buildroot}%{_datadir}/semantik/templates/waf
chmod a+rx %{buildroot}%{_datadir}/semantik/filters/*.py
chmod a+rx %{buildroot}%{_datadir}/semantik/sembind.py
# install man page
install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
@ -89,16 +88,16 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog README
%{_bindir}/semantik*
%{_libdir}/lib*.so*
%{_datadir}/kde4/apps/semantik
%{_datadir}/applications/kde4/semantik*.desktop
%{_datadir}/applications/semantik*.desktop
%{_datadir}/pixmaps/*.svg
%{_datadir}/icons/oxygen/*/apps/semantik*.png
%{_datadir}/icons/oxygen/scalable/apps/semantik*.svgz
%{_datadir}/icons/oxygen/scalable/apps/semantik*.svg
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/%{name}.1*
%{_datadir}/semantik
%{_kf5_kxmlguidir}/semantik*
%changelog