diff options
Diffstat (limited to 'meta/recipes-sato/claws-mail/claws-mail.inc')
-rw-r--r-- | meta/recipes-sato/claws-mail/claws-mail.inc | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/meta/recipes-sato/claws-mail/claws-mail.inc b/meta/recipes-sato/claws-mail/claws-mail.inc new file mode 100644 index 0000000000..04401df2f5 --- /dev/null +++ b/meta/recipes-sato/claws-mail/claws-mail.inc | |||
@@ -0,0 +1,57 @@ | |||
1 | SECTION = "x11/network" | ||
2 | DESCRIPTION = "Mail user agent" | ||
3 | #DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell openssl" | ||
4 | DEPENDS = "gtk+ libetpan openssl libowl" | ||
5 | LICENSE = "GPL" | ||
6 | PR = "r6" | ||
7 | |||
8 | SRC_URI = "\ | ||
9 | ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2 \ | ||
10 | file://desktop.patch;patch=1 \ | ||
11 | file://streamline-ui.patch;patch=1 \ | ||
12 | file://owl-window-menu.patch;patch=1 \ | ||
13 | file://fix-build.patch;patch=1 \ | ||
14 | " | ||
15 | |||
16 | FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" | ||
17 | |||
18 | #EXTRA_OECONF = "--disable-aspell-test \ | ||
19 | # --disable-dillo-viewer-plugin --with-aspell-prefix=${STAGING_DIR_HOST}${prefix} \ | ||
20 | # --enable-aspell" | ||
21 | |||
22 | EXTRA_OECONF = "--disable-aspell-test \ | ||
23 | --disable-aspell \ | ||
24 | --disable-manual \ | ||
25 | # --disable-openssl \ | ||
26 | --disable-crash-dialog \ | ||
27 | --disable-jpilot \ | ||
28 | --disable-trayicon-plugin \ | ||
29 | --disable-spamassassin-plugin \ | ||
30 | --disable-bogofilter-plugin \ | ||
31 | --disable-pgpcore-plugin \ | ||
32 | --disable-pgpmime-plugin \ | ||
33 | --disable-pgpinline-plugin \ | ||
34 | --disable-dillo-viewer-plugin \ | ||
35 | --disable-clamav-plugin \ | ||
36 | # --disable-libetpan \ | ||
37 | --disable-gnomeprint \ | ||
38 | --disable-valgrind \ | ||
39 | --disable-static \ | ||
40 | " | ||
41 | |||
42 | CFLAGS += "-D_GNU_SOURCE" | ||
43 | |||
44 | inherit autotools pkgconfig gettext | ||
45 | |||
46 | do_install_append() { | ||
47 | install -d ${D}${datadir}/applications | ||
48 | install -m 0644 claws-mail.desktop ${D}${datadir}/applications/ | ||
49 | install -d ${D}${datadir}/pixmaps | ||
50 | install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/ | ||
51 | } | ||
52 | |||
53 | #python populate_packages_prepend () { | ||
54 | # abiword_libdir = bb.data.expand('${libdir}/claws-mail/plugins', d) | ||
55 | # | ||
56 | # do_split_packages(d, abiword_libdir, '^(.*)\.so$', 'claws-mail-plugin-%s', 'Claws plugin for %s', extra_depends='') | ||
57 | #} | ||