2014-05-11 00:12:05 +02:00
|
|
|
#
|
|
|
|
# spec file for package kde-cli-tools5
|
|
|
|
#
|
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: kde-cli-tools5
|
2014-07-11 20:34:39 +02:00
|
|
|
Version: 5.0.0
|
2014-05-11 00:12:05 +02:00
|
|
|
Release: 0
|
2014-05-11 00:16:16 +02:00
|
|
|
Summary: Additional CLI tools for KDE applications
|
2014-05-19 15:07:23 +02:00
|
|
|
License: GPL-2.0+
|
2014-05-11 00:12:05 +02:00
|
|
|
Group: System/GUI/KDE
|
2014-05-11 00:16:16 +02:00
|
|
|
Url: http://www.kde.org
|
2014-07-24 19:16:33 +02:00
|
|
|
Source: http://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
2014-05-11 00:12:05 +02:00
|
|
|
BuildRequires: kcmutils-devel
|
|
|
|
BuildRequires: kconfig-devel
|
|
|
|
BuildRequires: kdelibs4support-devel
|
|
|
|
BuildRequires: kdesu-devel
|
|
|
|
BuildRequires: kf5-filesystem
|
2014-06-04 11:53:08 +02:00
|
|
|
BuildRequires: ki18n-devel
|
|
|
|
BuildRequires: kiconthemes-devel
|
|
|
|
BuildRequires: kwindowsystem-devel
|
2014-05-11 00:12:05 +02:00
|
|
|
BuildRequires: xz
|
2014-06-04 11:53:08 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.3.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg) >= 5.3.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.3.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.3.0
|
2014-05-11 00:12:05 +02:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2014-05-11 00:16:16 +02:00
|
|
|
Additional CLI tools for KDE applications and workspaces.
|
2014-05-11 00:12:05 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n kde-cli-tools-%{version}
|
2014-07-11 20:38:30 +02:00
|
|
|
sed -i '/^add_subdirectory(doc)/d' CMakeLists.txt
|
2014-05-11 00:12:05 +02:00
|
|
|
|
|
|
|
%build
|
2014-07-11 20:38:30 +02:00
|
|
|
%cmake_kf5 -d build -- -DBUILD_po=OFF
|
2014-05-11 00:12:05 +02:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_kf5_bindir}/kcmshell5
|
|
|
|
%{_kf5_bindir}/kdecp5
|
|
|
|
%{_kf5_bindir}/kdemv5
|
|
|
|
%{_kf5_bindir}/kde-open5
|
|
|
|
%{_kf5_bindir}/keditfiletype5
|
|
|
|
%{_kf5_bindir}/kioclient5
|
|
|
|
%{_kf5_bindir}/kmimetypefinder5
|
|
|
|
%{_kf5_bindir}/ksvgtopng5
|
|
|
|
%{_kf5_bindir}/kstart5
|
|
|
|
%{_kf5_bindir}/ktraderclient5
|
|
|
|
%{_kf5_servicesdir}/
|
|
|
|
%{_kf5_libdir}/libkdeinit5_kcmshell5.so
|
|
|
|
%{_kf5_libdir}/libexec/
|
|
|
|
%{_kf5_plugindir}/
|
2014-05-15 09:00:19 +02:00
|
|
|
#doc %{_kf5_htmldir}/
|
|
|
|
#{_kf5_mandir}/man1/kdesu.*
|
2014-05-11 00:12:05 +02:00
|
|
|
|
|
|
|
%changelog
|