commit c1173b43f99a6ea3142854a4bb369303e7c6d38493dbd0a2d1369d2446ee0e79 Author: Christophe Marin Date: Fri Dec 13 15:00:58 2024 +0000 KDE Frameworks 6.9.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-knotifyconfig?expand=0&rev=21 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-knotifyconfig.changes b/kf6-knotifyconfig.changes new file mode 100644 index 0000000..9fabaad --- /dev/null +++ b/kf6-knotifyconfig.changes @@ -0,0 +1,123 @@ +------------------------------------------------------------------- +Sun Dec 8 10:09:22 UTC 2024 - Christophe Marin + +- 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 + * Bump KF and QT versions in ecm_set_disabled_deprecation_versions + * Update version to 6.9.0 + +------------------------------------------------------------------- +Mon Nov 4 11:18:13 UTC 2024 - Christophe Marin + +- 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:10 UTC 2024 - Christophe Marin + +- 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 + * port to Qt Multimedia + * knotifyeventlist: Set the config paths in the right order + * Update version to 6.7.0 + +------------------------------------------------------------------- +Sat Sep 7 09:03:24 UTC 2024 - Christophe Marin + +- 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:48 UTC 2024 - Christophe Marin + +- 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 + * Update version to 6.5.0 + +------------------------------------------------------------------- +Tue Jul 9 09:41:52 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: + * support USE_DBUS option to enable/disable dbus use + * Port to KStandardActions + +------------------------------------------------------------------- +Wed Jun 5 10:11:48 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: + * Remove explicit maintainer from metainfo + +------------------------------------------------------------------- +Mon May 6 12:22:46 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:50 UTC 2024 - Christophe Marin + +- Update to 6.1.0 + * New feature release +- Changes since 6.0.0: + * update version for new release + * Don't use DBus on Windows/macOS + +------------------------------------------------------------------- +Wed Feb 21 19:28:04 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:38 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:23 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:25 UTC 2023 - Christophe Marin + +- Init kf6-knotifyconfig diff --git a/kf6-knotifyconfig.spec b/kf6-knotifyconfig.spec new file mode 100644 index 0000000..8b21aca --- /dev/null +++ b/kf6-knotifyconfig.spec @@ -0,0 +1,106 @@ +# +# spec file for package kf6-knotifyconfig +# +# 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 knotifyconfig +# 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-knotifyconfig +Version: 6.9.0 +Release: 0 +Summary: Configuration dialog for desktop notifications +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_bugfix_version} +BuildRequires: pkgconfig +BuildRequires: cmake(KF6Completion) >= %{_kf6_bugfix_version} +BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version} +BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version} +BuildRequires: cmake(KF6KIO) >= %{_kf6_bugfix_version} +BuildRequires: cmake(Qt6DBus) >= %{qt6_version} +BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +BuildRequires: pkgconfig(libcanberra) + +%description +KNotifyConfig provides a configuration dialog for desktop notifications which +can be embedded in your application. + +%package -n libKF6NotifyConfig6 +Summary: Configuration dialog for desktop notifications +Requires: kf6-knotifyconfig >= %{version} + +%description -n libKF6NotifyConfig6 +KNotifyConfig provides a configuration dialog for desktop notifications which +can be embedded in your application. + +%package devel +Summary: Configuration dialog for desktop notifications +Requires: libKF6NotifyConfig6 = %{version} +Requires: cmake(Qt6Widgets) >= %{qt6_version} + +%description devel +KNotifyConfig provides a configuration dialog for desktop notifications which +can be embedded in your application. Development files. + +%lang_package -n libKF6NotifyConfig6 + +%prep +%autosetup -p1 -n %{rname}-%{version} + +%build +%cmake_kf6 -DBUILD_QCH:BOOL=TRUE + +%kf6_build + +%install +%kf6_install + +%fdupes %{buildroot} + +%find_lang knotifyconfig6 + +%ldconfig_scriptlets -n libKF6NotifyConfig6 + +%files +%{_kf6_debugdir}/knotifyconfig.categories + +%files -n libKF6NotifyConfig6 +%license LICENSES/* +%{_kf6_libdir}/libKF6NotifyConfig.so.* + +%files devel +%doc %{_kf6_qchdir}/KF6NotifyConfig.* +%{_kf6_cmakedir}/KF6NotifyConfig/ +%{_kf6_includedir}/KNotifyConfig/ +%{_kf6_libdir}/libKF6NotifyConfig.so + +%files -n libKF6NotifyConfig6-lang -f knotifyconfig6.lang + +%changelog diff --git a/knotifyconfig-6.3.0.tar.xz b/knotifyconfig-6.3.0.tar.xz new file mode 100644 index 0000000..0395cb9 --- /dev/null +++ b/knotifyconfig-6.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf26f5e51e53eadb12e9a858aae9d55085d233c1f543879076452ac2900525d +size 2385544 diff --git a/knotifyconfig-6.3.0.tar.xz.sig b/knotifyconfig-6.3.0.tar.xz.sig new file mode 100644 index 0000000..4dd3fc5 --- /dev/null +++ b/knotifyconfig-6.3.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQSQAKCRAsjfWHptSq +wY4/AQDY3Vsr3R3nZTsqbg7T9f9qJI9t8VIAan/d9njrb5L/lwD/S/b9PrISCa7v +P0ZZ1XUyhWmwzf0g4g7pwNXcdz5VMAA= +=NOYZ +-----END PGP SIGNATURE----- diff --git a/knotifyconfig-6.4.0.tar.xz b/knotifyconfig-6.4.0.tar.xz new file mode 100644 index 0000000..d18b93d --- /dev/null +++ b/knotifyconfig-6.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ef414b68c09a649f2f89d42d142b07967ce597b66fbb3f85dd02223c3cf278 +size 2385480 diff --git a/knotifyconfig-6.4.0.tar.xz.sig b/knotifyconfig-6.4.0.tar.xz.sig new file mode 100644 index 0000000..b0c8df8 --- /dev/null +++ b/knotifyconfig-6.4.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSuQAKCRAsjfWHptSq +wfNeAQC/NeLFj9imnPiSZzSUYpZiUEYwYUG3p/BAxthR4wVbjgEA/OPgVKT7A6KB +qrqdU9iOM/Bdn9+CLOpd7I5YZA2iyQU= +=B086 +-----END PGP SIGNATURE----- diff --git a/knotifyconfig-6.5.0.tar.xz b/knotifyconfig-6.5.0.tar.xz new file mode 100644 index 0000000..33b2dd3 --- /dev/null +++ b/knotifyconfig-6.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2ad6bffb54e6a05fab4dc871897beaba03a46d42fa290b56ee1fcbb2ee0594 +size 2385828 diff --git a/knotifyconfig-6.5.0.tar.xz.sig b/knotifyconfig-6.5.0.tar.xz.sig new file mode 100644 index 0000000..be652df --- /dev/null +++ b/knotifyconfig-6.5.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/swAKCRAsjfWHptSq +wYJyAP9HeIQlsXmhBIPe+CJ849j7UNsNnC3MSJfE4fO63ZsdQwD/cQIv2zsIWQZd +DSWfdRBITkjn+fvNly3N0rZ2sCiwHA0= +=559/ +-----END PGP SIGNATURE----- diff --git a/knotifyconfig-6.6.0.tar.xz b/knotifyconfig-6.6.0.tar.xz new file mode 100644 index 0000000..f98e842 --- /dev/null +++ b/knotifyconfig-6.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e032fc8ebd375cd406dfef3038ebd49d7c1d1de7c79b7cad4cccf00285006f1f +size 2385760 diff --git a/knotifyconfig-6.6.0.tar.xz.sig b/knotifyconfig-6.6.0.tar.xz.sig new file mode 100644 index 0000000..bc9a5ff --- /dev/null +++ b/knotifyconfig-6.6.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrp8wAKCRAsjfWHptSq +waZNAP4pxR0fYaydw2JNsvYp03XRiim+m21cs26CvDa2DAk9oAD+ITqdYscsOSXG +oLk0qNMGjja3ibFssnPEz5NHIUBC2AU= +=ws5S +-----END PGP SIGNATURE----- diff --git a/knotifyconfig-6.8.0.tar.xz b/knotifyconfig-6.8.0.tar.xz new file mode 100644 index 0000000..9af83de --- /dev/null +++ b/knotifyconfig-6.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a31d6f4566b01cddd760de84f5d2962871cd0387993817042fc291699388bf +size 2385912 diff --git a/knotifyconfig-6.8.0.tar.xz.sig b/knotifyconfig-6.8.0.tar.xz.sig new file mode 100644 index 0000000..04a7577 --- /dev/null +++ b/knotifyconfig-6.8.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJ0QAKCRAsjfWHptSq +wQ7AAP9tZj4xvTnLkZ5DvAxCThLUyN4coL0z/IbrygMlvrY+sQEA6P6HbLqF0taF +H0SmYHv+p3J5j011lmKUX63gep+aZAs= +=TdVR +-----END PGP SIGNATURE----- diff --git a/knotifyconfig-6.9.0.tar.xz b/knotifyconfig-6.9.0.tar.xz new file mode 100644 index 0000000..8be7d3e --- /dev/null +++ b/knotifyconfig-6.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b030477e609ff576d2d80886733af209b5d0d2384dd1d11877cb9dc380a489 +size 2386004 diff --git a/knotifyconfig-6.9.0.tar.xz.sig b/knotifyconfig-6.9.0.tar.xz.sig new file mode 100644 index 0000000..db88722 --- /dev/null +++ b/knotifyconfig-6.9.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ1LlswAKCRAsjfWHptSq +wVi8AP4/PfjLOO7KN9XqFt71WuEcAB/wdOITrQHEkivyrCiOqgEAt2KpNmxECw+R +kqRU7qm+qxkVNtTqEy/ME6bgkWIzdwE= +=C6vz +-----END PGP SIGNATURE-----