Christophe Marin 2024-09-14 08:27:35 +00:00 committed by Git OBS Bridge
commit 0da25dcee9
13 changed files with 257 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.

87
kf6-knotifyconfig.changes Normal file
View File

@ -0,0 +1,87 @@
-------------------------------------------------------------------
Sat Sep 7 09:03:24 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:48 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
* Update version to 6.5.0
-------------------------------------------------------------------
Tue Jul 9 09:41:52 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:
* support USE_DBUS option to enable/disable dbus use
* Port to KStandardActions
-------------------------------------------------------------------
Wed Jun 5 10:11:48 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:
* Remove explicit maintainer from metainfo
-------------------------------------------------------------------
Mon May 6 12:22:46 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:50 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
* Don't use DBus on Windows/macOS
-------------------------------------------------------------------
Wed Feb 21 19:28:04 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:38 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:23 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:25 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-knotifyconfig

106
kf6-knotifyconfig.spec Normal file
View File

@ -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.6.0
%define rname knotifyconfig
# 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-knotifyconfig
Version: 6.6.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

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQSQAKCRAsjfWHptSq
wY4/AQDY3Vsr3R3nZTsqbg7T9f9qJI9t8VIAan/d9njrb5L/lwD/S/b9PrISCa7v
P0ZZ1XUyhWmwzf0g4g7pwNXcdz5VMAA=
=NOYZ
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSuQAKCRAsjfWHptSq
wfNeAQC/NeLFj9imnPiSZzSUYpZiUEYwYUG3p/BAxthR4wVbjgEA/OPgVKT7A6KB
qrqdU9iOM/Bdn9+CLOpd7I5YZA2iyQU=
=B086
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/swAKCRAsjfWHptSq
wYJyAP9HeIQlsXmhBIPe+CJ849j7UNsNnC3MSJfE4fO63ZsdQwD/cQIv2zsIWQZd
DSWfdRBITkjn+fvNly3N0rZ2sCiwHA0=
=559/
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrp8wAKCRAsjfWHptSq
waZNAP4pxR0fYaydw2JNsvYp03XRiim+m21cs26CvDa2DAk9oAD+ITqdYscsOSXG
oLk0qNMGjja3ibFssnPEz5NHIUBC2AU=
=ws5S
-----END PGP SIGNATURE-----