Christophe Marin 2023-03-20 08:51:40 +00:00 committed by Git OBS Bridge
commit 123f2e96c0
7 changed files with 152 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
applications.keyring Normal file

Binary file not shown.

3
kclock-23.03.80.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHNcACgkQOmpNuDnq
ptcY+RAAnWbJrW+aHwG3oXRoZIsWgzfOy/FW9QRVBlVnN5Al54dJwvXd7rtZ9bFi
xyk1SqEnwAXU4uAk5RGwOtwKj+3EJJgjBJh/YtlXrc4UWKvOBVpkaqdC2EkFEQss
G6t8SUvOUMjtlLAwaFPJvE99HzMEoMJpS8bTkWDBNtg/RRgm8eMHn6TQ/heFc/wz
OV27n9qU7DizZzONvFmFWGvLn0rWqKREC8oXmZOMiLGCwT3YiB1YnEjt+csWJnkj
hHI7dUdMFRX8gX63Q+nYn5ZgSEOGnc1SlydvQquoTdBSrKEXxOfx9YhqFFWT/6sn
nnfAObC0LWH64qc80n03wgxFJVIEzm3LR7vPnDK/Owezeap5YTwpDeusQuxZu5sR
G9ABgswKbiZI8vN19tGuHo3ArjbcJD1sI2Em0WV90frFXxjyO4SffqsDM1hniaTf
nR3On6Mfb/ds18tczYRD6gQxq7upkM4hmfVIKhOJALXEkmYkQSY8rCvNZyNKq2Ix
rtVUNmCNo7GeuZLi88TpEbdMPxtQi8XIsfmmYRMPRnqPdfi0FvaTqST83vwPDHif
880ji8EZiTysOjshYjLj3StBahsPZr9EtpPjvz0LqDchtobUzW1fW6phlf+9zPW0
tXPAABni06sqHpdZA9MpG4Os31FpivJcQL4d/hduJ/TJLQaDm3U=
=U56o
-----END PGP SIGNATURE-----

5
kclock.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Sun Mar 19 11:33:33 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release

104
kclock.spec Normal file
View File

@ -0,0 +1,104 @@
#
# spec file for package kclock
#
# Copyright (c) 2023 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/
#
%bcond_without released
Name: kclock
Version: 23.03.80
Release: 0
Summary: Convergent KDE clock application
License: GPL-2.0-or-later
URL: https://apps.kde.org/kclock
Source0: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5KirigamiAddons)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5Package)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5Service)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Multimedia)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickCompiler)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
Requires: kirigami2
Supplements: powerdevil5
%description
A convergent clock application for Plasma.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%{kf5_post_install}
%fdupes %{buildroot}
%find_lang %{name} --all-name
%files
%license LICENSES/*
%doc README.md
%dir %{_kf5_plasmadir}/plasmoids
%dir %{_kf5_plugindir}/plasma
%dir %{_kf5_plugindir}/plasma/applets
%{_datadir}/dbus-1/services/org.kde.kclockd.service
%{_kf5_applicationsdir}/org.kde.kclock.desktop
%{_kf5_appstreamdir}/org.kde.kclock.appdata.xml
%{_kf5_appstreamdir}/org.kde.plasma.kclock_1x2.appdata.xml
%{_kf5_bindir}/kclock
%{_kf5_bindir}/kclockd
%{_kf5_configdir}/autostart/org.kde.kclockd-autostart.desktop
%{_kf5_dbusinterfacesdir}/org.kde.kclockd.Alarm.xml
%{_kf5_dbusinterfacesdir}/org.kde.kclockd.AlarmModel.xml
%{_kf5_dbusinterfacesdir}/org.kde.kclockd.KClockSettings.xml
%{_kf5_dbusinterfacesdir}/org.kde.kclockd.Timer.xml
%{_kf5_dbusinterfacesdir}/org.kde.kclockd.TimerModel.xml
%{_kf5_dbusinterfacesdir}/org.kde.kclockd.Utility.xml
%{_kf5_iconsdir}/hicolor/scalable/apps/kclock_plasmoid_1x2.svg
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.kclock.svg
%{_kf5_notifydir}/kclockd.notifyrc
%{_kf5_plasmadir}/plasmoids/org.kde.plasma.kclock_1x2/
%{_kf5_plugindir}/plasma/applets/plasma_applet_kclock_1x2.so
%files lang -f %{name}.lang
%changelog