Christophe Marin 2024-07-04 20:42:18 +00:00 committed by Git OBS Bridge
commit 4c2227f50e
7 changed files with 2236 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

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmy0ACgkQu0YzUNbv
Me+C8w//XX1dTYX/bU7Ea+z1bPU7oEqkwiqHiA/1IipN2QKwW0O74Q0wQyZkN1Ei
BUG1sGE0A4nvFBcQcs2n7YyTUHV1ahSJum7lRtgaYrsa9zwfDb2UH7u9ABnNf4ij
ZVjVR8Dz0WHqSPYQdhBtxGga5GsLf70H+yOoB8KLofaaGTYxmpFraUHgzKTjuWhY
1Zb0fP6xa5Uufx+Fh+teizzwlH1yxwMYM7yudsNlc1ooAYAS/QWUq06uouCVXGFV
MkbZd6DkE7iMcdB6LX6E5vckY/HF+Mcwn0dfwzeV9+ophLebSKjJuwEX80LnB+jY
HcH0NcCh3yH/UhMQsvjiHuf7SWFyHcP6oNAVYPRX1jn6i3s5sLbgrCEQePj1uSXP
Efs9OhYFYKvnjFFJJy3635U1/gVG+hSa1OfDgQopRDE4SzHEyXpjolUsotF2fBjR
hVFLDi3lklveE2EvUmbZn8mGXAXrxMfqhFTnkqTd8Ejy1E2XdFOn6XyDAhCYqs1D
jz2zxPL9gvYsJ/8Ixc8/qUH5xf/HnRRCg1aycrNKaz8zdLdUrnWEm65rZbcZjEK8
Fi1h6CyzrxS4PWBvyg83mX2ENWlY4rnyebr/AqomF9eKvmazt3VyL8ouxCmV+0lU
sYGc601Lqb8C0RQ2j0rXf7lL6JWSICBxVV16vj3Q0fvaRc99R/Q=
=TQjQ
-----END PGP SIGNATURE-----

2120
kdesdk-kioslaves.changes Normal file

File diff suppressed because it is too large Load Diff

73
kdesdk-kioslaves.spec Normal file
View File

@ -0,0 +1,73 @@
#
# spec file for package kdesdk-kioslaves
#
# Copyright (c) 2024 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 6.0.0
%define qt6_version 6.6.0
%bcond_without released
%define rname kdesdk-kio
Name: kdesdk-kioslaves
Version: 24.05.2
Release: 0
Summary: KDE SDK KIO slaves
License: GPL-2.0-only
URL: https://www.kde.org/
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
%description
This package contains additional KIO slaves.
%lang_package -n kio_perldoc
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
%kf6_build
%install
%kf6_install
%find_lang kio6_perldoc kio_perldoc.lang
%package -n kio_perldoc
Summary: KDE KIO-Slave to browse Perl documentation
Recommends: perl-doc
%description -n kio_perldoc
This KDE KIO slave allows to browse the Perl documentation.
%files -n kio_perldoc
%license COPYING
%dir %{_kf6_sharedir}/kio_perldoc
%{_kf6_plugindir}/kf6/kio/perldoc.so
%{_kf6_sharedir}/kio_perldoc/pod2html.pl
%files -n kio_perldoc-lang -f kio_perldoc.lang
%changelog