Commit graph

46 commits

Author SHA1 Message Date
Björn Daase
8d24b1499e INSTALL: add missing itstool dependency for Fedora
Otherwise, the post install script on Fedora crashes with:
`FileNotFoundError: [Errno 2] No such file or directory: 'itstool'`.

It is in the Ubuntu/Debian dependencies so simply add it for Fedora as well
2020-04-22 23:31:13 +02:00
Michael Gratton
a47e0fcede Plugin: Add new sent-sound plugin
Optional plugin to play the sent-mail sound from the desktop's system
sound theme when an email is sent.

Fixes #598
2020-03-21 17:19:18 +11:00
Jonatan Pålsson
7ceedd0a01 INSTALL: libgmime3.0-dev is actually libgmime-3.0-dev
Fix typo (missing dash in package name) introduced in
c6be77ba85

Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com>
2020-03-15 09:00:20 +01:00
Michael Gratton
3278d01b71 Remove optional Enchant 1.x optional dependency 2020-03-13 18:07:28 +11:00
Torben
c6be77ba85 Remove last occurences of GMime 2.6 2019-12-03 11:37:45 +01:00
Michael Gratton
9790d9a3bb Remove libunity dependency from the build 2019-11-27 17:24:42 +11:00
Michael Gratton
884439da2f INSTALL: Use dnf rather than yum for Fedora deps 2019-10-07 21:36:12 +11:00
Michael Gratton
de6071ef60 Remove Play Sounds preference
This no longer makes sense since we don't have control over it for
notifications any more, and hence was only being used for sent mail.

Replace it with a NotificationContext signal so that a plugin could be
written to play a sound instead.
2019-09-27 20:42:58 +10:00
Michael Gratton
a872fc34bb Add libpeas to the build 2019-09-27 17:29:03 +10:00
João Loureiro
24b081f586 Update dependencies in order to compile and install Geary on Ubuntu (19.04) 2019-09-24 23:45:14 +00:00
Federico Bruni
7c42c5d803 add appstream-glib dependency
appdata.its, needed to extract all the strings of appdata xml file,
is actively maintained in appstream-glib.

Fix issue #439.
2019-06-03 10:31:52 +00:00
Michael Gratton
4dd08389df Add Gspell to dependencies and the build 2019-05-24 14:29:41 +02:00
Niels De Graef
3d1032db01 Migrated from libnotify to GLib notifications. bug 766133
Signed-off-by: Niels De Graef <nielsdegraef@gmail.com>
2019-04-17 09:06:24 +10:00
Oliver Giles
18fcf0e18f TNEF (winmail.dat) parsing support via libytnef 2019-04-11 12:24:52 +03:00
Michael Gratton
ac461747c3 Depend on libhandy for the client build 2019-04-08 18:05:03 +10:00
Michael Gratton
742aca2b0c Add build dependencies for Folks
Flatpak manifest updates courtesy of gnome-contacts.
2019-03-09 20:17:01 +11:00
Michael Gratton
ba6172e91a Remove old dep from INSTALL for Ubuntu/Debian also 2019-02-23 01:55:02 +00:00
Jan Tojnar
737e42f9d9
Drop gobject-introspection dependency
Since 20cd9823a7, it is no longer used.
2019-02-23 00:37:23 +01:00
Michael Gratton
d91573e7a0 Update INSTALL and GitLab CI to use Enchant 2 on Fedora 2019-01-16 11:12:31 +11:00
Alex Henrie
698f61e6e5 Print common headers when printing messages 2018-09-26 18:43:46 -06:00
Jan Tojnar
beec7ff0fe
build: obtain iso-codes prefix from pkg-config 2018-08-09 15:18:33 +02:00
Michael James Gratton
96d9d00164 Add gettext to Ubuntu deps. 2018-06-11 16:39:43 +10:00
Michael James Gratton
b641a152a8 Add missing itstool install dependency. 2018-06-11 09:51:00 +10:00
Michael James Gratton
f1d3ff5303 Update INSTALL with GOA dependencies. 2018-05-28 01:32:25 +10:00
Michael James Gratton
dc4324701e Update INSTALL to use Markdown and refer to Meson for building. 2018-02-11 10:25:27 +11:00
Michael James Gratton
bcca75f5a8 Include a back trace in problem report technical details.
This adds a dependcy on libunwind for generating the back trace.

