[packages/kp5-kde-cli-tools] - initial

arekm arekm at pld-linux.org
Sun Sep 6 16:52:02 CEST 2015


commit b04f0482feba0de7c4356a7218c701dac1a79f4d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Sep 6 16:51:41 2015 +0200

    - initial

 kp5-kde-cli-tools.spec | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)
---
diff --git a/kp5-kde-cli-tools.spec b/kp5-kde-cli-tools.spec
new file mode 100644
index 0000000..61fae3a
--- /dev/null
+++ b/kp5-kde-cli-tools.spec
@@ -0,0 +1,73 @@
+%define		kdeplasmaver	5.4.0
+%define		qtver		5.3.2
+%define		kpname		kde-cli-tools
+Summary:	Tools based on KDE Frameworks 5 to better interact with the system
+Name:		kp5-%{kpname}
+Version:	5.4.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		X11/Libraries
+Source0:	http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5:	65fc93f60161988783a0c78e12640aa5
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
+BuildRequires:	kf5-kcmutils-devel
+BuildRequires:	kf5-kconfig-devel
+BuildRequires:	kf5-kdelibs4support-devel
+BuildRequires:	kf5-kdesu-devel
+BuildRequires:	kf5-ki18n-devel
+BuildRequires:	kf5-kiconthemes-devel
+BuildRequires:	kf5-kwindowsystem-devel
+BuildRequires:	qt5-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tools based on KDE Frameworks 5 to better interact with the system.
+
+%prep
+%setup -q -n %{kpname}-%{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
+
+%find_lang kde-cli-tools --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f kde-cli-tools.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kcmshell5
+%attr(755,root,root) %{_bindir}/kde-open5
+%attr(755,root,root) %{_bindir}/kdecp5
+%attr(755,root,root) %{_bindir}/kdemv5
+%attr(755,root,root) %{_bindir}/keditfiletype5
+%attr(755,root,root) %{_bindir}/kioclient5
+%attr(755,root,root) %{_bindir}/kmimetypefinder5
+%attr(755,root,root) %{_bindir}/kstart5
+%attr(755,root,root) %{_bindir}/ksvgtopng5
+%attr(755,root,root) %{_bindir}/ktraderclient5
+%attr(755,root,root) %{_libdir}/kf5/kdeeject
+%attr(755,root,root) %{_libdir}/kf5/kdesu
+%attr(755,root,root) %{_libdir}/libkdeinit5_kcmshell5.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/kcm_filetypes.so
+%{_datadir}/kservices5/filetypes.desktop
+%{_mandir}/man1/kdesu.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kde-cli-tools.git/commitdiff/b04f0482feba0de7c4356a7218c701dac1a79f4d



More information about the pld-cvs-commit mailing list