Christophe Marin 2023-03-20 08:51:22 +00:00 committed by Git OBS Bridge
commit 34b67084ed
7 changed files with 151 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.

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHM8ACgkQOmpNuDnq
ptdAdg/9GhKzYRYx5RrGgoaZuAg+r+R4jPyt9rWyxmEZZAzhrADIptF8S0zBANcJ
pcxCgKT1fyBcTsh56uH8ppR7xg15sAkvme5lNZ4KYmLgH4GKm46Rbci8UGRTKPiz
N85pJ8wVylNYl+4W2/r8ehvA7mJfYbl1mLb6nvSB5R7JvB4fzdfgyoGuu/MxqQpG
dH0hMDc0HTsfkcD0zayV3gMNmZHxdx46frNla0tAbL7A1RTMKSaqz3JH4cfEFmnU
BQ3ubvbAOnINoVmi1PwcSKP7qTLUOsNuZouZ6wBeOvC2BFQlYVSEcgEGrYT/sHdA
42rb9DooBvjdYTcjjGe4nhCruJFOmqUfcwxoZ52cNQe8wBN/UqALKQL/fWGBLVZG
OTUReps7IrWWaSC0lAFjr3GojXY+yVbZJECtvwuQ4no8BkF54+5s9Z5wyjaQav4m
M5AMtk5dwYSnZPAYfjPig6HWXjmFRr6eXPTzZnVF1j8/qPvjRD2f+UGotYx1hx2m
HiNaIMxSg9MfDtacskK0r1XsXRmDsrJuC4zk0/U/acSU7tdUYEEeYqkWFJwREjdl
Ma5TCWg8cE9149RmCbR6+F9Uf6G5EVFXu2JZCfLreUDBfweFYyAm0e/UrKSMm1hv
jYSQruw5JiuftEGDV2kysOkOgTdrY/X1HyLDJ9B9BzL8lefWW1w=
=V5X1
-----END PGP SIGNATURE-----

5
calindori.changes Normal file
View File

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

103
calindori.spec Normal file
View File

@ -0,0 +1,103 @@
#
# spec file for package calindori
#
# 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: calindori
Version: 23.03.80
Release: 0
Summary: Kirigami-based calendar application
License: GPL-3.0-or-later
URL: https://apps.kde.org/calindori
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
%if 0%{?suse_version} == 1500
BuildRequires: gcc10-c++
BuildRequires: gcc10-PIE
%endif
BuildRequires: hicolor-icon-theme
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5CalendarCore)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5People)
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickCompiler)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
Requires: kirigami2
# TODO: Check if needed
Requires: kpeoplevcard
%description
Calindori is a touch friendly calendar application.
It has been designed for mobile devices but it can also run on desktop environments.
Users of Calindori are able to check previous and future dates and manage tasks and events.
%lang_package
%prep
%autosetup -p1
%build
%if 0%{?suse_version} == 1500
export CXX=g++-10
%endif
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%{kf5_post_install}
%fdupes %{buildroot}%{_prefix}
%find_lang %{name} --all-name
%files
%doc README.md
%license LICENSES/*
%{_datadir}/dbus-1/services/org.kde.calindac.service
%{_kf5_applicationsdir}/org.kde.calindori.desktop
%{_kf5_appstreamdir}/org.kde.calindori.appdata.xml
%{_kf5_bindir}/calindac
%{_kf5_bindir}/calindori
%{_kf5_configdir}/autostart/org.kde.calindac.desktop
%{_kf5_iconsdir}/hicolor/scalable/apps/calindori.svg
%{_kf5_notifydir}/calindac.notifyrc
%files lang -f %{name}.lang
%changelog