rebuilt with -DINSTALL_CHROME_MANIFEST for Chromium integration [release 5.27.8-2mamba;Wed Sep 20 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:09:53 +01:00
parent 0a258b4010
commit 301ad04433

View File

@ -3,7 +3,7 @@
Name: plasma-browser-integration
Version: 5.27.8
Release: 1mamba
Release: 2mamba
Summary: KDE Plasma 5 integration with web browsers
Group: System/Libraries
Vendor: openmamba
@ -51,13 +51,20 @@ KDE Plasma 5 integration with web browsers.
%setup -q
%build
%cmake_kde5 -d build
%cmake_kde5 -d build \
-DINSTALL_CHROME_MANIFEST=TRUE
# -DMOZILLA_DIR=%{_libdir}/firefox/
# -DCOPY_MESSAGING_HOST_FILE_HOME=TRUE \
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
mv %{buildroot}%{_datadir}/chromium %{buildroot}%{_libdir}/
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
%clean
@ -72,12 +79,17 @@ KDE Plasma 5 integration with web browsers.
%{_datadir}/applications/org.kde.plasma.browser_integration.host.desktop
%{_datadir}/krunner/dbusplugins/plasma-runner-browserhistory.desktop
%{_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
%{_libdir}/chromium/extensions/cimiefiiaegbelhefglklhhakcgmhkai.json
#%{_libdir}/qt5/plugins/kf5/krunner/krunner_browsertabs.so
%doc COPYING-GPL3
%changelog
* Wed Sep 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.27.8-2mamba
- rebuilt with -DINSTALL_CHROME_MANIFEST for Chromium integration
* Wed Sep 13 2023 Automatic Build System <autodist@mambasoft.it> 5.27.8-1mamba
- automatic version update by autodist