2024-01-06 10:13:22 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
|
|
|
|
|
|
|
Name: plasma-mobile
|
2024-01-06 10:13:22 +01:00
|
|
|
Version: 5.26.4
|
2024-01-06 10:13:22 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: KDE Frameworks 5 UI components for Plasma Phone
|
|
|
|
Group: Graphical Desktop/Applications/Environment
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://kde.org/
|
|
|
|
Source: https://download.kde.org/stable/plasma/%{plasmaver}/plasma-mobile-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libkauth-devel
|
2024-01-06 10:13:22 +01:00
|
|
|
BuildRequires: libkcmutils-devel
|
2024-01-06 10:13:22 +01:00
|
|
|
BuildRequires: libkcodecs-devel
|
|
|
|
BuildRequires: libkcompletion-devel
|
|
|
|
BuildRequires: libkconfig-devel
|
|
|
|
BuildRequires: libkconfigwidgets-devel
|
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
BuildRequires: libkdeclarative-devel
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libkio-devel
|
|
|
|
BuildRequires: libkjobwidgets-devel
|
|
|
|
BuildRequires: libknotifications-devel
|
|
|
|
BuildRequires: libkpackage-devel
|
|
|
|
BuildRequires: libkservice-devel
|
|
|
|
BuildRequires: libkwayland-devel
|
|
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
|
|
BuildRequires: libkwindowsystem-devel
|
|
|
|
BuildRequires: libmodemmanager-qt-devel
|
|
|
|
BuildRequires: libnetworkmanager-qt5-devel
|
|
|
|
BuildRequires: libnm-devel
|
|
|
|
BuildRequires: libplasma-framework-devel
|
2024-01-06 10:13:22 +01:00
|
|
|
BuildRequires: libplasma-workspace-devel
|
2024-01-06 10:13:22 +01:00
|
|
|
BuildRequires: libsolid-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
Provides: plasma-phone-components
|
|
|
|
Obsoletes: plasma-phone-components < 5.24.2
|
|
|
|
|
|
|
|
%description
|
|
|
|
KDE Frameworks 5 UI components for Plasma Phone.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
2024-01-06 10:13:22 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
%files -f %{name}5_qt.lang
|
2024-01-06 10:13:22 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:13:22 +01:00
|
|
|
%{_bindir}/startplasmamobile
|
|
|
|
%{_datadir}/applications/kcm_mobileshell.desktop
|
2024-01-06 10:13:22 +01:00
|
|
|
%{_datadir}/metainfo/org.kde.*.appdata.xml
|
2024-01-06 10:13:22 +01:00
|
|
|
%{_libdir}/qt5/plugins/plasma/applets/plasma_*.so
|
2024-01-06 10:13:22 +01:00
|
|
|
%{_libdir}/qt5/qml/org/kde/plasma/quicksetting/*
|
|
|
|
%dir %{_datadir}/kpackage/kcms/kcm_mobileshell
|
|
|
|
%{_datadir}/kpackage/kcms/kcm_mobileshell/*
|
2024-01-06 10:13:22 +01:00
|
|
|
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_mobileshell.so
|
2024-01-06 10:13:22 +01:00
|
|
|
%dir %{_libdir}/qt5/qml/org/kde/plasma/private/mobileshell
|
|
|
|
%{_libdir}/qt5/qml/org/kde/plasma/private/mobileshell/*
|
|
|
|
%dir %{_libdir}/qt5/qml/org/kde/plasma/mm
|
|
|
|
%{_libdir}/qt5/qml/org/kde/plasma/mm/*
|
|
|
|
%dir %{_libdir}/qt5/qml/org/kde/plasma/quicksetting/nightcolor
|
|
|
|
%{_libdir}/qt5/qml/org/kde/plasma/quicksetting/nightcolor/*
|
|
|
|
%{_datadir}/knotifications5/plasma_phone_components.notifyrc
|
|
|
|
%{_datadir}/kservices5/plasma-applet-org.kde.plasma.*.desktop
|
|
|
|
%{_datadir}/plasma/look-and-feel/org.kde.plasma.phone/*
|
|
|
|
%dir %{_datadir}/plasma/plasmoids/org.kde.phone.homescreen
|
|
|
|
%{_datadir}/plasma/plasmoids/org.kde.phone.homescreen/*
|
|
|
|
%dir %{_datadir}/plasma/plasmoids/org.kde.phone.panel
|
|
|
|
%{_datadir}/plasma/plasmoids/org.kde.phone.panel/*
|
|
|
|
%dir %{_datadir}/plasma/shells/org.kde.plasma.phoneshell
|
|
|
|
%{_datadir}/plasma/shells/org.kde.plasma.phoneshell/*
|
|
|
|
%dir %{_datadir}/plasma/plasmoids/org.kde.phone.taskpanel
|
|
|
|
%{_datadir}/plasma/plasmoids/org.kde.phone.taskpanel/*
|
2024-01-06 10:13:22 +01:00
|
|
|
%dir %{_datadir}/plasma/plasmoids/org.kde.phone.homescreen.halcyon
|
|
|
|
%{_datadir}/plasma/plasmoids/org.kde.phone.homescreen.halcyon/*
|
2024-01-06 10:13:22 +01:00
|
|
|
%dir %{_datadir}/plasma/quicksettings/org.kde.plasma.quicksetting.*
|
|
|
|
%{_datadir}/plasma/quicksettings/org.kde.plasma.quicksetting.*/*
|
2024-01-06 10:13:22 +01:00
|
|
|
%{_datadir}/wayland-sessions/plasma-mobile.desktop
|
|
|
|
%doc LICENSES
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Nov 30 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 5.26.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 13 2022 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Sep 07 2022 Automatic Build System <autodist@mambasoft.it> 5.25.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 5.25.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 5.25.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Jun 22 2022 Automatic Build System <autodist@mambasoft.it> 5.25.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Thu May 05 2022 Automatic Build System <autodist@mambasoft.it> 5.24.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 5.24.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Wed Mar 09 2022 Automatic Build System <autodist@mambasoft.it> 5.24.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:13:22 +01:00
|
|
|
* Thu Feb 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.24.2-1mamba
|
|
|
|
- update to 5.24.2
|
|
|
|
|
|
|
|
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 5.23.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 01 2021 Automatic Build System <autodist@mambasoft.it> 5.23.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 5.23.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 27 2021 Automatic Build System <autodist@mambasoft.it> 5.23.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 19 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 5.22.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 07 2021 Automatic Build System <autodist@mambasoft.it> 5.22.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 5.22.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 5.21.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 5.21.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 5.21.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 5.21.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 18 2021 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 5.20.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 5.20.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Nov 11 2020 Automatic Build System <autodist@mambasoft.it> 5.20.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 29 2020 Automatic Build System <autodist@mambasoft.it> 5.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 21 2020 Automatic Build System <autodist@mambasoft.it> 5.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 18 2020 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 02 2020 Automatic Build System <autodist@mambasoft.it> 5.19.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 30 2020 Automatic Build System <autodist@mambasoft.it> 5.19.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 08 2020 Automatic Build System <autodist@mambasoft.it> 5.19.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 5.19.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 19 2020 Automatic Build System <autodist@mambasoft.it> 5.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 10 2020 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 08 2020 Automatic Build System <autodist@mambasoft.it> 5.18.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.4.1-1mamba
|
|
|
|
- package created using the webbuild interface
|