The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment.
本パッケージは LFS-10.0 において正しくビルドでき動作することが確認されています。
Download (HTTP): https://download.gnome.org/sources/evolution/3.38/evolution-3.38.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/evolution/3.38/evolution-3.38.3.tar.xz
Download MD5 sum: 67d98434aadaa4a3dc9e8b7dc5eb0a93
Download size: 12 MB
Estimated disk space required: 346 MB
Estimated build time: 1.1 SBU (Using parallelism=4)
adwaita-icon-theme-3.38.0, evolution-data-server-3.38.3, gnome-autoar-0.2.4, itstool-2.0.6, libgdata-0.17.13, shared-mime-info-2.1, and WebKitGTK+-2.30.4
Bogofilter-1.2.5, enchant-2.2.15, gnome-desktop-3.38.3, gspell-1.8.4, Highlight-3.60, libcanberra-0.30, libgweather-3.36.1, libnotify-0.7.9, OpenLDAP-2.4.56, and Seahorse-3.38.0.1
clutter-gtk-1.8.4, GeoClue-2.5.7, geocode-glib-3.26.2, and libchamplain-0.12.20 (Contact Maps plugin), GTK-Doc-1.33.1, Glade, libpst, libunity, libytnef
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evolution
Install Evolution by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONF_INSTALL_DIR=/etc \ -DENABLE_INSTALLED_TESTS=ON \ -DENABLE_PST_IMPORT=OFF \ -DENABLE_YTNEF=OFF \ -DENABLE_CONTACT_MAPS=OFF \ -G Ninja .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
-DENABLE_YTNEF=OFF
: This
switch is used to disable the yTNEF library usage because
libytnef is not part of BLFS.
-DENABLE_PST_IMPORT=OFF
:
This switch is used to disable the pst-import plugin because
libpst is not part of BLFS.
-DENABLE_CONTACT_MAPS=ON
: Use this
switch if you have installed the necessary dependencies and wish to
build the Contact Maps plugin.
最終更新日: 2021-01-10 08:37:04 +0900