]> git.pld-linux.org Git - packages/geary.git/blobdiff - geary.spec
- updated to 0.10.0
[packages/geary.git] / geary.spec
index 62da04b7f0b4e6528e3eb2383e1b1e310c09b0ae..21cb95ffa44e59ff1ab2ca690556362975cf6b2f 100644 (file)
@@ -1,43 +1,51 @@
-Summary:       A lightweight email program designed around conversations
+Summary:       Geary is an IMAP mail client for GNOME 3
 Name:          geary
-Version:       0.2.2
+Version:       0.10.0
 Release:       1
 License:       LGPL v2+
-Source0:       http://yorba.org/download/geary/stable/%{name}-%{version}.tar.xz
-# Source0-md5: 9cb525a982cdcc615d5af257c14407b6
-Group:         X11/Applications/Networking
-URL:           http://yorba.org/geary/
+Group:         X11/Applications/Mail
+Source0:       https://download.gnome.org/sources/geary/0.10/%{name}-%{version}.tar.xz
+# Source0-md5: c9735cb5eb53384c0c9d40ff815ed232
+URL:           https://wiki.gnome.org/Apps/Geary
 BuildRequires: cmake
 BuildRequires: desktop-file-utils
+BuildRequires: gcr-devel >= 3.10.1
 BuildRequires: gettext
-BuildRequires: glib2-devel >= 1:2.30.0
-BuildRequires: gmime-devel >= 2.6.0
-BuildRequires: gtk+3-devel >= 3.2.0
-BuildRequires: gtk-webkit3-devel >= 1.8.0
+BuildRequires: glib2-devel >= 1:2.34.0
+BuildRequires: gmime-devel >= 2.6.14
+BuildRequires: gtk+3-devel >= 3.12.0
+BuildRequires: gtk-webkit3-devel >= 1.10.0
 BuildRequires: intltool
 BuildRequires: libcanberra-devel >= 0.28
-BuildRequires: libgee0.6-devel >= 0.6.0
-BuildRequires: libgnome-keyring-devel >= 3.2.2
+BuildRequires: libgee-devel >= 0.8.5
 BuildRequires: libnotify-devel >= 0.7.5
-BuildRequires: libunique3-devel >= 3.0.0
+BuildRequires: libsecret-devel >= 0.11
+BuildRequires: libsoup-devel
+BuildRequires: libxml2-devel >= 2.7.8
+BuildRequires: pkgconfig
 BuildRequires: sqlite3-devel >= 3.7.4
-BuildRequires: vala >= 0.17.4
-Requires:      desktop-file-utils
-Requires:      glib2 >= 1:2.26.0
-Requires:      gtk-update-icon-cache
+BuildRequires: vala >= 0.22.1
+BuildRequires: vala-gcr >= 3.10.1
+BuildRequires: vala-libcanberra >= 0.28
+BuildRequires: vala-libgee >= 0.8.5
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): glib2 >= 1:2.34.0
+Requires(post,postun): gtk-update-icon-cache
 Requires:      hicolor-icon-theme
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Geary is a new email reader for GNOME designed to let you read your
-email quickly and effortlessly. Its interface is based on
-conversations, so you can easily read an entire discussion without
-having to click from message to message. Geary is still in early
-development and has limited features today, but we're planning to add
-drag-and-drop attachments, lightning-fast searching, multiple account
-support and much more. Eventually we'd like Geary to have an
-extensible plugin architecture so that developers will be able to add
-all kinds of nifty features in a modular way.
+Geary is an IMAP email client built for the GNOME desktop environment.
+It allows you to read and send email with a simple, modern interface.
+Features:
+- Modern and straightforward interface
+- Quick account setup
+- Supports Gmail, Yahoo! Mail, Outlook.com, and popular IMAP servers
+  (Dovecot, Cyrus, Zimbra, etc.)
+- Mail organized by conversations
+- Full-featured HTML mail composer
+- Fast keyword search
+- Desktop notification of new mail
 
 %prep
 %setup -q
@@ -47,7 +55,8 @@ all kinds of nifty features in a modular way.
        -DGSETTINGS_COMPILE=OFF \
        -DGSETTINGS_COMPILE_IN_PLACE=OFF \
        -DICON_UPDATE=OFF \
-       -DDESKTOP_UPDATE=OFF
+       -DDESKTOP_UPDATE=OFF \
+       -DDISABLE_CONTRACT=ON
 
 %{__make}
 
@@ -56,10 +65,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# see http://redmine.yorba.org/issues/5692
-find $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas -type f -a \( \
-  -name org.yorba.geary.gschema.xml -o -delete \)
-
 desktop-file-validate $RPM_BUILD_ROOT%{_desktopdir}/geary.desktop
 
 %find_lang %{name} --with-gnome
@@ -81,7 +86,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING NEWS MAINTAINERS README THANKS
 %attr(755,root,root) %{_bindir}/geary
+%{_datadir}/appdata/geary.appdata.xml
 %{_datadir}/geary
 %{_desktopdir}/geary.desktop
+%{_desktopdir}/geary-autostart.desktop
 %{_datadir}/glib-2.0/schemas/org.yorba.geary.gschema.xml
-%{_iconsdir}/hicolor/*/apps/geary.*
+%{_iconsdir}/hicolor/*/apps/geary.png
+%{_iconsdir}/hicolor/scalable/actions/*.svg
+
This page took 0.462548 seconds and 4 git commands to generate.