]> git.pld-linux.org Git - packages/gnome-calendar.git/blame - gnome-calendar.spec
Update to 3.26.1
[packages/gnome-calendar.git] / gnome-calendar.spec
CommitLineData
6a3117cf
JB
1Summary: Calendar application for GNOME
2Summary(pl.UTF-8): Aplikacja kalendarza dla GNOME
3Name: gnome-calendar
8d464833 4Version: 3.26.1
42140e27 5Release: 1
6a3117cf
JB
6License: GPL v2+
7Group: X11/Applications
8d464833
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-calendar/3.26/%{name}-%{version}.tar.xz
9# Source0-md5: 6295ab7d4dbc87494afa253eaa5ced2e
6a3117cf
JB
10URL: https://wiki.gnome.org/Apps/Calendar
11BuildRequires: appstream-glib-devel
f6b1bb2c 12BuildRequires: evolution-data-server-devel >= 3.18.0
6a3117cf
JB
13BuildRequires: gettext-tools
14BuildRequires: glib2-devel >= 1:2.44.0
f6b1bb2c 15BuildRequires: gnome-online-accounts-devel >= 3.2.0
b458685a
MB
16BuildRequires: gsettings-desktop-schemas-devel >= 3.22.0
17BuildRequires: gtk+3-devel >= 3.22.0
6a3117cf 18BuildRequires: libical-devel >= 1.0.1
2f705ee0 19BuildRequires: libsoup-devel >= 2.4
8d464833 20BuildRequires: meson >= 0.42.0
6a3117cf 21BuildRequires: pkgconfig >= 1:0.22
b1d04ebf
JB
22BuildRequires: tar >= 1:1.22
23BuildRequires: xz
6a3117cf
JB
24Requires(post,postun): gtk-update-icon-cache
25Requires(post,postun): glib2 >= 1:2.44.0
f6b1bb2c 26Requires: evolution-data-server >= 3.18.0
6a3117cf 27Requires: glib2 >= 1:2.44.0
43a8fd20 28Requires: gnome-online-accounts >= 3.2.0
b458685a
MB
29Requires: gsettings-desktop-schemas >= 3.22.0
30Requires: gtk+3 >= 3.22.0
6a3117cf
JB
31Requires: hicolor-icon-theme
32Requires: libical >= 1.0.1
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36GNOME Calendar is a simple and beautiful calendar application designed
37to perfectly fit the GNOME desktop. By reusing the components which
38the GNOME desktop is build on, Calendar nicely integrates with the
39GNOME ecosystem.
40
41%description -l pl.UTF-8
42GNOME Calendar to prosta i ładna aplikacja kalendarza zaprojektowana
43tak, aby idealnie pasowała do środowiska GNOME. Poprzez używanie tych
44samych komponentów, z których zbudowane jest środowisko, Calendar
45ładnie integruje się z ekosystemem GNOME.
46
47%prep
48%setup -q
49
50%build
8d464833
MB
51%meson build
52%ninja -C build
6a3117cf
JB
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
8d464833
MB
57DESTDIR=$RPM_BUILD_ROOT \
58%ninja -C build install
6a3117cf
JB
59
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post
66%glib_compile_schemas
67%update_icon_cache hicolor
68
69%postun
70%glib_compile_schemas
71%update_icon_cache hicolor
72
73%files -f %{name}.lang
74%defattr(644,root,root,755)
8d464833 75%doc CONTRIBUTING.md ChangeLog HACKING.md NEWS README.md THANKS.md TODO.md
6a3117cf 76%attr(755,root,root) %{_bindir}/gnome-calendar
8d464833 77%{_datadir}/metainfo/org.gnome.Calendar.metainfo.xml
6a3117cf
JB
78%{_datadir}/dbus-1/services/org.gnome.Calendar.service
79%{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
80%{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
81%{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini
82%{_desktopdir}/org.gnome.Calendar.desktop
a4bc5536
MB
83%{_iconsdir}/hicolor/*x*/apps/org.gnome.Calendar.png
84%{_iconsdir}/hicolor/symbolic/apps/org.gnome.Calendar-symbolic.svg
This page took 0.073134 seconds and 4 git commands to generate.