automatic version update by autodist [release 6.0.2-1mamba;Thu Mar 14 2024]
This commit is contained in:
parent
fa1f7cd964
commit
77a19dccf8
@ -1,4 +1,4 @@
|
||||
# plasma-browser-integration
|
||||
|
||||
KDE Plasma 5 integration with web browsers.
|
||||
KDE Plasma integration with web browsers.
|
||||
|
||||
|
@ -2,48 +2,45 @@
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: plasma-browser-integration
|
||||
Version: 5.27.10
|
||||
Version: 6.0.2
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma 5 integration with web browsers
|
||||
Summary: KDE Plasma integration with web browsers
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/plasma/%{plasmaver}/plasma-browser-integration-%{version}.tar.xz
|
||||
URL: https://kde.org/it/plasma-desktop/
|
||||
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/plasma-browser-integration-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkactivities-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkfilemetadata-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemmodels-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkpackage-devel
|
||||
BuildRequires: libkrunner-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libplasma-framework-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kcrash-devel
|
||||
BuildRequires: libkf6-kdbusaddons-devel
|
||||
BuildRequires: libkf6-kfilemetadata-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
BuildRequires: libkf6-kitemmodels-devel
|
||||
BuildRequires: libkf6-kjobwidgets-devel
|
||||
BuildRequires: libkf6-krunner-devel
|
||||
BuildRequires: libkf6-kservice-devel
|
||||
BuildRequires: libkf6-kstatusnotifieritem-devel
|
||||
BuildRequires: libkf6-purpose-devel
|
||||
BuildRequires: libplasma-activities-devel
|
||||
BuildRequires: libplasma-workspace-devel
|
||||
BuildRequires: libpurpose-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description
|
||||
KDE Plasma 5 integration with web browsers.
|
||||
KDE Plasma integration with web browsers.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -51,17 +48,17 @@ KDE Plasma 5 integration with web browsers.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build \
|
||||
%cmake_kf6 \
|
||||
-DINSTALL_CHROME_MANIFEST=TRUE
|
||||
|
||||
# -DMOZILLA_DIR=%{_libdir}/firefox/
|
||||
# -DCOPY_MESSAGING_HOST_FILE_HOME=TRUE \
|
||||
|
||||
%make
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
mv %{buildroot}%{_datadir}/chromium %{buildroot}%{_libdir}/
|
||||
|
||||
@ -81,12 +78,23 @@ mv %{buildroot}%{_datadir}/chromium %{buildroot}%{_libdir}/
|
||||
%{_datadir}/krunner/dbusplugins/plasma-runner-browsertabs.desktop
|
||||
%{_datadir}/google-chrome/extensions/cimiefiiaegbelhefglklhhakcgmhkai.json
|
||||
%{_prefix}/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json
|
||||
%{_libdir}/qt5/plugins/kf5/kded/browserintegrationreminder.so
|
||||
%{_kf6_plugindir}/kded/browserintegrationreminder.so
|
||||
%{_libdir}/chromium/extensions/cimiefiiaegbelhefglklhhakcgmhkai.json
|
||||
#%{_libdir}/qt5/plugins/kf5/krunner/krunner_browsertabs.so
|
||||
%doc COPYING-GPL3
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user