[packages/kf5-kwindowsystem] - new
witekfl
witekfl at pld-linux.org
Wed Jul 9 20:18:08 CEST 2014
commit 0d1101c15693d549d196b1f0ce30aaf3bebab0d7
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Wed Jul 9 20:17:48 2014 +0200
- new
kf5-kwindowsystem.spec | 103 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)
---
diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec
new file mode 100644
index 0000000..2e3c93c
--- /dev/null
+++ b/kf5-kwindowsystem.spec
@@ -0,0 +1,103 @@
+# TODO:
+# - dir /usr/include/KF5 not packaged
+# /usr/share/kf5 not packaged
+%define _state stable
+%define orgname kwindowsystem
+
+Summary: Access to the windowing system
+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: 9295efd9f89fbbdf324260557ffeb812
+URL: http://www.kde.org/
+BuildRequires: Qt5Core-devel
+BuildRequires: Qt5Gui-devel >= 5.3.1
+BuildRequires: Qt5Test-devel
+BuildRequires: Qt5Widgets-devel >= 5.2.0
+BuildRequires: Qt5X11Extras-devel
+BuildRequires: cmake >= 2.8.12
+BuildRequires: kf5-extra-cmake-modules >= 1.0.0
+BuildRequires: pkgconfig
+BuildRequires: qt5-linguist
+BuildRequires: rpmbuild(macros) >= 1.164
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define qt5dir %{_libdir}/qt5
+
+%description
+Convenience access to certain properties and features of the windowing
+system.
+
+KWindowSystem provides information about the windowing system and
+allows interaction with the windowing system. It provides an high
+level API which is windowing system independent and has platform
+specific implementations. This API is inspired by X11 and thus not all
+functionality is available on all windowing systems.
+
+In addition to the high level API, this framework also provides
+several more low level classes for interaction with the X Windowing
+System.
+
+%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
+
+%find_lang %{orgname}5_qt --with-qm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{orgname}5_qt.lang
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %ghost %{_libdir}/libKF5WindowSystem.so.5
+%attr(755,root,root) %{_libdir}/libKF5WindowSystem.so.5.0.0
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/KF5/KWindowSystem
+%{_includedir}/KF5/kwindowsystem_version.h
+%{_libdir}/cmake/KF5WindowSystem
+%{_libdir}/libKF5WindowSystem.so
+%{qt5dir}/mkspecs/modules/qt_KWindowSystem.pri
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwindowsystem.git/commitdiff/0d1101c15693d549d196b1f0ce30aaf3bebab0d7
More information about the pld-cvs-commit
mailing list