This commit is contained in:
parent
6d125421c1
commit
0ba81bcc93
@ -1,10 +1,25 @@
|
||||
--- kst/src/kst/kst.desktop 2008/04/24 09:08:39 1.1
|
||||
+++ kst/src/kst/kst.desktop 2008/04/24 09:08:50
|
||||
@@ -4,7 +4,7 @@
|
||||
--- kst/src/kst/Makefile.am
|
||||
+++ kst/src/kst/Makefile.am
|
||||
@@ -14,11 +14,7 @@ KDE_ICON = kst
|
||||
servicesdir = $(kde_servicetypesdir)/kst
|
||||
services_DATA = kstplugin.desktop kstdatasourceplugin.desktop kstdataobjectplugin.desktop kstbasicplugin.desktop kstfilter.desktop kstextension.desktop
|
||||
|
||||
-appsinstalldir = $(datadir)/applications
|
||||
-appsinstall_DATA = kst.desktop
|
||||
-
|
||||
-appsdir = $(kde_appsdir)/Graphics
|
||||
-apps_DATA = kst.desktop
|
||||
+xdg_apps_DATA = kst.desktop
|
||||
|
||||
mimedir = $(kde_mimedir)/application
|
||||
mime_DATA = x-kst.desktop
|
||||
--- kst/src/kst/kst.desktop
|
||||
+++ kst/src/kst/kst.desktop
|
||||
@@ -4,7 +4,7 @@ Exec=kst -caption "%c" %i %m
|
||||
Icon=kst
|
||||
DocPath=kst/index.html
|
||||
MimeType=application/x-kst;
|
||||
-Categories=Qt;KDE;Utility;X-KDE-Science & Math-PIM;
|
||||
-Categories=Qt;KDE;Utility;X-KDE-Science;
|
||||
+Categories=Qt;KDE;
|
||||
X-DCOP-ServiceType=Multi
|
||||
X-KDE-StartupNotify=false
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2807ed46dd92b75f2a78e449bb89abe36e2fd243dac8b440dfca75f931ea043a
|
||||
size 14823020
|
3
kst-1.7.0.tar.bz2
Normal file
3
kst-1.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc5501d5d2563ba5934545d97affb2b1e87152477927d37b1e1c3d1364214870
|
||||
size 24778812
|
23
kst.changes
23
kst.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 12:41:23 CEST 2008 - dmueller@suse.de
|
||||
|
||||
- update to 1.7.0:
|
||||
* Fast real-time display and manipulation of streaming data
|
||||
* Quick zooming and scrolling via mouse and keyboard
|
||||
* Extensible via plugins
|
||||
* Built-in high-speed equation interpreter
|
||||
* Multiple tabs or windows
|
||||
* Graphical plot layout manager
|
||||
* Javascript scripting
|
||||
* Drag and drop
|
||||
* Cut and paste
|
||||
* Native power spectrum algorithm and histograms
|
||||
* Image and matrix support, including waterfall plots
|
||||
* Support for the most popular data formats including:
|
||||
o ASCII, dirfile, CDF, netCDF, piolib, FITS, HEALPix, qimage
|
||||
o Plugin design allows additional formats
|
||||
* Time input
|
||||
* Built-in ELOG functionality
|
||||
* Command-line and RPC control mechanisms
|
||||
* Printing, including to images, postscript, and PDF
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 20:17:05 CEST 2008 - dmueller@suse.de
|
||||
|
||||
|
40
kst.spec
40
kst.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package kst (Version 1.6.0)
|
||||
# spec file for package kst (Version 1.7.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -20,8 +27,8 @@ BuildRequires: fdupes
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
||||
Version: 1.6.0
|
||||
Release: 21
|
||||
Version: 1.7.0
|
||||
Release: 1
|
||||
Url: http://extragear.kde.org/apps/kst/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %name-%version.tar.bz2
|
||||
@ -117,10 +124,9 @@ make %{?jobs:-j %jobs}
|
||||
%install
|
||||
. /etc/opt/kde3/common_options
|
||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||
rm $RPM_BUILD_ROOT/opt/kde3/share/applnk/Graphics/kst.desktop
|
||||
%suse_update_desktop_file %name Qt KDE Education Science Math
|
||||
%if %suse_version > 1020
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
%fdupes $RPM_BUILD_ROOT/opt/kde3
|
||||
%endif
|
||||
%find_lang %name
|
||||
kde_post_install
|
||||
@ -180,6 +186,26 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
/opt/kde3/%_lib/libkst.la
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 dmueller@suse.de
|
||||
- update to 1.7.0:
|
||||
* Fast real-time display and manipulation of streaming data
|
||||
* Quick zooming and scrolling via mouse and keyboard
|
||||
* Extensible via plugins
|
||||
* Built-in high-speed equation interpreter
|
||||
* Multiple tabs or windows
|
||||
* Graphical plot layout manager
|
||||
* Javascript scripting
|
||||
* Drag and drop
|
||||
* Cut and paste
|
||||
* Native power spectrum algorithm and histograms
|
||||
* Image and matrix support, including waterfall plots
|
||||
* Support for the most popular data formats including:
|
||||
o ASCII, dirfile, CDF, netCDF, piolib, FITS, HEALPix, qimage
|
||||
o Plugin design allows additional formats
|
||||
* Time input
|
||||
* Built-in ELOG functionality
|
||||
* Command-line and RPC control mechanisms
|
||||
* Printing, including to images, postscript, and PDF
|
||||
* Mon Jul 07 2008 dmueller@suse.de
|
||||
- fix build
|
||||
- fix devel package requires
|
||||
|
Loading…
Reference in New Issue
Block a user