Plasma 6 RC 2. Still untested...

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-welcome?expand=0&rev=1
This commit is contained in:
Luca Beltrame 2024-02-07 18:01:43 +00:00 committed by Git OBS Bridge
commit 889005adea
8 changed files with 209 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,45 @@
From 415dd3c73947089cd567754b3237017b7b4e5725 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
Date: Fri, 20 Jan 2023 10:27:14 +0100
Subject: [PATCH] Use the openSUSE wallpaper
This is unfortunately hardcoded. Use our default to more likely match what
the user sees.
---
src/contents/ui/pages/Network.qml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/contents/ui/pages/Network.qml b/src/contents/ui/pages/Network.qml
index ed2c445..02cf3c9 100644
--- a/src/contents/ui/pages/Network.qml
+++ b/src/contents/ui/pages/Network.qml
@@ -74,10 +74,10 @@ GenericPage {
Image {
anchors.fill: parent
fillMode: Image.PreserveAspectCrop
- source: "file:" + Controller.installPrefix() + "/share/wallpapers/Next/contents/images/1024x768.png"
+ source: "file:" + Controller.installPrefix() + "/share/wallpapers/openSUSEdefault/contents/images/1280x1024.jpg"
// anchor the image to the bottom-right corner of the "screen"
- sourceClipRect: Qt.rect(1024-parent.width,
- 768-parent.height,
+ sourceClipRect: Qt.rect(1280-parent.width,
+ 1024-parent.height,
parent.width,
parent.height)
}
@@ -86,9 +86,9 @@ GenericPage {
Image {
anchors.fill: panelContainer
fillMode: Image.PreserveAspectCrop
- source: "file:" + Controller.installPrefix() + "/share/wallpapers/Next/contents/images/1024x768.png"
- sourceClipRect: Qt.rect(1024-panelContainer.width,
- 768-panelContainer.height,
+ source: "file:" + Controller.installPrefix() + "/share/wallpapers/openSUSEdefault/contents/images/1280x1024.jpg"
+ sourceClipRect: Qt.rect(1280-panelContainer.width,
+ 1024-panelContainer.height,
panelContainer.width,
panelContainer.height)
--
2.41.0

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61671dd925dae784c4f4ccdca547b214f9cbf59febe1024b7904cc42dd3d3356
size 904624

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmW6RsoACgkQ11dEg7tX
sY09kw//eVW+UaQXT9bLGRWaZuht59n0pyRHlZM5jlasEh+vLMbeAlF3o9/hctbz
nvDWWD2dxaneiY1ELQ7jo3FKxjMZBFu6Mk0BogFN5RfLHzcyVw1yaeDEpdQfljyt
gsoy3kBBDmFM/xCGL7++6iWMKwVJaeLaJvukVWIQ+nYa1QwP+/zSt22GWGcvcGe0
GpaURASXGbUfGPeYBtD7rqulPjLmSiXXN2EXoIwDQw28VTeyyT8MaA2+ZND+5M9Q
ipmZDhIMz7W3X/efOlNH61WLM5WNir1u3OM5KCVEOVX2cgWunIurve9XGUHChWhc
ZMyL9Dqjv3xllTgCxOzK5hC+AQs9jnG8JQQX48ocN08UMhxB4zaQ4Ls/0XfjcEy8
wWAHXbPv61YLKpPszkKtSVnreDUt8UCfNeRz1uSXH02QmkUL/UHYGuYJmus4vaqO
HKZzbZ8b2i8R7ZHwCjoPw6zZ2iQpGqfeAyixatjMy8//UwYSnic3L16cQR4ZtvAB
Fo9I/doQEULW0JumsIQsA7sfLY9G8T3M3hWqOT4b9+0mHbSRAgcu93+fGUJaxFUL
Iap4K3o9hz+Vk1zskPw1i1x5ShRBaL9vxlQtfXEOHn73k/E1R/eLUS45tbDZdOMF
nZ2YpY4DoXEw5EzYUNmqHDxaruRn1Wf1wwwdxSUHEQ0NZ0KQMbo=
=e9UA
-----END PGP SIGNATURE-----

BIN
plasma.keyring Normal file

Binary file not shown.

24
plasma6-welcome.changes Normal file
View File

@ -0,0 +1,24 @@
-------------------------------------------------------------------
Wed Jan 31 17:37:57 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- 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:
* Supporters: Update list of supporters
* RC 1 version dep
* add a version for dependencies so it does not break CI https://invent.kde.org/plasma/bluedevil/-/merge_requests/156
* Updated README.md with updated example
* KCM: don't set extraFooterTopPadding
-------------------------------------------------------------------
Wed Jan 17 18:39:56 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.92.0 (6.0 RC 1)
* For more details please see:
https://kde.org/announcements/megarelease/6/rc1/
-------------------------------------------------------------------
Fri Jul 14 12:13:14 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init plasma6-welcome

97
plasma6-welcome.spec Normal file
View File

@ -0,0 +1,97 @@
#
# spec file for package plasma6-welcome
#
# 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-welcome
# Full Plasma 6 version (e.g. 6.0.0)
%{!?_plasma6_bugfix: %global _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: plasma6-welcome
Version: 5.93.0
Release: 0
Summary: Onboarding wizard for Plasma
License: GPL-2.0-only OR GPL-3.0-only
URL: https://invent.kde.org/plasma/plasma-welcome
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
# PATCH-FIX-OPENSUSE
Patch100: 0001-Use-the-openSUSE-wallpaper.patch
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
# TODO Doesn't exist yet
# BuildRequires: cmake(KAccounts)
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6JobWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6KCMUtils) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6KirigamiAddons) >= 0.10.0
BuildRequires: cmake(KF6KirigamiPlatform) >= %{kf6_version}
BuildRequires: cmake(KF6NewStuff) >= %{kf6_version}
BuildRequires: cmake(KF6Service) >= %{kf6_version}
BuildRequires: cmake(KF6Svg) >= %{kf6_version}
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version}
BuildRequires: cmake(Plasma) >= %{_plasma6_bugfix}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Network) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
BuildRequires: cmake(Qt6QuickControls2) >= %{qt6_version}
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
Requires: kf6-kirigami-imports >= %{kf6_version}
Requires: kirigami-addons6 >= 0.10.0
Conflicts: plasma5-welcome
%description
Welcome Center is the perfect introduction to KDE Plasma! It can help you learn
how to connect to the internet, install apps, customize the system, and more!
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang plasma-welcome
%files
%license LICENSES/*
%{_kf6_applicationsdir}/org.kde.plasma-welcome.desktop
%{_kf6_appstreamdir}/org.kde.plasma-welcome.appdata.xml
%{_kf6_bindir}/plasma-welcome
%{_kf6_plugindir}/kf6/kded/kded_plasma-welcome.so
%files lang -f plasma-welcome.lang
%changelog