2015-03-19 15:37:05 +01:00
|
|
|
#
|
|
|
|
# spec file for package gnome-calendar
|
|
|
|
#
|
2017-02-22 21:38:28 +01:00
|
|
|
# Copyright (c) 2017 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
|
2017-09-12 13:04:31 +02:00
|
|
|
Version: 3.26.0
|
2015-03-19 15:37:05 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: A calendar application for GNOME
|
2015-04-18 18:42:12 +02:00
|
|
|
License: GPL-3.0+
|
2015-03-19 15:37:05 +01:00
|
|
|
Group: Productivity/Office/Organizers
|
2015-04-18 18:42:12 +02:00
|
|
|
Url: https://wiki.gnome.org/Design/Apps/Calendar
|
2017-09-12 13:04:31 +02:00
|
|
|
Source: http://download.gnome.org/sources/gnome-calendar/3.26/%{name}-%{version}.tar.xz
|
2015-03-19 15:37:05 +01:00
|
|
|
BuildRequires: desktop-file-utils
|
2017-08-31 09:42:10 +02:00
|
|
|
BuildRequires: gtk-doc
|
2015-03-19 15:37:05 +01:00
|
|
|
BuildRequires: hicolor-icon-theme
|
2017-08-31 09:42:10 +02:00
|
|
|
BuildRequires: meson
|
2015-03-19 15:37:05 +01:00
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.43.2
|
2016-02-19 15:40:46 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.43.4
|
2015-04-18 18:42:12 +02:00
|
|
|
BuildRequires: pkgconfig(gmodule-export-2.0)
|
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
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.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
|
|
|
|
BuildRequires: pkgconfig(libical) >= 1.0
|
2015-03-19 15:37:05 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%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
|
|
|
|
Supplements: packageand(gnome-shell:%{name})
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%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
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2017-08-31 09:42:10 +02:00
|
|
|
%meson \
|
|
|
|
-Denable-gtk-doc=true \
|
|
|
|
%{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
|
|
|
|
%defattr(-,root,root)
|
2017-08-31 09:42:10 +02:00
|
|
|
%doc ChangeLog README COPYING NEWS THANKS
|
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
|
|
|
|
%{_datadir}/metainfo/org.gnome.Calendar.metainfo.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-08-31 09:42:10 +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
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_datadir}/gnome-shell
|
|
|
|
%dir %{_datadir}/gnome-shell/search-providers
|
|
|
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini
|
|
|
|
|
|
|
|
%files lang -f %name.lang
|
|
|
|
|
|
|
|
%changelog
|