|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: plasma-%{base_name}
|
|
|
|
|
Summary: KDE System Settings application
|
|
|
|
|
Version: 5.10.5
|
|
|
|
|
Version: 5.11.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -16,25 +16,34 @@ URL: https://cgit.kde.org/%{base_name}.git
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: kf5-kitemviews-devel
|
|
|
|
|
BuildRequires: kf5-kcmutils-devel
|
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
|
BuildRequires: kf5-kio-devel
|
|
|
|
|
BuildRequires: kf5-kservice-devel
|
|
|
|
|
BuildRequires: kf5-kiconthemes-devel
|
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel
|
|
|
|
|
BuildRequires: kf5-kxmlgui-devel
|
|
|
|
|
BuildRequires: kf5-kdbusaddons-devel
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
BuildRequires: kf5-khtml-devel
|
|
|
|
|
BuildRequires: kf5-kdelibs4support-devel
|
|
|
|
|
BuildRequires: kf5-kdoctools-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: cmake(KF5ItemViews)
|
|
|
|
|
BuildRequires: cmake(KF5KCMUtils)
|
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
|
BuildRequires: cmake(KF5Service)
|
|
|
|
|
BuildRequires: cmake(KF5IconThemes)
|
|
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
|
|
|
BuildRequires: cmake(KF5XmlGui)
|
|
|
|
|
BuildRequires: cmake(KF5DBusAddons)
|
|
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
|
BuildRequires: cmake(KF5DocTools)
|
|
|
|
|
BuildRequires: cmake(KF5Package)
|
|
|
|
|
BuildRequires: cmake(KF5Declarative)
|
|
|
|
|
BuildRequires: cmake(KF5Activities)
|
|
|
|
|
BuildRequires: cmake(KF5ActivitiesStats)
|
|
|
|
|
BuildRequires: cmake(KF5KHtml)
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5Qml)
|
|
|
|
|
BuildRequires: cmake(Qt5Quick)
|
|
|
|
|
BuildRequires: cmake(Qt5QuickWidgets)
|
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Kirigami2)
|
|
|
|
|
|
|
|
|
|
# kde-cli-tools provides kcmshell5, which is not directly needed by
|
|
|
|
|
# systemsettings, but is an addition expected by users
|
|
|
|
@ -70,6 +79,7 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%find_lang systemsettings5 --with-qt --with-html --all-name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -92,6 +102,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/systemsettings.deskto
|
|
|
|
|
%{_kf5_datadir}/kservices5/*.desktop
|
|
|
|
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
|
|
|
|
%{_kf5_datadir}/kxmlgui5/systemsettings
|
|
|
|
|
%dir %{_kf5_datadir}/kpackage/genericqml/
|
|
|
|
|
%{_kf5_datadir}/kpackage/genericqml/org.kde.systemsettings.*/
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/systemsettingsview/
|
|
|
|
@ -99,6 +111,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/systemsettings.deskto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Oct 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
|
|
|
|
- 5.11.0, cmake-style deps
|
|
|
|
|
|
|
|
|
|
* Thu Aug 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.5-1
|
|
|
|
|
- 5.10.5
|
|
|
|
|
|
|
|
|
|