[oe-commits] org.oe.dev claws-mail_2.7.2.bb : new version of claws

xora commit openembedded-commits at lists.openembedded.org
Tue Feb 6 12:17:45 UTC 2007


claws-mail_2.7.2.bb : new version of claws

claws-plugin-*.bb : new versions of plugins for claws mail.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 02f69e2f1f96fe3176524c6d19a802651c0d6d3e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=02f69e2f1f96fe3176524c6d19a802651c0d6d3e
Files:
1
packages/sylpheed/claws-mail_2.7.2.bb
packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.14.1.bb
packages/sylpheed/claws-plugin-maildir_0.24.4.bb
packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb
packages/sylpheed/claws-plugin-rssyl_0.10.bb
Diffs:

#
# mt diff -rb30c0de0e6bb4763443fba8d9008bc092b0ad454 -r02f69e2f1f96fe3176524c6d19a802651c0d6d3e
#
# 
# 
# add_file "packages/sylpheed/claws-mail_2.7.2.bb"
#  content [58c3bc7561e71b219834f0c9d88756ebe3fd4dd6]
# 
# add_file "packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.14.1.bb"
#  content [d73fb5b9c737c95ee038731dd97b16a271288e97]
# 
# add_file "packages/sylpheed/claws-plugin-maildir_0.24.4.bb"
#  content [5cc537e1a6b6261737f8934b7e99d38cec341382]
# 
# add_file "packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb"
#  content [808d13a71380fcd90a8c942424b58b5785359790]
# 
# add_file "packages/sylpheed/claws-plugin-rssyl_0.10.bb"
#  content [d11e21e5ff03c258c29f668c8416de99cd346425]
# 
============================================================
--- packages/sylpheed/claws-mail_2.7.2.bb	58c3bc7561e71b219834f0c9d88756ebe3fd4dd6
+++ packages/sylpheed/claws-mail_2.7.2.bb	58c3bc7561e71b219834f0c9d88756ebe3fd4dd6
@@ -0,0 +1,41 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent"
+DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2"
+
+FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
+
+EXTRA_OECONF = "--disable-openssl --disable-aspell-test \
+ --disable-dillo-viewer-plugin --with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} \
+ --enable-aspell"
+
+CFLAGS += "-D_GNU_SOURCE"
+
+inherit autotools pkgconfig
+
+do_configure() {
+    gnu-configize
+    libtoolize --force
+    oe_runconf
+}
+
+do_install_append() {
+	install -d ${D}${datadir}/applications
+	install -m 0644 claws-mail.desktop ${D}${datadir}/applications/
+	install -d ${D}${datadir}/pixmaps
+	install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/
+	mv ${D}${bindir}/${TARGET_SYS}-claws-mail ${D}${bindir}/${PN}
+}
+
+do_stage () {
+	autotools_stage_all
+}
+
+python populate_packages_prepend () {
+	abiword_libdir = bb.data.expand('${libdir}/claws-mail/plugins', d)
+
+	do_split_packages(d, abiword_libdir, '^(.*)\.so$', 'claws-mail-plugin-%s', 'Claws plugin for %s', extra_depends='')
+}
============================================================
--- packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.14.1.bb	d73fb5b9c737c95ee038731dd97b16a271288e97
+++ packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.14.1.bb	d73fb5b9c737c95ee038731dd97b16a271288e97
@@ -0,0 +1,20 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail gtkhtml2 curl"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/gtkhtml2_viewer-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/gtkhtml2_viewer-${PV}"
+
+do_configure() {
+    gnu-configize
+    libtoolize --force
+    oe_runconf
+}
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+
============================================================
--- packages/sylpheed/claws-plugin-maildir_0.24.4.bb	5cc537e1a6b6261737f8934b7e99d38cec341382
+++ packages/sylpheed/claws-plugin-maildir_0.24.4.bb	5cc537e1a6b6261737f8934b7e99d38cec341382
@@ -0,0 +1,20 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail db"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/maildir-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/maildir-${PV}"
+
+do_configure() {
+    gnu-configize
+    libtoolize --force
+    oe_runconf
+}
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+
============================================================
--- packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb	808d13a71380fcd90a8c942424b58b5785359790
+++ packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb	808d13a71380fcd90a8c942424b58b5785359790
@@ -0,0 +1,20 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/mailmbox-${PV}"
+
+do_configure() {
+    gnu-configize
+    libtoolize --force
+    oe_runconf
+}
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+
============================================================
--- packages/sylpheed/claws-plugin-rssyl_0.10.bb	d11e21e5ff03c258c29f668c8416de99cd346425
+++ packages/sylpheed/claws-plugin-rssyl_0.10.bb	d11e21e5ff03c258c29f668c8416de99cd346425
@@ -0,0 +1,20 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/rssyl-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/rssyl-${PV}"
+
+do_configure() {
+    gnu-configize
+    libtoolize --force
+    oe_runconf
+}
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+






More information about the Openembedded-commits mailing list