* src/CMakeLists.txt: Require libunwind-generic package and libunwind
  VAPI. Update docs and debian/control with new dependencies.

* src/engine/api/geary-problem-report.vala (ProblemReport): Generate a
  stack trace in the default constructor if an error is specified.

* src/client/components/main-window-info-bar.vala
  (MainWindowInfoBar::format_details): Include stack trafe from problem
  report in output if present.

* ui/main-window-info-bar.ui: Add a ScrolledWindow around the TextView
  since the details could now be quite large.

* bindings/vapi/libunwind.vapi: Add bindings for libunwind courtesy
  Guillaume Poirier-Morency, add Error enum.
2017-11-18 15:25:28 +11:00
Niels De Graef
39ef8e3e2d Replace intltool with gettext. Bug 771643.
Signed-off-by: Niels De Graef <nielsdegraef@gmail.com>
2017-11-02 19:10:29 +11:00
Piotr Drąg
fd530d8897 Fix a couple of typos in INSTALL 2017-10-23 18:34:12 +02:00
Michael James Gratton
aaee6b1044 Brown paper bag fix for Xenial support in INSTALL. 2017-10-23 12:31:26 +11:00
Michael James Gratton
2e03e99a73 Update INSTALL library and distro versions and tweak wording. 2017-10-23 12:30:30 +11:00
Michael James Gratton
9010eedd26 Remove libunique from INSALL command lines, seperate out Unity packages. 2017-02-05 15:28:02 +11:00
Michael James Gratton
bac17b720b Mention dnf in INSTALL for Fedora, not yum. 2017-02-02 00:48:24 +11:00
Michael James Gratton
bbb130105b Update distro information in INSTALL file for WK2. 2017-02-01 14:50:16 +11:00
Michael James Gratton
2a73478a8b Update package and version reqs for WebKit2 in INSTALL and deb control. 2017-02-01 14:34:31 +11:00
Michael James Gratton
50a4cfd46f Add Enchant to build dependencies. 2016-07-29 10:34:33 +10:00
Michael James Gratton
badbf94b0f Update and simplify INSTALL with current version reqs. 2016-06-14 12:38:08 -04:00
Michael James Gratton
2ba37391df Add note to INSTALL about required SQLite 3.11 compilation flags. 2016-05-15 19:34:50 +10:00
Adam Dingle
654e513f9c Transfer Yorba copyrights to Software Freedom Conservancy 2016-05-06 08:33:37 -04:00
Jim Nelson
29448cab65 Update copyright to 2015 2015-02-06 12:43:33 -08:00
Jim Nelson
46531a17fa Add gcr-3 dependency information to INSTALL 2014-10-28 17:58:26 -07:00
Charles Lindsay
2e30e47b98 Generate and install localized help docs
This causes us to generate localized help docs whenever Geary builds,
and then the localized docs are installed with the rest of the help
pages.

It would be great to also have the CMakeLists read from the Makefile.am
file to determine what translations to run, but that hasn't happened
yet.

Closes: bgo #713831
2014-03-17 12:02:17 -07:00
Jim Nelson
dc1445d6f0 Update copyrights to 2014: Closes bgo#722381 2014-02-04 19:01:09 -08:00
Jim Nelson
54dad5e1a7 Add Fedora vala-tools dependency to INSTALL 2014-01-07 14:21:37 -08:00
Charles Lindsay
65651a4164 Update docs, add install instructions
Closes: bgo #714717
2014-01-07 10:40:06 -08:00
Jim Nelson
9c98e95cb4 Final string changes for 0.3 and some copyrights updated 2013-02-26 16:16:20 -08:00
Eric Gregory
85d378701f Closes #5060 Fixes #3698 Packaging and install, news, and readme files 2012-05-03 19:09:34 -07:00