Christophe Marin 2024-12-13 15:01:00 +00:00 committed by Git OBS Bridge
commit bd0553e21f
17 changed files with 329 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
frameworks.keyring Normal file

Binary file not shown.

132
kf6-kservice.changes Normal file
View File

@ -0,0 +1,132 @@
-------------------------------------------------------------------
Sun Dec 8 10:09:26 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.9.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.9.0
- Changes since 6.8.0:
* Update dependency version to 6.9.0
* It compiles fine without deprecated methods
* ci: add Alpine/musl job
* Update version to 6.9.0
-------------------------------------------------------------------
Mon Nov 4 11:18:17 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
-------------------------------------------------------------------
Mon Oct 7 10:00:17 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.7.0
- Changes since 6.6.0:
* Update dependency version to 6.7.0
* Update version to 6.7.0
-------------------------------------------------------------------
Sat Sep 7 09:03:28 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.6.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.6.0
- Changes since 6.5.0:
* Update version to 6.6.0
-------------------------------------------------------------------
Mon Aug 5 10:47:52 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.5.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.5.0
- Changes since 6.4.0:
* Update dependency version to 6.5.0
* store canonicalFilePath instead of looking it up twice
* use canonicalFilePath instead of absoluteFilePath
* Use absolute path to mimeapps.list
* Update version to 6.5.0
-------------------------------------------------------------------
Tue Jul 9 09:41:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.4.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.4.0
- Changes since 6.3.0:
* gitignore: add VS Code dir
* Fix description in metainfo
* Fix tier information
-------------------------------------------------------------------
Wed Jun 5 10:11:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- No code changes since 6.2.0
-------------------------------------------------------------------
Mon May 6 12:22:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.2.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/6.2.0/
- Changes since 6.1.0:
-------------------------------------------------------------------
Fri Apr 5 12:52:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.1.0
* New feature release
- Changes since 6.0.0:
* update version for new release
* Fix warning: mimeType "x-scheme-handler/file" not found (kde#442721)
-------------------------------------------------------------------
Wed Feb 21 19:28:07 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.0
* New bugfix release
* Release announcement not available yet
- Changes since 5.249.0:
* update version for new release
* Remove unused member
* update some of the variable names
* kservice: remove InitialPreference (kde#305136)
* Fix respecting InitialPreference for mime types
* ksycocatest: Remove TODOs about using QFile::SetFileTime
* Remove unused includes and avoid depending on transient ones
* update version for new release
-------------------------------------------------------------------
Wed Jan 31 17:50:49 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.249.0 (6.0 RC 2):
* New bugfix release
* For more details see https://kde.org/announcements/megarelease/6/rc2/
-------------------------------------------------------------------
Mon Jan 15 20:01:34 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.248.0 (6.0 RC 1)
* For more details please see:
https://kde.org/announcements/megarelease/6/rc1/
-------------------------------------------------------------------
Sat May 27 11:18:28 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-kservice

113
kf6-kservice.spec Normal file
View File

@ -0,0 +1,113 @@
#
# spec file for package kf6-kservice
#
# 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 qt6_version 6.7.0
%define rname kservice
# Full KF6 version (e.g. 6.9.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-kservice
Version: 6.9.0
Release: 0
Summary: Plugin framework for desktop services
License: LGPL-2.1-or-later
URL: https://www.kde.org
Source: %{rname}-%{version}.tar.xz
%if %{with released}
Source1: %{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: bison
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6DocTools) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
Recommends: kded6 >= %{_kf6_bugfix_version}
%description
Provides a plugin framework for handling desktop services. Services can
be applications or libraries. They can be bound to MIME types or handled by
application specific code.
%package -n libKF6Service6
Summary: Plugin framework for desktop services
Requires: kf6-kservice >= %{version}
%description -n libKF6Service6
Provides a plugin framework for handling desktop services. Services can
be applications or libraries. They can be bound to MIME types or handled by
application specific code.
%package devel
Summary: Plugin framework for desktop services: Build Environment
Requires: libKF6Service6 = %{version}
Requires: cmake(KF6Config) >= %{_kf6_bugfix_version}
Requires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
%description devel
Provides a plugin framework for handling desktop services. Services can
be applications or libraries. They can be bound to MIME types or handled by
application specific code. Development files
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%kf6_build
%install
%kf6_install
%fdupes %{buildroot}
%find_lang kservice6 --with-man --all-name
%ldconfig_scriptlets -n libKF6Service6
%files
%doc %lang(en) %{_kf6_mandir}/*/kbuildsycoca6.*
%{_kf6_bindir}/kbuildsycoca6
%{_kf6_debugdir}/kservice.categories
%{_kf6_debugdir}/kservice.renamecategories
%files -n libKF6Service6
%license LICENSES/*
%{_kf6_libdir}/libKF6Service.so.*
%files devel
%doc %{_kf6_qchdir}/KF6Service.*
%{_kf6_cmakedir}/KF6Service/
%{_kf6_includedir}/KService/
%{_kf6_libdir}/libKF6Service.so
%files lang -f kservice6.lang
%changelog

3
kservice-6.3.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQcQAKCRAsjfWHptSq
wVYxAQCHje35cgGKNizgJV1MkiewLe8vHinq1Qkf3VlPpgmk0gD+MEpKhHwn1SYh
7bdfkb3xcaS6NOXapLvMMe5SdGyNfgA=
=Xr+e
-----END PGP SIGNATURE-----

3
kservice-6.4.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohS2gAKCRAsjfWHptSq
wZg8AP9CT4Gkmy8DLcQQxtgoKpYBhjYYwnsfjuBDKBtJ30kQZQD/VzhnOedO8Zuz
GEjPr76CiORivJXl0f8Ij4Ur2kbujgE=
=+Vf9
-----END PGP SIGNATURE-----

3
kservice-6.5.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/1gAKCRAsjfWHptSq
wf0NAP0cjb2TrXvcdZ1/F8UFF0CjGqU8/o9SRAB1gi5zB7+PjQEAvGS3E0AYo0pJ
TIqxkmNnbaUg9V7o1DLlB1YaaQCE8gM=
=uTid
-----END PGP SIGNATURE-----

3
kservice-6.6.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqGgAKCRAsjfWHptSq
wVYzAQDj5XUlnhvxYlCp+NorqYhg3PoV/f+E+97TouVNOnRSZQD+JpefBiJBQ+zC
5O2HEvFWM417+QkmnMgTk54iBK7mvAE=
=2Hf6
-----END PGP SIGNATURE-----

3
kservice-6.8.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJ8wAKCRAsjfWHptSq
wXmCAQDbWRyiWqfbo0N7T6jiP+0KnAZwjfcaKVuTcWzGtBW8LQEA+cFzUGr35u2F
0mBEam9e5ttsKulWt28Spb8ZAVcxjw4=
=lfJ1
-----END PGP SIGNATURE-----

3
kservice-6.9.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ1Ll1gAKCRAsjfWHptSq
wXh4AP97TLTatOb+BS+iYEer9zOQH1s+9a1V6Nal7u1BRmNzBwEAsDq1ZEd7dSqs
U3p/4KxNvOY1ww5eZtVnuKE6LUoEqQE=
=xdAl
-----END PGP SIGNATURE-----