]> git.pld-linux.org Git - packages/geary.git/blob - geary.spec
- updated to 44.1
[packages/geary.git] / geary.spec
1 Summary:        Geary is an IMAP mail client for GNOME 3
2 Name:           geary
3 Version:        0.10.0
4 Release:        1
5 License:        LGPL v2+
6 Group:          X11/Applications/Mail
7 Source0:        https://download.gnome.org/sources/geary/0.10/%{name}-%{version}.tar.xz
8 # Source0-md5:  c9735cb5eb53384c0c9d40ff815ed232
9 URL:            https://wiki.gnome.org/Apps/Geary
10 BuildRequires:  cmake
11 BuildRequires:  desktop-file-utils
12 BuildRequires:  gcr-devel >= 3.10.1
13 BuildRequires:  gettext
14 BuildRequires:  glib2-devel >= 1:2.34.0
15 BuildRequires:  gmime-devel >= 2.6.14
16 BuildRequires:  gtk+3-devel >= 3.12.0
17 BuildRequires:  gtk-webkit3-devel >= 1.10.0
18 BuildRequires:  intltool
19 BuildRequires:  libcanberra-devel >= 0.28
20 BuildRequires:  libgee-devel >= 0.8.5
21 BuildRequires:  libnotify-devel >= 0.7.5
22 BuildRequires:  libsecret-devel >= 0.11
23 BuildRequires:  libsoup-devel
24 BuildRequires:  libxml2-devel >= 2.7.8
25 BuildRequires:  pkgconfig
26 BuildRequires:  sqlite3-devel >= 3.7.4
27 BuildRequires:  vala >= 0.22.1
28 BuildRequires:  vala-gcr >= 3.10.1
29 BuildRequires:  vala-libcanberra >= 0.28
30 BuildRequires:  vala-libgee >= 0.8.5
31 Requires(post,postun):  desktop-file-utils
32 Requires(post,postun):  glib2 >= 1:2.34.0
33 Requires(post,postun):  gtk-update-icon-cache
34 Requires:       hicolor-icon-theme
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 Geary is an IMAP email client built for the GNOME desktop environment.
39 It allows you to read and send email with a simple, modern interface.
40 Features:
41 - Modern and straightforward interface
42 - Quick account setup
43 - Supports Gmail, Yahoo! Mail, Outlook.com, and popular IMAP servers
44   (Dovecot, Cyrus, Zimbra, etc.)
45 - Mail organized by conversations
46 - Full-featured HTML mail composer
47 - Fast keyword search
48 - Desktop notification of new mail
49
50 %prep
51 %setup -q
52
53 %build
54 %cmake \
55         -DGSETTINGS_COMPILE=OFF \
56         -DGSETTINGS_COMPILE_IN_PLACE=OFF \
57         -DICON_UPDATE=OFF \
58         -DDESKTOP_UPDATE=OFF \
59         -DDISABLE_CONTRACT=ON
60
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 desktop-file-validate $RPM_BUILD_ROOT%{_desktopdir}/geary.desktop
69
70 %find_lang %{name} --with-gnome
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post
76 %update_desktop_database
77 %update_icon_cache hicolor
78 %glib_compile_schemas
79
80 %postun
81 %update_desktop_database
82 %update_icon_cache hicolor
83 %glib_compile_schemas
84
85 %files -f %{name}.lang
86 %defattr(644,root,root,755)
87 %doc AUTHORS COPYING NEWS MAINTAINERS README THANKS
88 %attr(755,root,root) %{_bindir}/geary
89 %{_datadir}/appdata/geary.appdata.xml
90 %{_datadir}/geary
91 %{_desktopdir}/geary.desktop
92 %{_desktopdir}/geary-autostart.desktop
93 %{_datadir}/glib-2.0/schemas/org.yorba.geary.gschema.xml
94 %{_iconsdir}/hicolor/*/apps/geary.png
95 %{_iconsdir}/hicolor/scalable/actions/*.svg
96
This page took 0.216036 seconds and 3 git commands to generate.