2015-03-19 15:37:05 +01:00
|
|
|
#
|
|
|
|
# spec file for package gnome-calendar
|
|
|
|
#
|
2018-01-22 10:53:18 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2015-03-19 15:37:05 +01: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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2015-04-18 18:42:12 +02:00
|
|
|
|
2015-03-19 15:37:05 +01:00
|
|
|
Name: gnome-calendar
|
2018-04-13 08:51:29 +02:00
|
|
|
Version: 3.28.1
|
2015-03-19 15:37:05 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: A calendar application for GNOME
|
2018-03-09 11:00:10 +01:00
|
|
|
License: GPL-3.0-or-later
|
2015-03-19 15:37:05 +01:00
|
|
|
Group: Productivity/Office/Organizers
|
2018-03-09 11:00:10 +01:00
|
|
|
URL: https://wiki.gnome.org/Design/Apps/Calendar
|
2018-03-13 09:20:56 +01:00
|
|
|
Source: http://download.gnome.org/sources/gnome-calendar/3.28/%{name}-%{version}.tar.xz
|
2015-03-19 15:37:05 +01:00
|
|
|
BuildRequires: hicolor-icon-theme
|
2017-08-31 09:42:10 +02:00
|
|
|
BuildRequires: meson
|
2018-03-09 11:00:10 +01:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.23
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.43.4
|
2016-02-19 15:40:46 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.43.4
|
2015-09-04 13:29:31 +02:00
|
|
|
BuildRequires: pkgconfig(goa-1.0) >= 3.2.0
|
2016-09-08 23:21:33 +02:00
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.21.2
|
2018-04-13 08:51:29 +02:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.20
|
2018-03-09 11:00:10 +01:00
|
|
|
BuildRequires: pkgconfig(gweather-3.0) >= 3.27.2
|
|
|
|
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.26.1
|
2016-02-19 15:40:46 +01:00
|
|
|
BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90
|
2015-09-04 13:29:31 +02:00
|
|
|
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.1
|
2018-03-09 11:00:10 +01:00
|
|
|
BuildRequires: pkgconfig(libedataserverui-1.2) >= 3.17.1
|
|
|
|
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4
|
2015-09-04 13:29:31 +02:00
|
|
|
BuildRequires: pkgconfig(libical) >= 1.0
|
2018-03-09 11:00:10 +01:00
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
2015-03-19 15:37:05 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Calendar is a calendar application for GNOME.
|
|
|
|
|
|
|
|
%package -n gnome-shell-search-provider-gnome-calendar
|
2017-09-09 12:26:33 +02:00
|
|
|
Summary: GNOME Shell search provider to return results from the GNOME Calendar
|
2015-03-19 15:37:05 +01:00
|
|
|
Group: Productivity/Office/Organizers
|
|
|
|
Requires: %{name} = %{version}
|
2017-09-12 13:28:15 +02:00
|
|
|
Supplements: packageand(gnome-shell:%{name})
|
2015-03-19 15:37:05 +01: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 13:28:15 +02:00
|
|
|
|
2015-03-19 15:37:05 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2017-08-31 09:42:10 +02:00
|
|
|
%meson \
|
2018-03-09 11:00:10 +01:00
|
|
|
-Dgtk-doc=false \
|
2017-08-31 09:42:10 +02:00
|
|
|
%{nil}
|
|
|
|
%meson_build
|
2015-03-19 15:37:05 +01:00
|
|
|
|
|
|
|
%install
|
2017-08-31 09:42:10 +02:00
|
|
|
%meson_install
|
2015-03-19 15:37:05 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
|
|
|
|
%files
|
2018-03-09 11:00:10 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc NEWS README.md TODO.md
|
2015-03-19 15:37:05 +01:00
|
|
|
%{_bindir}/gnome-calendar
|
|
|
|
%{_datadir}/applications/org.gnome.Calendar.desktop
|
2015-10-07 13:07:09 +02:00
|
|
|
# Own dir for openSUSE Leap 42.1
|
2017-08-31 09:42:10 +02:00
|
|
|
%dir %{_datadir}/metainfo
|
2017-10-09 20:15:58 +02:00
|
|
|
%{_datadir}/metainfo/org.gnome.Calendar.appdata.xml
|
2015-03-19 15:37:05 +01: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 17:15:16 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.*
|
2017-09-12 13:28:15 +02:00
|
|
|
#dir %%{_datadir}/gtk-doc/html/%%{name}
|
|
|
|
#doc %%{_datadir}/gtk-doc/html/%%{name}/*.*
|
2015-03-19 15:37:05 +01: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 11:00:10 +01:00
|
|
|
%files lang -f %{name}.lang
|
2015-03-19 15:37:05 +01:00
|
|
|
|
|
|
|
%changelog
|