automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
f4cf5aebc3
commit
5a6819c9a5
@ -1,4 +1,4 @@
|
|||||||
# plymouth-kcm
|
# plymouth-kcm
|
||||||
|
|
||||||
KDE Plasma 5 configuration tool for the Plymouth bootsplash manager.
|
KDE Plasma configuration tool for the Plymouth bootsplash manager.
|
||||||
|
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||||
|
|
||||||
Name: plymouth-kcm
|
Name: plymouth-kcm
|
||||||
Version: 5.27.10
|
Version: 6.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Plasma 5 configuration tool for the Plymouth bootsplash manager
|
Summary: KDE Plasma configuration tool for the Plymouth bootsplash manager
|
||||||
Group: Graphical Desktop/Applications/Configuration
|
Group: Graphical Desktop/Applications/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/it/plasma-desktop/
|
||||||
Source: https://download.kde.org/stable/plasma/%{plasmaver}/plymouth-kcm-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/plymouth-kcm-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libattica5-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkarchive-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkf6-attica-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkf6-karchive-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kauth-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkf6-kcmutils-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
BuildRequires: libkdeclarative-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libknewstuff-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkpackage-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkf6-knewstuff-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE Plasma 5 configuration tool for the Plymouth bootsplash manager.
|
KDE Plasma configuration tool for the Plymouth bootsplash manager.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -46,12 +44,12 @@ KDE Plasma 5 configuration tool for the Plymouth bootsplash manager.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
@ -61,18 +59,31 @@ KDE Plasma 5 configuration tool for the Plymouth bootsplash manager.
|
|||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/kplymouththemeinstaller
|
%{_bindir}/kplymouththemeinstaller
|
||||||
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_plymouth.so
|
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_plymouth.so
|
||||||
%{_libexecdir}/kf5/kauth/plymouthhelper
|
%{_libexecdir}/kf6/kauth/plymouthhelper
|
||||||
|
%{_datadir}/applications/kcm_plymouth.desktop
|
||||||
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmplymouth.service
|
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmplymouth.service
|
||||||
%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmplymouth.conf
|
%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmplymouth.conf
|
||||||
%{_datadir}/applications/kcm_plymouth.desktop
|
|
||||||
%dir %{_datadir}/kpackage/kcms/kcm_plymouth
|
|
||||||
%{_datadir}/knsrcfiles/plymouth.knsrc
|
|
||||||
%{_datadir}/kpackage/kcms/kcm_plymouth/*
|
|
||||||
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmplymouth.policy
|
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmplymouth.policy
|
||||||
|
%{_datadir}/knsrcfiles/plymouth.knsrc
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-1mamba
|
||||||
|
- update to 6.0.0
|
||||||
|
|
||||||
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user