Plasma 6 RC 2. Still untested...

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kdecoration6?expand=0&rev=1
This commit is contained in:
Luca Beltrame 2024-02-07 18:01:30 +00:00 committed by Git OBS Bridge
commit d07c9607c9
7 changed files with 168 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,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e244040dc81a511d2744bc8e8fbcae4ab4de03005edf7cd50ed1bf8798b3a2e6
size 54348

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmW6LRUACgkQ11dEg7tX
sY3Gww//SdPmRkDWcLjwn3CQRzER+a5B0gb8FSb3pCB+HBqeruHYKD+KdAylz/CO
a5xFIheJ2bISLYOqQS58OHOt9BtOd3WAuAwkLHIqLuU6ws4RegHGFA61hhTy4s3C
rtfMin12LDY/QrnzY62zWgnglzJ57+04TSp/PxiGRpGEzTEIVzB/npg9gj+MVuBG
jcJncfzM2IuMP8X2kcr2MIgNu7Jgslv/9btPQfRBOJjHi9gT0u5xAFZavkHLBijC
uEv89yq9KNkq408M0AXJNoMMtQ2+YqntLUOa4wLb70EEnuxHPLazv5uC1ykGyEt4
rU1MulgWwauSylsfs8j2NQf7tAzOTMvf1nBn1BOSfjLCzH6ROZjvLQ84hEzWQF9m
g+ePNYXwcECZjJzPYy+Af5aV+AUXEd/icR8ul0XzO//Xz7eZwa/0FhHvbYLudtqz
NSDUvfbBF3tBkQ+Dw4L6Hv/Vn5VA9QnVN/wZTNQlp2GWMVn4QNXjJks9kXg70Ph2
sM5rnsLq8Ms2hc/qjhZyELrflHKlkcRzVe/J5a0fB07wZZTgYOwegMOHVcQn/gkU
/3+bBfydI41QO9dq/um0rv0MGFgHfmgfaXiFL+ptR47oa2vUoaplofRFEAV5vmJO
2DcuA9w64xt6QJPshx3iFLVyBXo5TNmGOZmrcFdUoDglsSQ3y98=
=PWOj
-----END PGP SIGNATURE-----

19
kdecoration6.changes Normal file
View File

@ -0,0 +1,19 @@
-------------------------------------------------------------------
Wed Jan 31 17:36:55 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
- No code changes since 5.92.0
-------------------------------------------------------------------
Mon Jan 15 21:08:40 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 Jun 30 20:56:18 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kdecoration6

106
kdecoration6.spec Normal file
View File

@ -0,0 +1,106 @@
#
# spec file for package kdecoration6
#
# 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 kdecoration
%global sover 6
%global private_sover 11
%bcond_without released
Name: kdecoration6
Version: 5.93.0
Release: 0
Summary: KDE's window decorations library
License: GPL-2.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(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
%description
Plugin based library to create window decorations.
%package -n libkdecorations2-%{sover}
Summary: KDE's window decorations library
Conflicts: libkdecorations2-5-lang
%description -n libkdecorations2-%{sover}
Plugin based library to create window decorations.
%package -n libkdecorations2private%{private_sover}
Summary: KDE's window decorations library
%description -n libkdecorations2private%{private_sover}
Plugin based library to create window decorations.
%package devel
Summary: KDE's window decorations library (development package)
Requires: libkdecorations2-%{sover} = %{version}
Requires: libkdecorations2private%{private_sover} = %{version}
Requires: cmake(Qt6Gui)
Conflicts: libkdecoration2-devel
%description devel
Development files belonging to kdecoration,
plugin based library to create window decorations.
%lang_package -n libkdecorations2-%{sover}
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --all-name
%ldconfig_scriptlets -n libkdecorations2-%{sover}
%ldconfig_scriptlets -n libkdecorations2private%{private_sover}
%files -n libkdecorations2-%{sover}
%license LICENSES/*
%{_kf6_libdir}/libkdecorations2.so.*
%files -n libkdecorations2private%{private_sover}
%{_kf6_libdir}/libkdecorations2private.so.*
%files devel
%{_includedir}/KDecoration2/
%{_kf6_cmakedir}/KDecoration2/
%{_kf6_includedir}/kdecoration2_version.h
%{_kf6_libdir}/libkdecorations2.so
%{_kf6_libdir}/libkdecorations2private.so
%files -n libkdecorations2-%{sover}-lang -f %{name}.lang
%changelog

BIN
plasma.keyring Normal file

Binary file not shown.