2015-03-19 14:37:05 +00:00
|
|
|
#
|
|
|
|
# spec file for package gnome-calendar
|
|
|
|
#
|
2024-03-19 13:32:19 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2015-03-19 14:37:05 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-07 17:29:25 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-03-19 14:37:05 +00:00
|
|
|
#
|
|
|
|
|
2015-04-18 16:42:12 +00:00
|
|
|
|
2015-03-19 14:37:05 +00:00
|
|
|
Name: gnome-calendar
|
2024-03-19 13:32:19 +00:00
|
|
|
Version: 46.0
|
2015-03-19 14:37:05 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: A calendar application for GNOME
|
2018-03-09 10:00:10 +00:00
|
|
|
License: GPL-3.0-or-later
|
2015-03-19 14:37:05 +00:00
|
|
|
Group: Productivity/Office/Organizers
|
2018-03-09 10:00:10 +00:00
|
|
|
URL: https://wiki.gnome.org/Design/Apps/Calendar
|
2024-03-19 13:32:19 +00:00
|
|
|
Source0: %{name}-%{version}.tar.zst
|
2018-09-24 07:19:34 +00:00
|
|
|
|
2020-04-17 22:44:53 +00:00
|
|
|
BuildRequires: fdupes
|
2017-08-31 07:42:10 +00:00
|
|
|
BuildRequires: meson
|
2018-03-09 10:00:10 +00:00
|
|
|
BuildRequires: pkgconfig
|
2022-09-13 07:33:10 +00:00
|
|
|
BuildRequires: pkgconfig(geocode-glib-2.0) >= 3.26.2
|
2018-03-09 10:00:10 +00:00
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.43.4
|
2016-02-19 14:40:46 +00:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.43.4
|
2015-09-04 11:29:31 +00:00
|
|
|
BuildRequires: pkgconfig(goa-1.0) >= 3.2.0
|
2016-09-08 21:21:33 +00:00
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.21.2
|
2022-03-21 08:35:55 +00:00
|
|
|
BuildRequires: pkgconfig(gtk4)
|
|
|
|
BuildRequires: pkgconfig(gweather4)
|
2022-09-13 07:33:10 +00:00
|
|
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
|
|
|
|
BuildRequires: pkgconfig(libecal-2.0) >= 3.45.1
|
|
|
|
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.45.1
|
|
|
|
BuildRequires: pkgconfig(libedataserverui4-1.0) >= 3.45.1
|
2018-03-09 10:00:10 +00:00
|
|
|
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4
|
2019-10-04 15:42:36 +00:00
|
|
|
BuildRequires: pkgconfig(libical) >= 3.0.5
|
2022-09-13 07:33:10 +00:00
|
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
2015-03-19 14:37:05 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Calendar is a calendar application for GNOME.
|
|
|
|
|
|
|
|
%package -n gnome-shell-search-provider-gnome-calendar
|
2017-09-09 10:26:33 +00:00
|
|
|
Summary: GNOME Shell search provider to return results from the GNOME Calendar
|
2015-03-19 14:37:05 +00:00
|
|
|
Group: Productivity/Office/Organizers
|
|
|
|
Requires: %{name} = %{version}
|
2021-11-08 09:05:57 +00:00
|
|
|
Supplements: (gnome-shell and %{name})
|
2023-03-20 12:46:24 +00:00
|
|
|
BuildArch: noarch
|
2015-03-19 14:37:05 +00:00
|
|
|
|
|
|
|
%description -n gnome-shell-search-provider-gnome-calendar
|
|
|
|
This package contains a search provider to enable GNOME Shell to get
|
|
|
|
search results from GNOME Calendar.
|
|
|
|
|
|
|
|
%lang_package
|
2017-09-12 11:28:15 +00:00
|
|
|
|
2015-03-19 14:37:05 +00:00
|
|
|
%prep
|
2018-09-24 07:19:34 +00:00
|
|
|
%autosetup -p1
|
2015-03-19 14:37:05 +00:00
|
|
|
|
|
|
|
%build
|
2017-08-31 07:42:10 +00:00
|
|
|
%meson \
|
2018-09-24 07:19:34 +00:00
|
|
|
-Dtracing=false \
|
2017-08-31 07:42:10 +00:00
|
|
|
%{nil}
|
|
|
|
%meson_build
|
2015-03-19 14:37:05 +00:00
|
|
|
|
|
|
|
%install
|
2017-08-31 07:42:10 +00:00
|
|
|
%meson_install
|
2015-03-19 14:37:05 +00:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2020-04-17 22:44:53 +00:00
|
|
|
%fdupes %{buildroot}/%{_prefix}
|
2015-03-19 14:37:05 +00:00
|
|
|
|
2019-04-18 13:35:20 +00:00
|
|
|
%check
|
|
|
|
%meson_test
|
|
|
|
|
2015-03-19 14:37:05 +00:00
|
|
|
%files
|
2018-03-09 10:00:10 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc NEWS README.md TODO.md
|
2015-03-19 14:37:05 +00:00
|
|
|
%{_bindir}/gnome-calendar
|
|
|
|
%{_datadir}/applications/org.gnome.Calendar.desktop
|
2015-10-07 11:07:09 +00:00
|
|
|
# Own dir for openSUSE Leap 42.1
|
2017-08-31 07:42:10 +00:00
|
|
|
%dir %{_datadir}/metainfo
|
2017-10-09 18:15:58 +00:00
|
|
|
%{_datadir}/metainfo/org.gnome.Calendar.appdata.xml
|
2015-03-19 14:37:05 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Calendar.service
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
|
2015-11-04 16:15:16 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.*
|
2015-03-19 14:37:05 +00:00
|
|
|
|
|
|
|
%files -n gnome-shell-search-provider-gnome-calendar
|
|
|
|
%dir %{_datadir}/gnome-shell
|
|
|
|
%dir %{_datadir}/gnome-shell/search-providers
|
|
|
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini
|
|
|
|
|
2018-03-09 10:00:10 +00:00
|
|
|
%files lang -f %{name}.lang
|
2015-03-19 14:37:05 +00:00
|
|
|
|
|
|
|
%changelog
|