commit 64ec76bfac69be5746bd3e89e52760faf0f596758c8d05bab6ca983c490b592b Author: Christophe Marin Date: Fri Jul 12 13:29:22 2024 +0000 KDE Frameworks 6.4.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kpeople?expand=0&rev=11 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/frameworks.keyring b/frameworks.keyring new file mode 100644 index 0000000..0805969 Binary files /dev/null and b/frameworks.keyring differ diff --git a/kf6-kpeople.changes b/kf6-kpeople.changes new file mode 100644 index 0000000..da3ea96 --- /dev/null +++ b/kf6-kpeople.changes @@ -0,0 +1,69 @@ +------------------------------------------------------------------- +Tue Jul 9 09:41:53 UTC 2024 - Christophe Marin + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 + +- Init kf6-kpeople diff --git a/kf6-kpeople.spec b/kf6-kpeople.spec new file mode 100644 index 0000000..d23aac8 --- /dev/null +++ b/kf6-kpeople.spec @@ -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.4.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.4.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 diff --git a/kpeople-6.3.0.tar.xz b/kpeople-6.3.0.tar.xz new file mode 100644 index 0000000..1cc68f0 --- /dev/null +++ b/kpeople-6.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967f979e56acdf546198c1950e554663c963aeec56e20405607878294772303e +size 66540 diff --git a/kpeople-6.3.0.tar.xz.sig b/kpeople-6.3.0.tar.xz.sig new file mode 100644 index 0000000..a385bed --- /dev/null +++ b/kpeople-6.3.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQWQAKCRAsjfWHptSq +weZeAQCNy91/29r0OAsQO0FTp5/omFlCYqfn/TxLt/1gjTDczwEA1cDSJN6r9HAP +RPhloPVg0a05EvJq9cJTdfuuCpUQZAU= +=nWXQ +-----END PGP SIGNATURE----- diff --git a/kpeople-6.4.0.tar.xz b/kpeople-6.4.0.tar.xz new file mode 100644 index 0000000..6ff762f --- /dev/null +++ b/kpeople-6.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1385b7fca2fa804ed7a0111f9c6c5a25ba98c7bf811e75c1bf1dd3fb472964 +size 66648 diff --git a/kpeople-6.4.0.tar.xz.sig b/kpeople-6.4.0.tar.xz.sig new file mode 100644 index 0000000..4547ace --- /dev/null +++ b/kpeople-6.4.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSxAAKCRAsjfWHptSq +wQEyAP9m6b89pxigI8Q/PEbuddwyrSDyTkHhZ6Czsytic/N16wEA74H+IOz1VUqF +Bm0UBX6J68/glqBmkZLdVh7EjfQPnwI= +=7wpZ +-----END PGP SIGNATURE-----