]> git.pld-linux.org Git - packages/kp5-kde-cli-tools.git/commitdiff
- initial auto/th/kp5-kde-cli-tools-5.4.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Sep 2015 14:51:41 +0000 (16:51 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Sep 2015 14:51:41 +0000 (16:51 +0200)
kp5-kde-cli-tools.spec [new file with mode: 0644]

diff --git a/kp5-kde-cli-tools.spec b/kp5-kde-cli-tools.spec
new file mode 100644 (file)
index 0000000..61fae3a
--- /dev/null
@@ -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*
This page took 0.168383 seconds and 4 git commands to generate.