Accepting request 1059851 from home:Vogtinator:plasma5.27

Initial kcm_flatpak submission

OBS-URL: https://build.opensuse.org/request/show/1059851
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcm_flatpak?expand=0&rev=1
This commit is contained in:
Christophe Marin 2023-01-23 13:43:36 +00:00 committed by Git OBS Bridge
commit 566bfcd061
7 changed files with 122 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:bf62e6cf2cd7eb6a02ab171d60fffd3fc80eb01c3f2dc85548661be556d0b7b7
size 192488

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmPJKlEACgkQ11dEg7tX
sY16YhAAtG0EaplvjuBGBAEkZdAqAhzHKUUC3xSiH06XvQ2NB7UtXh8asjimm5OO
e6CydF5Ed5zd7jpgMA92TC0Nc1teyeY7SzFC8ZpL8q7pod6YVq9efeGdHwoE+OWp
D+mZ3XNPmhkivmRyoPA3HTIwFNBFjttGEyNaTD4bYehDUCE+9cMmkAZOJ3Ogywkl
P9HI/2SN6eJdD5+8f/0D2JdpROSXav06GU6eMXIT2q5/zHs+t9YZf5zzhbKNOV4N
WkdgeUBAPUq6C9wrfWGtEQj43+K0kXPMOM5CxEKzzQKVfwZOywNxH/OBXHKcAXI5
6RbHiJPwbccRUSB5MKWzqSeWcc5Qrtq3Rus94fWqT/AWM+6Bsht+HB3P9iDodCo4
72zmfBCAjcvwOrGWiDEmcFsvjnTFCCfv0XxNXX+r4CJHrrgFjxK0wOvvoMqYR5KW
0rJ1Rve2g5PDCzxmZw3Zcqs+12hOfFWTGO/z4dHG24vPBp45PFxxtV7qJF7Tb14j
AXI1O9a+vHc3REhlax8W7Q280l1z/kDbSbNWy7gjhQwtLtkxkSf3+jYZr+/pXXMX
KKozyCRn+nW/j2bpgv7/r+Z5TMf5X4EsOpQ2hShM8ZwWGghaAlWCwU53lD3VfJYm
XjbJB7sBfyR8u0XmJNjUpGKYVGH3t7+AgHH+nyPSFdFswS5VO4s=
=de70
-----END PGP SIGNATURE-----

4
kcm_flatpak.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Jan 19 19:11:53 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
- Initial package

75
kcm_flatpak.spec Normal file
View File

@ -0,0 +1,75 @@
#
# spec file for package kcm_flatpak
#
# 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/
#
# Internal QML import
%global __requires_exclude qmlimport\\(org\\.kde\\.plasma\\.kcm\\.flatpakpermissions
%bcond_without released
Name: kcm_flatpak
Version: 5.26.90
Release: 0
Summary: Flatpak Permissions Management KCM
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://invent.kde.org/plasma/flatpak-kcm
Source: https://download.kde.org/unstable/plasma/%{version}/flatpak-kcm-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/plasma/%{version}/flatpak-kcm-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 5.98.0
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KCMUtils)
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5Svg)
BuildRequires: pkgconfig(flatpak) >= 0.11.8
Supplements: (flatpak and plasma5-workspace)
%description
The KCM allows changing what permissions have been granted to installed Flatpak applications.
%lang_package
%prep
%autosetup -p1 -n flatpak-kcm-%{version}
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%find_lang %{name} %{name}.lang
%files lang -f %{name}.lang
%files
%license LICENSES/*
%dir %{_kf5_sharedir}/kpackage/
%dir %{_kf5_sharedir}/kpackage/kcms/
%{_kf5_sharedir}/kpackage/kcms/kcm_flatpak/
%dir %{_kf5_plugindir}/plasma/
%dir %{_kf5_plugindir}/plasma/kcms/
%dir %{_kf5_plugindir}/plasma/kcms/systemsettings/
%{_kf5_plugindir}/plasma/kcms/systemsettings/kcm_flatpak.so
%changelog

BIN
plasma.keyring Normal file

Binary file not shown.