[packages/kf5-kwayland] - new

witekfl witekfl at pld-linux.org
Sat Jul 9 13:16:33 CEST 2016


commit 5ab38a4872060d252f138351b7f67fba58a77c93
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Jul 9 14:16:16 2016 +0300

    - new

 kf5-kwayland.spec | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)
---
diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec
new file mode 100644
index 0000000..5fe90d5
--- /dev/null
+++ b/kf5-kwayland.spec
@@ -0,0 +1,90 @@
+%define		kdeframever	5.23
+%define		qtver		5.3.2
+%define		kfname		kwayland
+
+Summary:	Framework for managing menu and toolbar actions
+Name:		kf5-%{kfname}
+Version:	5.23.0
+Release:	1
+License:	LGPL v2.1+
+Group:		X11/Libraries
+Source0:	http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5:	8645b010fe6a30c374723cba26266e67
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	Qt5DBus-devel >= %{qtver}
+BuildRequires:	Qt5Gui-devel >= %{qtver}
+BuildRequires:	Qt5Network-devel >= %{qtver}
+BuildRequires:	Qt5PrintSupport-devel >= %{qtver}
+BuildRequires:	Qt5Test-devel >= %{qtver}
+BuildRequires:	Qt5Widgets-devel >= %{qtver}
+BuildRequires:	Qt5Xml-devel >= %{qtver}
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	gettext-devel
+BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	wayland-devel >= 1.7.0
+BuildRequires:	xz
+Requires:	kf5-dirs
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		qt5dir		%{_libdir}/qt5
+
+%description
+kwayland
+
+%package devel
+Summary:	Header files for %{kfname} development
+Summary(pl.UTF-8):	Pliki nagłówkowe dla programistów używających %{kfname}
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for %{kfname} development.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla programistów używających %{kfname}.
+
+%prep
+%setup -q -n %{kfname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	../
+%{__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
+/etc/xdg/org_kde_kwayland.categories
+%attr(755,root,root) %ghost %{_libdir}/libKF5WaylandClient.so.5
+%attr(755,root,root) %{_libdir}/libKF5WaylandClient.so.5.*.*
+%attr(755,root,root) %ghost %{_libdir}/libKF5WaylandServer.so.5
+%attr(755,root,root) %{_libdir}/libKF5WaylandServer.so.5.*.*
+%attr(755,root,root) %{_libdir}/org-kde-kf5-kwayland-testserver
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/KF5/KWayland
+%{_includedir}/KF5/kwayland_version.h
+%{_libdir}/cmake/KF5Wayland
+%{_libdir}/qt5/mkspecs/modules/qt_KWaylandClient.pri
+%{_libdir}/qt5/mkspecs/modules/qt_KWaylandServer.pri
+%attr(755,root,root) %{_libdir}/libKF5WaylandClient.so
+%attr(755,root,root) %{_libdir}/libKF5WaylandServer.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwayland.git/commitdiff/5ab38a4872060d252f138351b7f67fba58a77c93



More information about the pld-cvs-commit mailing list