KDE Frameworks 6.6.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kpeople?expand=0&rev=15
This commit is contained in:
Christophe Marin 2024-09-14 08:27:36 +00:00 committed by Git OBS Bridge
commit f00f6ed7aa
13 changed files with 281 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.

91
kf6-kpeople.changes Normal file
View File

@ -0,0 +1,91 @@
-------------------------------------------------------------------
Sat Sep 7 09:03:25 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:50 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
* Make locks actually lock
* Update version to 6.5.0
-------------------------------------------------------------------
Tue Jul 9 09:41:53 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:
* add missing send
* remove no longer used var
* fix non-dbus path
* support USE_DBUS option to enable/disable dbus use
-------------------------------------------------------------------
Wed Jun 5 10:11:51 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/
- Changes since 6.2.0:
* Fix tier information
* Remove explicit maintainer from metainfo
* Port to ecm_add_qml_module and declarative type registration
-------------------------------------------------------------------
Mon May 6 12:22:49 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/
- No code change since 6.1.0
-------------------------------------------------------------------
Fri Apr 5 12:52:52 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
-------------------------------------------------------------------
Wed Feb 21 19:28:06 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
-------------------------------------------------------------------
Wed Jan 31 17:50:42 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:27 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:26 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-kpeople

126
kf6-kpeople.spec Normal file
View File

@ -0,0 +1,126 @@
#
# spec file for package kf6-kpeople
#
# 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.6.0
%define rname kpeople
# Full KF6 version (e.g. 6.6.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-kpeople
Version: 6.6.0
Release: 0
Summary: Library for access to contacts and identity holders
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: doxygen
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_version}
BuildRequires: cmake(KF6Contacts) >= %{_kf6_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_version}
BuildRequires: cmake(KF6ItemViews) >= %{_kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6Sql) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
%description
A library that provides access to all contacts and the people who hold them.
%package imports
Summary: QML imports for kpeople
Requires: libKF6People6 = %{version}
%description imports
This package provides support to use KPeople with the QtQuick framework.
%package -n libKF6People6
Summary: Library for access to contacts and identity holders
Requires: kf6-kpeople >= %{version}
Requires: qt6-sql-sqlite >= %{qt6_version}
%description -n libKF6People6
A library that provides access to all contacts and the people who hold them.
%package devel
Summary: Library for access to contacts and identity holders
Requires: libKF6People6 = %{version}
Requires: cmake(Qt6Core) >= %{qt6_version}
%description devel
A library that provides access to all contacts and the people who hold them.
Development files for kpeople.
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE \
-DENABLE_EXAMPLES:BOOL=FALSE
%kf6_build
%install
%kf6_install
%find_lang kpeople6
%ldconfig_scriptlets -n libKF6People6
%files
%{_kf6_debugdir}/kpeople.categories
%{_kf6_debugdir}/kpeople.renamecategories
%dir %{_kf6_plugindir}/kpeople/
%dir %{_kf6_plugindir}/kpeople/datasource/
%{_kf6_plugindir}/kpeople/datasource/KPeopleVCard.so
%files imports
%{_kf6_qmldir}/org/kde/people/
%files -n libKF6People6
%license LICENSES/*
%doc README.md
%{_kf6_libdir}/libKF6People.so.*
%{_kf6_libdir}/libKF6PeopleBackend.so.*
%{_kf6_libdir}/libKF6PeopleWidgets.so.*
%files devel
%doc %{_kf6_qchdir}/KF6People.*
%{_kf6_cmakedir}/KF6People/
%{_kf6_includedir}/KPeople/
%{_kf6_libdir}/libKF6People.so
%{_kf6_libdir}/libKF6PeopleBackend.so
%{_kf6_libdir}/libKF6PeopleWidgets.so
%files lang -f kpeople6.lang
%changelog

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

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

7
kpeople-6.3.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQWQAKCRAsjfWHptSq
weZeAQCNy91/29r0OAsQO0FTp5/omFlCYqfn/TxLt/1gjTDczwEA1cDSJN6r9HAP
RPhloPVg0a05EvJq9cJTdfuuCpUQZAU=
=nWXQ
-----END PGP SIGNATURE-----

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

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

7
kpeople-6.4.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSxAAKCRAsjfWHptSq
wQEyAP9m6b89pxigI8Q/PEbuddwyrSDyTkHhZ6Czsytic/N16wEA74H+IOz1VUqF
Bm0UBX6J68/glqBmkZLdVh7EjfQPnwI=
=7wpZ
-----END PGP SIGNATURE-----

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

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

7
kpeople-6.5.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/vwAKCRAsjfWHptSq
wbIeAP9eHI0IYt69HGb/TXPdkLdEKWH89cgvDVzkEOMkzfswJwEAvq5+sU4Omezs
F2L1hQAV2HaW4yBEdNMOmjWYwTq3pAs=
=hVt6
-----END PGP SIGNATURE-----

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

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

7
kpeople-6.6.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqAQAKCRAsjfWHptSq
weWcAQCIUcekXsFMDgB6ec+0sFU+GsXC9JytP0lQ/pjWoVt9jAD+IIU3tSyMvr3I
VtEVL1OdmUpbANMciTkp4ZR0+o2SFwA=
=Fts2
-----END PGP SIGNATURE-----