Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 1 | SUMMARY = "Geary is an email application built around conversations, for the GNOME 3 desktop." |
| 2 | SECTION = "network" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "LGPL-2.1-only" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2" |
| 5 | |
| 6 | DEPENDS = " \ |
| 7 | appstream-glib \ |
| 8 | cairo \ |
| 9 | enchant2 \ |
| 10 | evolution-data-server \ |
| 11 | folks \ |
| 12 | gcr \ |
| 13 | gmime \ |
| 14 | gnome-online-accounts \ |
| 15 | gsound \ |
| 16 | gspell \ |
| 17 | gtk+3 \ |
| 18 | icu \ |
| 19 | iso-codes \ |
| 20 | json-glib \ |
| 21 | libhandy \ |
| 22 | libical \ |
| 23 | libpeas \ |
| 24 | libsecret \ |
| 25 | libstemmer \ |
| 26 | libxml2 \ |
| 27 | sqlite3 \ |
| 28 | webkitgtk \ |
| 29 | " |
| 30 | |
| 31 | RDEPENDS:${PN} = "gnome-keyring" |
| 32 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 33 | inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 34 | |
| 35 | SRC_URI = " \ |
| 36 | git://github.com/GNOME/geary.git;nobranch=1;protocol=https \ |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 37 | file://0001-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch \ |
| 38 | file://0002-Fix-accessibility-issues-with-initializer-of-constan.patch \ |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 39 | " |
| 40 | |
| 41 | S = "${WORKDIR}/git" |
| 42 | SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382" |
| 43 | |
Andrew Geissler | 78b7279 | 2022-06-14 06:47:25 -0500 | [diff] [blame^] | 44 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 45 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 46 | |
| 47 | GIR_MESON_OPTION = "" |
| 48 | EXTRA_OEMESON = "-Dprofile=release" |
| 49 | |
| 50 | PACKAGECONFIG[libunwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" |
| 51 | PACKAGECONFIG[tnef] = "-Dtnef=enabled,-Dtnef=disabled,libytnef" |
| 52 | PACKAGECONFIG[valadoc] = "-Dvaladoc=enabled,-Dvaladoc=disabled" |
| 53 | |
| 54 | PACKAGECONFIG ??= "" |
| 55 | |
| 56 | FILES:${PN} += "${datadir}" |
| 57 | |