[packages/kf5-kplotting] - new

witekfl witekfl at pld-linux.org
Wed Jul 9 19:42:22 CEST 2014


commit 8b0a37c1e212ac2fb924f33e1f8ca850235c4c45
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Wed Jul 9 19:42:02 2014 +0200

    - new

 kf5-kplotting.spec | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 101 insertions(+)
---
diff --git a/kf5-kplotting.spec b/kf5-kplotting.spec
new file mode 100644
index 0000000..b35e880
--- /dev/null
+++ b/kf5-kplotting.spec
@@ -0,0 +1,101 @@
+# TODO:
+# - dir /usr/include/KF5 not packaged
+%define         _state          stable
+%define		orgname		kplotting
+
+Summary:	Data plotting
+Name:		kf5-%{orgname}
+Version:	5.0.0
+Release:	0.1
+License:	LGPL v2.1+
+Group:		X11/Libraries
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/frameworks/%{version}/%{orgname}-%{version}.tar.xz
+# Source0-md5:	28eae81acd540a79c91acad75f0c725c
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel
+BuildRequires:	Qt5Gui-devel >= 5.3.1
+BuildRequires:	Qt5Test-devel
+BuildRequires:	Qt5Widgets-devel
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	kf5-extra-cmake-modules >= 1.0.0
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		qt5dir		%{_libdir}/qt5
+
+%description
+KPlotWidget is a QWidget-derived class that provides a virtual base
+class for easy data-plotting. The idea behind KPlotWidget is that you
+only have to specify information in "data units"; i.e., the natural
+units of the data being plotted. KPlotWidget automatically converts
+everything to screen pixel units.
+
+KPlotWidget draws X and Y axes with tick marks and tick labels. It
+automatically determines how many tick marks to use and where they
+should be, based on the data limits specified for the plot. You change
+the limits by calling `setLimits(double x1, double x2, double y1,
+double y2)`.
+
+Data to be plotted are stored using the KPlotObject class. KPlotObject
+consists of a QList of QPointF's, each specifying the X,Y coordinates
+of a data point. KPlotObject also specifies the "type" of data to be
+plotted (POINTS or CURVE or POLYGON or LABEL).
+
+%package devel
+Summary:	Header files for %{orgname} development
+Summary(pl.UTF-8):	Pliki nagłówkowe dla programistów używających %{orgname}
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for %{orgname} development.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla programistów używających %{orgname}.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DBIN_INSTALL_DIR=%{_bindir} \
+	-DKCFG_INSTALL_DIR=%{_datadir}/config.kcfg \
+	-DPLUGIN_INSTALL_DIR=%{qt5dir}/plugins \
+	-DQT_PLUGIN_INSTALL_DIR=%{qt5dir}/plugins \
+	-DQML_INSTALL_DIR=%{qt5dir}/qml \
+	-DIMPORTS_INSTALL_DIR=%{qt5dirs}/imports \
+	-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
+	-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
+	-DKF5_LIBEXEC_INSTALL_DIR=%{_libexecdir} \
+	-DKF5_INCLUDE_INSTALL_DIR=%{_includedir} \
+	-DECM_MKSPECS_INSTALL_DIR=%{qt5dir}/mkspecs/modules \
+	../
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+        DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %ghost %{_libdir}/libKF5Plotting.so.5
+%attr(755,root,root) %{_libdir}/libKF5Plotting.so.5.0.0
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/KF5/KPlotting
+%{_includedir}/KF5/kplotting_version.h
+%{_libdir}/cmake/KF5Plotting
+%attr(755,root,root) %{_libdir}/libKF5Plotting.so
+%{qt5dir}/mkspecs/modules/qt_KPlotting.pri
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kplotting.git/commitdiff/8b0a37c1e212ac2fb924f33e1f8ca850235c4c45



More information about the pld-cvs-commit mailing list