|
|
|
%global framework plasma
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.24.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+ and BSD
|
|
|
|
URL: https://quickgit.kde.org/?p=plasma-framework.git
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%global stable unstable
|
|
|
|
%else
|
|
|
|
%global stable stable
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-framework-%{version}.tar.xz
|
|
|
|
|
|
|
|
# hackish cache invalidation
|
|
|
|
Source10: fedora-plasma-cache.sh.in
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: kf5-kactivities-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kactivities-devel >= %{version}
|
|
|
|
BuildRequires: kf5-karchive-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kconfigwidgets-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdbusaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdeclarative-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdesu-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdoctools-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kglobalaccel-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kguiaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kiconthemes-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kio-devel >= %{version}
|
|
|
|
BuildRequires: kf5-knotifications-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kpackage-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kparts-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kservice-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kxmlgui-devel >= %{version}
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
BuildRequires: kf5-solid-devel >= %{version}
|
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libXScrnSaver-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
BuildRequires: qt5-qtscript-devel
|
|
|
|
BuildRequires: qt5-qtsvg-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
# https://bugzilla.redhat.com/1293415
|
|
|
|
Conflicts: kdeplasma-addons < 5.5.0-3
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
# https://bugzilla.redhat.com/1292506
|
|
|
|
Conflicts: kapptemplates < 15.12.0-1
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: kf5-kpackage-devel >= %{version}
|
|
|
|
Requires: kf5-kservice-devel >= %{version}
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{framework}-framework-%{version} -p1
|
|
|
|
|
|
|
|
install -m644 -p %{SOURCE10} .
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
popd
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
%find_lang plasma5_qt --with-qt --all-name
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env
|
|
|
|
sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
|
|
|
|
%{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env/fedora-plasma-cache.sh
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f plasma5_qt.lang
|
|
|
|
%doc README.md
|
|
|
|
%license COPYING.LIB
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%{_sysconfdir}/xdg/plasma-workspace/env/fedora-plasma-cache.sh
|
|
|
|
%endif
|
|
|
|
%{_kf5_bindir}/plasmapkg2
|
|
|
|
%{_kf5_libdir}/libKF5Plasma.so.*
|
|
|
|
%{_kf5_libdir}/libKF5PlasmaQuick.so.*
|
|
|
|
%{_kf5_qmldir}/org/kde/*
|
|
|
|
%dir %{_kf5_qmldir}/QtQuick/Controls/
|
|
|
|
%dir %{_kf5_qmldir}/QtQuick/Controls/Styles/
|
|
|
|
%{_kf5_qmldir}/QtQuick/Controls/Styles/Plasma/
|
|
|
|
%{_kf5_qtplugindir}/*.so
|
|
|
|
%{_kf5_qtplugindir}/plasma/
|
|
|
|
%{_kf5_datadir}/plasma/
|
|
|
|
%{_kf5_datadir}/kservices5/*.desktop
|
|
|
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
|
|
|
%{_kf5_mandir}/man1/plasmapkg2.1*
|
|
|
|
|
|
|
|
%lang(lt) %{_datadir}/locale/lt/LC_SCRIPTS/libplasma5/
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_kf5_libdir}/cmake/KF5Plasma/
|
|
|
|
%{_kf5_libdir}/cmake/KF5PlasmaQuick/
|
|
|
|
%{_kf5_libdir}/libKF5Plasma.so
|
|
|
|
%{_kf5_libdir}/libKF5PlasmaQuick.so
|
|
|
|
%{_kf5_includedir}/plasma_version.h
|
|
|
|
%{_kf5_includedir}/plasma/
|
|
|
|
%{_kf5_includedir}/Plasma/
|
|
|
|
%{_kf5_includedir}/PlasmaQuick/
|
|
|
|
%{_kf5_includedir}/plasmaquick/
|
|
|
|
%dir %{_kf5_datadir}/kdevappwizard/
|
|
|
|
%{_kf5_datadir}/kdevappwizard/templates/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed Jul 06 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.24.0-1
|
|
|
|
- KDE Frameworks 5.24.0
|
|
|
|
|
|
|
|
* Tue Jun 07 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.23.0-1
|
|
|
|
- KDE Frameworks 5.23.0
|
|
|
|
|
|
|
|
* Mon May 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.22.0-1
|
|
|
|
- KDE Frameworks 5.22.0
|
|
|
|
|
|
|
|
* Mon Apr 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-1
|
|
|
|
- KDE Frameworks 5.21.0
|
|
|
|
|
|
|
|
* Mon Mar 14 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.20.0-1
|
|
|
|
- KDE Frameworks 5.20.0
|
|
|
|
|
|
|
|
* Mon Feb 22 2016 Rex Dieter <rdieter@fedoraproject.org> 5.19.0-3
|
|
|
|
- KDE Plasma crashes when the mouse pointer repeatedly hovers the TaskManager (#1310875)
|
|
|
|
|
|
|
|
* Thu Feb 16 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.19.0-2
|
|
|
|
- pull upstream patch for BKO#359388
|
|
|
|
|
|
|
|
* Thu Feb 11 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.19.0-1
|
|
|
|
- KDE Frameworks 5.19.0
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.18.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jan 14 2016 Rex Dieter <rdieter@fedoraproject.org> 5.18.0-2
|
|
|
|
- cosmetics, update URL
|
|
|
|
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
|
|
|
|
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 5.17.0-3
|
|
|
|
- Conflicts: kdeplasma-5.5.0-3 (#1293415)
|
|
|
|
|
|
|
|
* Thu Dec 17 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.17.0-2
|
|
|
|
- Conflicts: kapptemplates < 15.12.0 (#1292506)
|
|
|
|
- move template to -devel to be on the safe side
|
|
|
|
- own %%{_kf5_datadir}/kdevappwizard/{,templates/}
|
|
|
|
|
|
|
|
* Tue Dec 08 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.17.0-1
|
|
|
|
- KDE Frameworks 5.17.0
|
|
|
|
|
|
|
|
* Tue Dec 08 2015 Jan Grulich <jgrulich@redhat.com> - 5.16.0-4
|
|
|
|
- Update to new network icons
|
|
|
|
|
|
|
|
* Fri Dec 04 2015 Jan Grulich <jgrulich@redhat.com> - 5.16.0-3
|
|
|
|
- Revert network icons to fix missing icons in plasma-nm
|
|
|
|
|
|
|
|
* Thu Nov 19 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.16.0-2
|
|
|
|
- .spec cosmetics, use %%license
|
|
|
|
- add env script invalidate plasma cache on version upgrades
|
|
|
|
|
|
|
|
* Sun Nov 08 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.16.0-1
|
|
|
|
- KDE Frameworks 5.16.0
|
|
|
|
|
|
|
|
* Thu Oct 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.15.0-1
|
|
|
|
- KDE Frameworks 5.15.0
|
|
|
|
|
|
|
|
* Wed Sep 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.14.0-1
|
|
|
|
- KDE Frameworks 5.14.0
|
|
|
|
|
|
|
|
* Fri Aug 28 2015 Helio Chissini de Castro <helio@kde.org> - 5.13.0-2
|
|
|
|
- Upstream fix to plasmapkg2 pluginloader location
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
* Tue Aug 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-0.1
|
|
|
|
- KDE Frameworks 5.13
|
|
|
|
|
|
|
|
* Thu Jul 16 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.12.0-2
|
|
|
|
- pull in proposed fix for renamed LookAndFeelPackage (review#124371)
|
|
|
|
- bump/sort build deps
|
|
|
|
- update URL
|
|
|
|
- polish dir ownership
|
|
|
|
|
|
|
|
* Fri Jul 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.12.0-1
|
|
|
|
- 5.12.0
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jun 10 2015 Daniel Vrátil <dvratil@redhat.com> - 5.11.0-1
|
|
|
|
- KDE Frameworks 5.11.0
|
|
|
|
|
|
|
|
* Tue Jun 02 2015 Rex Dieter <rdieter@fedoraproject.org> 5.10.0-3
|
|
|
|
- -devel: Requires: kf5-kservice-devel
|
|
|
|
|
|
|
|
* Tue May 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.10.0-2
|
|
|
|
- Panel stays light when theme is set to 'Breeze Dark' (kde#347143)
|
|
|
|
|
|
|
|
* Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.10.0-1
|
|
|
|
- KDE Frameworks 5.10.0
|
|
|
|
|
|
|
|
* Tue Apr 07 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-1
|
|
|
|
- KDE Frameworks 5.9.0
|
|
|
|
|
|
|
|
* Mon Mar 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.8.0-1
|
|
|
|
- KDE Frameworks 5.8.0
|
|
|
|
|
|
|
|
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-2
|
|
|
|
- Rebuild (GCC 5)
|
|
|
|
|
|
|
|
* Mon Feb 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
|
|
|
|
- KDE Frameworks 5.7.0
|
|
|
|
|
|
|
|
* Mon Feb 09 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
|
|
|
|
- KDE Frameworks 5.7.0
|
|
|
|
|
|
|
|
* Thu Jan 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-1
|
|
|
|
- KDE Frameworks 5.6.0
|
|
|
|
|
|
|
|
* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
|
|
|
|
- KDE Frameworks 5.5.0
|
|
|
|
|
|
|
|
* Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
|
|
|
|
- KDE Frameworks 5.4.0
|
|
|
|
|
|
|
|
* Thu Oct 23 2014 Daniel Vrátil <dvratil@redhat.com> - 5.3.1-1
|
|
|
|
- Plasma Framework 5.3.1 (upstream hotfix)
|
|
|
|
|
|
|
|
* Tue Oct 07 2014 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
|
|
|
|
- KDE Frameworks 5.3.0
|
|
|
|
|
|
|
|
* Mon Sep 15 2014 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
|
|
|
|
- KDE Frameworks 5.2.0
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Aug 06 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0-1
|
|
|
|
- KDE Frameworks 5.1.0
|
|
|
|
|
|
|
|
* Mon Jul 14 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-2
|
|
|
|
- Fix plugin installation path
|
|
|
|
|
|
|
|
* Wed Jul 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
|
|
|
|
- KDE Frameworks 5.0.0
|
|
|
|
|
|
|
|
* Mon Jul 07 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-3
|
|
|
|
- Fix BR
|
|
|
|
|
|
|
|
* Mon Jul 07 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-2
|
|
|
|
- Fixed license
|
|
|
|
- Removed old Provides/Obsoleted
|
|
|
|
|
|
|
|
* Tue Jun 03 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-1
|
|
|
|
- KDE Frameworks 4.100.0
|
|
|
|
|
|
|
|
* Mon May 05 2014 Daniel Vrátil <dvratil@redhat.com> - 4.99.0
|
|
|
|
- KDE Frameworks 4.99.0
|
|
|
|
|
|
|
|
* Mon Mar 31 2014 Jan Grulich <jgrulich@redhat.com> 4.98.0-1
|
|
|
|
- Update to KDE Frameworks 5 Beta 1 (4.98.0)
|
|
|
|
|
|
|
|
* Sat Mar 15 2014 Jan Grulich <jgrulich@redhat.com 4.97.0-3.20140315git
|
|
|
|
- update git snapshot
|
|
|
|
|
|
|
|
* Wed Mar 12 2014 Jan Grulich <jgrulich@redhat.com 4.97.0-2.20140312git
|
|
|
|
- update to git snapshot
|
|
|
|
|
|
|
|
* Wed Mar 05 2014 Jan Grulich <jgrulich@redhat.com> 4.97.0-1
|
|
|
|
- Update to KDE Frameworks 5 Alpha 1 (4.97.0)
|
|
|
|
|
|
|
|
* Thu Feb 13 2014 Daniel Vrátil <dvratil@redhat.com> - 4.96.0-1
|
|
|
|
- upgrade to Tier 3 Framework kf5-plasma
|
|
|
|
|
|
|
|
* Sat Jan 4 2014 Daniel Vrátil <dvratil@redhat.com>
|
|
|
|
- initial version
|