Plasma 6 RC 2. Still untested...

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-vault?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 ece56809a3
7 changed files with 198 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:4fa61194bf1f63bc2642ca8b98a6e857f96be86a1831dfd8275ffb0f6b26a71a
size 192736

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmW6RsgACgkQ11dEg7tX
sY1yXw/+NE3aLvKUMe+bxkG7Lt8t1klppUrSbE26l2vnqu/x4OoUMlDYN95B+V7T
NCkYWIliu7qmyMw0CBW56TVL0rRVr3/wfudn2B3aR9VuoER6S60i7QSBVP7fGS7G
du/u3Fg+Hm8mXSFVPmAwkRQEAhF+4S96WgRVhsIWc8JzAAPaiLJcZ1joBtrP1kxF
CymzImdqnCShsG9MWpDa0ezOQNpdKoqTdHjwkK7AvvPHAuCdOoD6TMHFstrmBCaq
rdIM16LILs2GhRjM1yK40sLV1/Ajvk57W4Pd4i3yOkBemuRf+fMVwL/tXxL4zCyb
QU6c5Xdaz0P5EfNBhwaTXG+N6OjOKH3fVcUatZxRwEEf5OWpyiesAvfq97Bb2WbU
CHDb1ES7nDFYKYcL569AbnSasJMKJAvj9hIFC5mEutBls20HGU8+CSYshybwhFV3
QFvSff+JMwFT40BuUMsD9wrbjVrUrgqT1r7AXxAS0bOUqjOcgP843y2bCspJ/NgL
uJCOLZaFyxek14eDhcwRUJ1AeyvKo9PYq7EzjCnibr3XeNpjlDbd5DD1oIVvquhz
bt49gs51vueIXcaZQP11PCvZYvqIhaJsTK1KYAf97UEVPpv5i5elMhCUwvHLoofb
pNKq5W40KqPkF8ZkCZlTLLZvG0fo5aZKuJlnj1LczT824+dPej4=
=gHq+
-----END PGP SIGNATURE-----

BIN
plasma.keyring Normal file

Binary file not shown.

21
plasma6-vault.changes Normal file
View File

@ -0,0 +1,21 @@
-------------------------------------------------------------------
Wed Jan 31 17:37:56 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:
* 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:39:55 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 20:27:29 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init plasma6-vault

134
plasma6-vault.spec Normal file
View File

@ -0,0 +1,134 @@
#
# spec file for package plasma6-vault
#
# 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-vault
%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-vault
Version: 5.93.0
Release: 0
Summary: Plasma applet and services for creating encrypted vaults
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(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6ItemModels) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6NetworkManagerQt) >= %{kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires: cmake(KSysGuard) >= %{_plasma6_bugfix}
BuildRequires: cmake(Plasma) >= %{_plasma6_bugfix}
BuildRequires: cmake(PlasmaActivities) >= %{_plasma6_bugfix}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
Requires: /usr/bin/fusermount
Requires: plasma6-vault-backend
# We recommend encfs for now as cryfs has certain issues
Recommends: plasma6-vault-backend-encfs
Conflicts: plasma-vault
%description
Plasma Vault is a plasmoid for creating and managing encrypted vaults
%package backend-encfs
Summary: Necessary packages for plasma6-vault to support encfs vaults
Requires: plasma6-vault = %{version}
Requires: encfs >= 1.9.1
Provides: plasma6-vault-backend
BuildArch: noarch
%description backend-encfs
This package pulls in dependencies for the plasma6-vault encfs backend.
%package backend-cryfs
Summary: Necessary packages for plasma6-vault to support cryfs vaults
Requires: plasma6-vault = %{version}
# Previous versions could not update properly
Requires: cryfs >= 0.9.9
Provides: plasma6-vault-backend
BuildArch: noarch
%description backend-cryfs
This package pulls in dependencies for the plasma6-vault cryfs backend.
%package backend-gocryptfs
Summary: Necessary packages for plasma6-vault to support gocryptfs vaults
Group: Productivity/Security
Requires: plasma6-vault = %{version}
Requires: gocryptfs >= 1.8
Provides: plasma6-vault-backend
BuildArch: noarch
%description backend-gocryptfs
This package pulls in dependencies for the plasma6-vault gocryptfs backend.
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-man --all-name
%files
%license LICENSES/*
%{_kf6_appstreamdir}/org.kde.plasma.vault.appdata.xml
%{_kf6_plasmadir}/plasmoids/org.kde.plasma.vault/
%{_kf6_plugindir}/kf6/kded/plasmavault.so
%dir %{_kf6_plugindir}/kf6/kfileitemaction
%{_kf6_plugindir}/kf6/kfileitemaction/plasmavaultfileitemaction.so
%{_kf6_plugindir}/plasma/applets/org.kde.plasma.vault.so
%files lang -f %{name}.lang
%files backend-encfs
%license LICENSES/*
%files backend-cryfs
%license LICENSES/*
%files backend-gocryptfs
%license LICENSES/*
%changelog