packages/sylpheed/claws-mail_3.0.2.bb : version upgrade and bring
authorGraeme Gregory <dp@xora.org.uk>
Wed, 10 Oct 2007 13:47:10 +0000 (13:47 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 10 Oct 2007 13:47:10 +0000 (13:47 +0000)
plugins uptodate as well.

packages/sylpheed/claws-mail.inc [deleted file]
packages/sylpheed/claws-mail_2.7.2.bb [deleted file]
packages/sylpheed/claws-mail_2.9.1.bb [deleted file]
packages/sylpheed/claws-mail_3.0.2.bb [moved from packages/sylpheed/claws-mail_3.0.1.bb with 100% similarity]
packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.15.2.bb [moved from packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.14.1.bb with 100% similarity]
packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.15.bb [deleted file]
packages/sylpheed/claws-plugin-maildir_0.24.4.bb [deleted file]
packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb [deleted file]
packages/sylpheed/claws-plugin-mailmbox_1.14.bb [moved from packages/sylpheed/claws-plugin-mailmbox_1.13.bb with 100% similarity]
packages/sylpheed/claws-plugin-rssyl_0.15.bb [moved from packages/sylpheed/claws-plugin-rssyl_0.13.bb with 100% similarity]

diff --git a/packages/sylpheed/claws-mail.inc b/packages/sylpheed/claws-mail.inc
deleted file mode 100644 (file)
index d8b3a2b..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ libetpan openssl aspell"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "\
-       ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2   \
-       file://desktop.patch;patch=1                            \
-       file://streamline-ui.patch;patch=1                              \
-       "
-
-FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
-
-EXTRA_OECONF = "--disable-aspell-test          \
-               --enable--aspell                \
-               --disable-manual                \
-               --disable-crash-dialog          \
-               --disable-jpilot                \
-               --disable-trayicon-plugin       \
-               --disable-spamassassin-plugin   \
-               --disable-bogofilter-plugin     \
-               --disable-pgpcore-plugin        \
-               --disable-pgpmime-plugin        \
-               --disable-pgpinline-plugin      \
-               --disable-dillo-viewer-plugin   \
-               --disable-clamav-plugin         \
-               --disable-gnomeprint            \
-               --disable-valgrind              \
-               "
-
-CFLAGS += "-D_GNU_SOURCE"
-
-inherit autotools pkgconfig
-
-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/
-}
-
-do_stage () {
-       autotools_stage_all
-}
-
diff --git a/packages/sylpheed/claws-mail_2.7.2.bb b/packages/sylpheed/claws-mail_2.7.2.bb
deleted file mode 100644 (file)
index 6a698e1..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell openssl"
-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-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='')
-}
diff --git a/packages/sylpheed/claws-mail_2.9.1.bb b/packages/sylpheed/claws-mail_2.9.1.bb
deleted file mode 100644 (file)
index f8a8396..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require claws-mail.inc
diff --git a/packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.15.bb b/packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.15.bb
deleted file mode 100644 (file)
index 5ca95d9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-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"
-
diff --git a/packages/sylpheed/claws-plugin-maildir_0.24.4.bb b/packages/sylpheed/claws-plugin-maildir_0.24.4.bb
deleted file mode 100644 (file)
index 6032e09..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-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"
-
diff --git a/packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb b/packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb
deleted file mode 100644 (file)
index d1f9e22..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-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"
-