commit 4e7f43c1f04678b768df462830fc3d8ce80d74a7649c41c757332b9df79c958e Author: Luca Beltrame Date: Wed Feb 7 18:01:30 2024 +0000 Plasma 6 RC 2. Still untested... OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kdeplasma6-addons?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/kdeplasma-addons-5.93.0.tar.xz b/kdeplasma-addons-5.93.0.tar.xz new file mode 100644 index 0000000..7fcece5 --- /dev/null +++ b/kdeplasma-addons-5.93.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481de485e252d05861cb260ed53706a687c56c0e686045d507e81177f075dc6c +size 860504 diff --git a/kdeplasma-addons-5.93.0.tar.xz.sig b/kdeplasma-addons-5.93.0.tar.xz.sig new file mode 100644 index 0000000..2718c06 --- /dev/null +++ b/kdeplasma-addons-5.93.0.tar.xz.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmW6LRwACgkQ11dEg7tX +sY3JXg//dTtNNAURuzlnALXj6GvrxRdYiM1rNvf15vprSYtrGNzW2kNxI4rnSqRJ +SnF5O31/GE6i5KQgv/H2p6Rz1CPpxpemjcIKCXyZxw8YV/bBFy9zyN6kFZHXuiIM +DNuboFFpfq+VeUfH8kLwcwK+27n903i2wTH+c5mRVoiYPQJP9reyOmYL2lpjMASU +iJwO161cv/Rm0aC7B4JqTbk2Yd3BQ5uyCrtJP2nUuwyH3e0afZ6LgfyZOQs06end +PX+w0VoAPUrETOH1BVvc0lhDVKCHH39y/ozyZnKlMrMWKKSmgsmvLdlXBdU+q8hb +7LKVGfs9PVkDS5VJwQK4CFf7W9p7D2Wqwv/FnOUxuVccFCaSNL/kNYlOrOxC0G62 +K5LP1bGQtY6xbojiMaOyDOXFIXW4MW14Kz31/yMTK2ingb46F9fk5bJp67YlZqT0 +1mztCMhu/uvva4e1Lw7spSSFsS8VqqEXdaU9fKI2y6C9DGFSmQzcEacL5kSJl//o +7jJe7mbv//eZCH8GS2Nh5hsVckXE18fTos9QRbyj0Ss4uyjjATevJEgYjOGhYjdD +XoUI6QOhzVcMWJu41sqpPrGL6OWtMexl+bVj5aHaZYb/JcJsFhhv/tBOG2CIRfA3 +fPmpaqd/8xhw1xcanbQdILv7Q63KsxuDe/0i/rkJcVe/KGKIWZ8= +=E5HH +-----END PGP SIGNATURE----- diff --git a/kdeplasma6-addons.changes b/kdeplasma6-addons.changes new file mode 100644 index 0000000..3327b94 --- /dev/null +++ b/kdeplasma6-addons.changes @@ -0,0 +1,23 @@ +------------------------------------------------------------------- +Wed Jan 31 17:36:57 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: + * RC1 version + * add a version for dependencies so it does not break CI https://invent.kde.org/plasma/bluedevil/-/merge_requests/156 + * applets/weather: Fix spacing on forecast view + * Give the focus directly to the TextEdit component of the calculator (kde#479642) + +------------------------------------------------------------------- +Mon Jan 22 19:12:48 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/ + +------------------------------------------------------------------- +Mon Jul 10 09:11:33 UTC 2023 - Christophe Marin + +- Init kdeplasma6-addons diff --git a/kdeplasma6-addons.spec b/kdeplasma6-addons.spec new file mode 100644 index 0000000..756b9ea --- /dev/null +++ b/kdeplasma6-addons.spec @@ -0,0 +1,152 @@ +# +# spec file for package kdeplasma6-addons +# +# 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 kdeplasma-addons +# 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}')} +%bcond_without released +Name: kdeplasma6-addons +Version: 5.93.0 +Release: 0 +Summary: Additional Plasma6 Widgets +License: GPL-2.0-or-later AND LGPL-2.1-only AND GPL-3.0-only +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: pkgconfig +BuildRequires: cmake(KF6Config) >= %{kf6_version} +BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6Declarative) >= %{kf6_version} +BuildRequires: cmake(KF6GlobalAccel) >= %{kf6_version} +BuildRequires: cmake(KF6Holidays) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KF6JobWidgets) >= %{kf6_version} +BuildRequires: cmake(KF6KCMUtils) >= %{kf6_version} +BuildRequires: cmake(KF6KIO) >= %{kf6_version} +BuildRequires: cmake(KF6NewStuff) >= %{kf6_version} +BuildRequires: cmake(KF6Notifications) >= %{kf6_version} +BuildRequires: cmake(KF6Runner) >= %{kf6_version} +BuildRequires: cmake(KF6Service) >= %{kf6_version} +BuildRequires: cmake(KF6Sonnet) >= %{kf6_version} +BuildRequires: cmake(KF6UnitConversion) >= %{kf6_version} +BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} +BuildRequires: cmake(Plasma) >= %{_plasma6_bugfix} +BuildRequires: cmake(PlasmaQuick) >= %{_plasma6_bugfix} +BuildRequires: cmake(Plasma5Support) >= %{_plasma6_bugfix} +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6Core5Compat) >= %{qt6_version} +BuildRequires: cmake(Qt6DBus) >= %{qt6_version} +BuildRequires: cmake(Qt6Gui) >= %{qt6_version} +BuildRequires: cmake(Qt6Network) >= %{qt6_version} +BuildRequires: cmake(Qt6Qml) >= %{qt6_version} +BuildRequires: cmake(Qt6Quick) >= %{qt6_version} +BuildRequires: cmake(Qt6Test) >= %{qt6_version} +%ifarch x86_64 aarch64 riscv64 +BuildRequires: cmake(Qt6WebEngineQuick) >= %{qt6_version} +%endif +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +BuildRequires: pkgconfig(icu-i18n) +BuildRequires: pkgconfig(icu-uc) +Requires: kf6-kitemmodels-imports >= %{kf6_version} +Requires: kf6-purpose >= %{kf6_version} +Requires: kirigami-addons6 +Requires: purpose +Conflicts: plasma5-addons +Provides: plasma-addons = %{version} +Obsoletes: plasma-addons < %{version} + +%description +Additional plasmoids from upstream for use on the Plasma workspace. + +%package devel +Summary: Additional plasmoid widgets - development files +Requires: kdeplasma6-addons = %{version} +Conflicts: plasma5-addons-devel + +%description devel +This package contains development files to develop additional widgets for +the Plasma desktop. + +%lang_package + +%prep +%autosetup -p1 -n %{rname}-%{version} + +%build +%cmake_kf6 + +%kf6_build + +%install +%kf6_install + +# FIXME Upstream still has a QQC1 dependency +rm -r %{buildroot}%{_kf6_plasmadir}/plasmoids/org.kde.plasma.fifteenpuzzle + +%find_lang %{name} --all-name + +%ldconfig_scriptlets + +%files +%license LICENSES/* +%{_kf6_appstreamdir}/*.xml +%{_kf6_debugdir}/kdeplasma-addons.categories +%ifarch x86_64 aarch64 riscv64 +%{_kf6_iconsdir}/hicolor/scalable/apps/accessories-dictionary.svgz +%endif +%{_kf6_iconsdir}/hicolor/scalable/apps/fifteenpuzzle.svgz +%{_kf6_knsrcfilesdir}/comic.knsrc +%{_kf6_libdir}/libplasmapotdprovidercore.so.* +%{_kf6_notificationsdir}/plasma_applet_timer.notifyrc +%{_kf6_plasmadir}/desktoptheme/ +%{_kf6_plasmadir}/plasmoids/ +%{_kf6_plasmadir}/wallpapers/ +%dir %{_kf6_plugindir}/kf6/krunner +%{_kf6_plugindir}/kf6/krunner/* +%dir %{_kf6_plugindir}/kf6/packagestructure +%{_kf6_plugindir}/kf6/packagestructure/plasma_comic.so +%dir %{_kf6_plugindir}/kwin +%dir %{_kf6_plugindir}/kwin/effects +%dir %{_kf6_plugindir}/kwin/effects/configs +%{_kf6_plugindir}/kwin/effects/configs/kwin_cube_config.so +%{_kf6_plugindir}/plasma/applets/* +%{_kf6_plugindir}/plasmacalendarplugins/ +%{_kf6_plugindir}/potd/ +%{_kf6_qmldir}/org/kde/plasma/* +%{_kf6_qmldir}/org/kde/plasmacalendar/ +%{_kf6_sharedir}/kwin/ + +%files devel +%dir %{_includedir}/plasma +%{_includedir}/plasma/potdprovider/ +%{_kf6_cmakedir}/PlasmaPotdProvider/ +%{_kf6_libdir}/libplasmapotdprovidercore.so +%{_kf6_sharedir}/kdevappwizard/templates/plasmapotdprovider.tar.bz2 + +%files lang -f %{name}.lang + +%changelog diff --git a/plasma.keyring b/plasma.keyring new file mode 100644 index 0000000..df40fb7 Binary files /dev/null and b/plasma.keyring differ