summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb')
-rw-r--r--meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb
deleted file mode 100644
index 29b41be93b..0000000000
--- a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SECTION = "x11/network"
2SUMMARY = "Mail user agent plugins"
3DEPENDS = "claws-mail gtkhtml2 curl"
4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=977f04a8048c04684e521c06e2844a94"
6
7PNBLACKLIST[claws-plugin-gtkhtml2-viewer] ?= "depends on blacklisted claws-mail - the recipe will be removed on 2017-09-01 unless the issue is fixed"
8
9PR = "r1"
10
11SRC_URI = "http://www.claws-mail.org/downloads/plugins_obsolete/gtkhtml2_viewer-${PV}.tar.gz \
12 file://configure.patch"
13SRC_URI[md5sum] = "a6c9dfa6f969ccd844796a5724b52167"
14SRC_URI[sha256sum] = "4d41f6d961efaac0f51705e5052bac732bc0bdafee2ef2082a9cf9d89f183ae5"
15
16inherit autotools pkgconfig gettext
17
18S = "${WORKDIR}/gtkhtml2_viewer-${PV}"
19
20FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
21FILES_${PN}-dbg += "${libdir}/claws-mail/plugins/.debug"
22FILES_${PN}-dev += "${libdir}/claws-mail/plugins/*.la"
23FILES_${PN}-staticdev = "${libdir}/claws-mail/plugins/*.a"
24