automatic version update by autodist [release 6.0.2-1mamba;Thu Mar 14 2024]

This commit is contained in:
Automatic Build System 2024-03-29 19:27:46 +01:00
parent d2fbabb2eb
commit 5308dd0008
2 changed files with 47 additions and 37 deletions

View File

@ -1,4 +1,4 @@
# xdg-desktop-portal-kde # xdg-desktop-portal-kde
KDE Plasma 5 xdg desktop portal. KDE Plasma xdg desktop portal.

View File

@ -1,57 +1,52 @@
%define plasmaver %(echo %version | cut -d. -f1-3) %define plasmaver %(echo %version | cut -d. -f1-3)
Name: xdg-desktop-portal-kde Name: xdg-desktop-portal-kde
Version: 5.27.10 Version: 6.0.2
Release: 1mamba Release: 1mamba
Summary: KDE Plasma 5 xdg desktop portal Summary: KDE Plasma xdg desktop portal
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}/xdg-desktop-portal-kde-%{version}.tar.xz Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/xdg-desktop-portal-kde-%{version}.tar.xz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libglvnd-devel BuildRequires: libglvnd-devel
BuildRequires: libkauth-devel BuildRequires: libkf6-kbookmarks-devel
BuildRequires: libkbookmarks-devel BuildRequires: libkf6-kcompletion-devel
BuildRequires: libkcodecs-devel BuildRequires: libkf6-kconfig-devel
BuildRequires: libkcompletion-devel BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libkconfig-devel BuildRequires: libkf6-kglobalaccel-devel
BuildRequires: libkconfigwidgets-devel BuildRequires: libkf6-kguiaddons-devel
BuildRequires: libkcoreaddons-devel BuildRequires: libkf6-ki18n-devel
BuildRequires: libkdeclarative-devel BuildRequires: libkf6-kiconthemes-devel
BuildRequires: libkglobalaccel-devel BuildRequires: libkf6-kio-devel
BuildRequires: libkguiaddons-devel BuildRequires: libkf6-kitemviews-devel
BuildRequires: libki18n-devel BuildRequires: libkf6-kjobwidgets-devel
BuildRequires: libkiconthemes-devel BuildRequires: libkf6-knotifications-devel
BuildRequires: libkio-devel BuildRequires: libkf6-kservice-devel
BuildRequires: libkitemviews-devel BuildRequires: libkf6-kstatusnotifieritem-devel
BuildRequires: libkjobwidgets-devel BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libknotifications-devel BuildRequires: libkf6-kwindowsystem-devel
BuildRequires: libkpackage-devel BuildRequires: libkf6-solid-devel
BuildRequires: libkservice-devel
BuildRequires: libkwayland-devel BuildRequires: libkwayland-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libsolid-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libwayland-devel BuildRequires: libwayland-devel
BuildRequires: libxkbcommon-devel BuildRequires: libxkbcommon-devel
BuildRequires: qt5-qtbase-devel BuildRequires: qt6-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt5-qtwayland-devel BuildRequires: qt6-qtwayland-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 xdg desktop portal. KDE Plasma xdg desktop portal.
%debug_package %debug_package
@ -59,12 +54,12 @@ KDE Plasma 5 xdg desktop portal.
%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
@ -77,13 +72,28 @@ KDE Plasma 5 xdg desktop portal.
%{_libexecdir}/xdg-desktop-portal-kde %{_libexecdir}/xdg-desktop-portal-kde
%{_datadir}/applications/org.freedesktop.impl.portal.desktop.kde.desktop %{_datadir}/applications/org.freedesktop.impl.portal.desktop.kde.desktop
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.kde.service %{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.kde.service
%{_datadir}/knotifications5/xdg-desktop-portal-kde.notifyrc %{_datadir}/knotifications6/xdg-desktop-portal-kde.notifyrc
%{_datadir}/xdg-desktop-portal/kde-portals.conf %{_datadir}/xdg-desktop-portal/kde-portals.conf
%{_datadir}/xdg-desktop-portal/portals/kde.portal %{_datadir}/xdg-desktop-portal/portals/kde.portal
%{_datadir}/qlogging-categories5/xdp-kde.categories %{_datadir}/qlogging-categories6/xdp-kde.categories
%doc LICENSES %doc LICENSES
%changelog %changelog
* Thu Mar 14 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
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
- automatic version update by autodist
* Mon Feb 05 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
- automatic version update by autodist
* Wed Jan 31 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