From b2f12f4402582e62a3cdfd39bbb76dc92c9c851d Mon Sep 17 00:00:00 2001 From: krop <> Date: Apr 23 2023 21:53:42 +0000 Subject: Update calindori to version 23.04.0 / rev 1 via SR 1081087 https://build.opensuse.org/request/show/1081087 by user krop + dimstar_suse New applications released with KDE gear --- diff --git a/.files b/.files new file mode 100644 index 0000000..81a2c91 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..a6e4b22 --- /dev/null +++ b/.meta @@ -0,0 +1,10 @@ + + Kirigami-based calendar application + 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. + + + + https://apps.kde.org/calindori + diff --git a/.rev b/.rev new file mode 100644 index 0000000..5dd5c77 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + a4df82fa951c1f394db4675ec19fa857 + 23.04.0 + + dimstar_suse + New applications released with KDE gear + 1081087 + + diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..864f48e Binary files /dev/null and b/applications.keyring differ diff --git a/calindori-23.04.0.tar.xz b/calindori-23.04.0.tar.xz new file mode 120000 index 0000000..47c42b3 --- /dev/null +++ b/calindori-23.04.0.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeiekty67apql4k7h445k7ozzhts5aopqdaaqvgjzoxbeubwilnzl44 \ No newline at end of file diff --git a/calindori-23.04.0.tar.xz.sig b/calindori-23.04.0.tar.xz.sig new file mode 100644 index 0000000..53c811b --- /dev/null +++ b/calindori-23.04.0.tar.xz.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmQ48NMACgkQu0YzUNbv +Me9uQw//YDzeWG8qvS6VbAVhhRHsmrtIf9aTAhBzrxJFic1BJc/L4sVhXbjihWmc +R6pyqglpriMgyDWNw1zJ4bW7Qean6j94Dm6XuWlXbFe1OHl1WxrjxiuszcTmNg6s +hquMZpe7XyUSF0lMnTNjMFUb102ijgu3HetmBX7Lkq2uX058GTP0K9GaCA3KQB+j +dElA9E4lwJcpopvw309wvD3YY014GibcgO+YEqBoQ/lbxXwk6onPCuVV2Ps5kKBz +ale+gJ1sQQILQQGV80bbyTLgXYezAYpWABfjaC9KW4ih7EL4LtUgVjAOHqFDAUFG +40GNiNIBS0ITv/Z82YEAQQYykN52jsMdbyXMOJVRaTiQTe0CqgeZK/NuZKxl+g6Z +som5JeNUcX4gyW5uVqGVgPBafjWmlOxqzBcUdhE2O5thPmQr+CL0TeG4LVMNwiVp +8jR8KSvUHudaDZvMmP554HIYbhGJXwANjJ5R0GaIaSVMKo794IvkBFe5erallCtc +wkbE8zVBDeCLQZuVIFdeurzRxZjrYQxbe76BotTFxaQhiagDHEK9cB1qEeltZpiK +327UW7/iiSYwHJlWH9FhPlDNIjyTKU8APt8nSkxFlxZkuRFmKQtHGv1AOtVVE6ZR +2lQS4Ta2dId0ADfA006tlMXCirEzqU2uEpHnHnIeJOhnZTibY6g= +=opTU +-----END PGP SIGNATURE----- diff --git a/calindori.changes b/calindori.changes new file mode 100644 index 0000000..8c16323 --- /dev/null +++ b/calindori.changes @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Sat Apr 15 08:45:15 UTC 2023 - Christophe Marin + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:41:34 UTC 2023 - Christophe Marin + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Sun Mar 19 10:49:37 UTC 2023 - Christophe Marin + +- Update to 23.03.80 + * New feature release diff --git a/calindori.spec b/calindori.spec new file mode 100644 index 0000000..3002168 --- /dev/null +++ b/calindori.spec @@ -0,0 +1,97 @@ +# +# 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.04.0 +Release: 0 +Summary: Kirigami-based calendar application +License: GPL-3.0-or-later +URL: https://apps.kde.org/calindori +Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +%if %{with released} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif +BuildRequires: extra-cmake-modules +%if 0%{?suse_version} == 1500 +BuildRequires: gcc10-c++ +BuildRequires: gcc10-PIE +%endif +BuildRequires: hicolor-icon-theme +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 + +%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