commit e561f876d6ade4648734caf94e7669a82690f0b8c15c8ac9d76a699a164c2187 Author: Luca Beltrame Date: Wed Feb 7 18:01:38 2024 +0000 Plasma 6 RC 2. Still untested... OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-browser-integration?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/plasma-browser-integration-5.93.0.tar.xz b/plasma-browser-integration-5.93.0.tar.xz new file mode 100644 index 0000000..d18bdc2 --- /dev/null +++ b/plasma-browser-integration-5.93.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae0007466a186ecc00099ac1cde8bab7badd4487177dba7a4bf39d5e51043ff +size 219108 diff --git a/plasma-browser-integration-5.93.0.tar.xz.sig b/plasma-browser-integration-5.93.0.tar.xz.sig new file mode 100644 index 0000000..3103f31 --- /dev/null +++ b/plasma-browser-integration-5.93.0.tar.xz.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmW6RpkACgkQ11dEg7tX +sY0jXQ/9ECA1yvbOh1Lawc9S2YrmsQIQayxXMB1fRDKaH6OiKuysupm5dEIeQnv7 +bKfzzKh4wg3WNT06HVHFwCPHdkFpI3Z5B6s/P8SVHo6rAsYlG1kus090gIanSI8L +ceSkpVYgIfEo/XEv8l02riIU1nZKBQvgoEL7p2k1bnx1On2kKhzhe7eA3spAu/Wh +eUP8Gk7HxVEn2+xq8hCwORYZCx6GpDDEUmbhc8EIa5BApbdbHeYbd2bulZC9K+yh +7h+GR4s+CTnSv0GhMjuceZaXTM45f8GYdrH6hAwKmSEy+Z+tjdITLORe2ZUzFtTU +4LERZqOmlsyZ9wa++gEv612MGrjAPYcKSmtysjG0lNfUW9dHeUJ1pP1VJ/uR5TMp +xZApLaIBnPZtY0SG+yTeE9zEGowgEC2uC1D85cFbg1V1Gj2gGVioXMR15ulMyHjD +orQ+RN/tvWA56DhHSgPQuHY7QZnrg16pkGERLhj2LzcrJlTZcqFPHfRXIfnzU/4I +/Gf1BwKRX1TlKCplshWZwvtlKGxGoBJhXt1nOHOq0jNroqUDS35IHaxr8bzmdqun +v16x9wtBRTS0MZ9nSV/V7YjHIEGg/0xuTs+40jS0zBSjnPXEZlxSExYb+G3oBIc6 +jvhDisdYXtIYvuYicdpJVDAV8ytmreTRkrGEs1MEocFcc3UrA2o= +=2fwx +-----END PGP SIGNATURE----- diff --git a/plasma.keyring b/plasma.keyring new file mode 100644 index 0000000..df40fb7 Binary files /dev/null and b/plasma.keyring differ diff --git a/plasma6-browser-integration.changes b/plasma6-browser-integration.changes new file mode 100644 index 0000000..2533419 --- /dev/null +++ b/plasma6-browser-integration.changes @@ -0,0 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 31 17:37:35 UTC 2024 - Fabian Vogt + +- Update to 5.93.0 (6.0 RC 2): + * New bugfix release + * See https://kde.org/announcements/megarelease/6/rc2/ for details +- Changes since 5.92.0: + * RC 1 version dep + * add a version for dependencies so it does not break CI https://invent.kde.org/plasma/bluedevil/-/merge_requests/156 + +------------------------------------------------------------------- +Wed Jan 17 18:38:58 UTC 2024 - Fabian Vogt + +- Update to 5.92.0 (6.0 RC 1) + * For more details please see: + https://kde.org/announcements/megarelease/6/rc1/ + +------------------------------------------------------------------- +Wed Aug 23 21:49:17 UTC 2023 - Christophe Marin + +- Init plasma6-browser-integration diff --git a/plasma6-browser-integration.spec b/plasma6-browser-integration.spec new file mode 100644 index 0000000..9f550b4 --- /dev/null +++ b/plasma6-browser-integration.spec @@ -0,0 +1,136 @@ +# +# spec file for package plasma6-browser-integration +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define kf6_version 5.240.0 +%define qt6_version 6.5.0 + +%define rname plasma-browser-integration + +%bcond_with browser_extension +%bcond_without released + +# Full Plasma 6 version (e.g. 6.0.0) +%{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} +# Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF) +%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} +Name: plasma6-browser-integration +Version: 5.93.0 +Release: 0 +Summary: Helper for the KDE Plasma Browser Integration +License: GPL-3.0-or-later +URL: https://www.kde.org +Source: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz +%if %{with released} +Source1: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source2: plasma.keyring +%endif +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} +BuildRequires: cmake(KF6Config) >= %{kf6_version} +BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6Crash) >= %{kf6_version} +BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} +BuildRequires: cmake(KF6FileMetaData) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KF6JobWidgets) >= %{kf6_version} +BuildRequires: cmake(KF6KIO) >= %{kf6_version} +BuildRequires: cmake(KF6Notifications) >= %{kf6_version} +BuildRequires: cmake(KF6Purpose) >= %{kf6_version} +BuildRequires: cmake(KF6Runner) >= %{kf6_version} +BuildRequires: cmake(KF6StatusNotifierItem) >= %{kf6_version} +BuildRequires: cmake(LibTaskManager) >= %{_plasma6_bugfix} +BuildRequires: cmake(PlasmaActivities) >= %{_plasma6_bugfix} +BuildRequires: cmake(Qt6DBus) >= %{qt6_version} +BuildRequires: cmake(Qt6Gui) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +Supplements: (plasma6-workspace and GoogleChrome) +Supplements: (plasma6-workspace and MozillaFirefox) +Supplements: (plasma6-workspace and chromium) +Supplements: (plasma6-workspace and opera) +Supplements: (plasma6-workspace and vivaldi) +Conflicts: plasma-browser-integration +Conflicts: plasma-browser-integration-lang + +%description +This package contains a helper binary necessary for the WebExtension to +work. + +%package extension +Summary: WebExtension for KDE Plamsa Browser Integration +Requires: %{name} = %{version} +Conflicts: plasma-browser-integration-extension + +%description extension +This package contains a WebExtension to integrate the browser better into +KDE Plasma. + +%lang_package + +%prep +%autosetup -p1 -n %{rname}-%{version} + +%build +%cmake_kf6 \ +%if %{with browser_extension} + -DINSTALL_CHROME_MANIFEST:BOOL=TRUE +%else + -DINSTALL_CHROME_MANIFEST:BOOL=FALSE +%endif + +%kf6_build + +%install +%kf6_install + +if [ "%{_lib}" != "lib" ]; then + # Move mozilla native messaging file to correct location + mv %{buildroot}%{_prefix}/lib/mozilla %{buildroot}%{_libdir} +fi + +%find_lang %{name} --all-name + +%files +%license COPYING* +%{_kf6_bindir}/plasma-browser-integration-host +%{_kf6_plugindir}/kf6/kded/browserintegrationreminder.so +%dir %{_libdir}/mozilla +%{_libdir}/mozilla/native-messaging-hosts/ +%dir %{_sysconfdir}/chromium +%{_sysconfdir}/chromium/native-messaging-hosts/ +%dir %{_sysconfdir}/opt/chrome +%{_sysconfdir}/opt/chrome/native-messaging-hosts/ +%dir %{_sysconfdir}/opt/edge +%{_sysconfdir}/opt/edge/native-messaging-hosts/ +%dir %{_kf6_sharedir}/krunner/dbusplugins +%{_kf6_sharedir}/krunner/dbusplugins/plasma-runner-browserhistory.desktop +%{_kf6_sharedir}/krunner/dbusplugins/plasma-runner-browsertabs.desktop +%{_kf6_applicationsdir}/org.kde.plasma.browser_integration.host.desktop + +%if %{with browser_extension} +%files extension +%license COPYING* +%dir %{_datadir}/chromium +%dir %{_datadir}/chromium/extensions +%dir %{_datadir}/google-chrome +%dir %{_datadir}/google-chrome/extensions +%{_datadir}/chromium/extensions/cimiefiiaegbelhefglklhhakcgmhkai.json +%{_datadir}/google-chrome/extensions/cimiefiiaegbelhefglklhhakcgmhkai.json +%endif + +%files lang -f %{name}.lang + +%changelog