diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/sylpheed | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/sylpheed')
-rw-r--r-- | recipes/sylpheed/claws-mail_3.6.1.bb | 8 | ||||
-rw-r--r-- | recipes/sylpheed/claws-plugin-mailmbox_1.14.bb | 2 | ||||
-rw-r--r-- | recipes/sylpheed/sylpheed_2.2.9.bb | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes/sylpheed/claws-mail_3.6.1.bb b/recipes/sylpheed/claws-mail_3.6.1.bb index ee9e244369..6a89263839 100644 --- a/recipes/sylpheed/claws-mail_3.6.1.bb +++ b/recipes/sylpheed/claws-mail_3.6.1.bb @@ -9,10 +9,10 @@ inherit autotools pkgconfig # translation patch: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1774 SRC_URI = "\ ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2;name=archive \ - http://www.penguin.cz/~utx/ftp/claws-mail/claws-mail-${PV}-po-update.patch;patch=1;name=patch \ - file://desktop.patch;patch=1 \ - file://claws-mail-g_strcmp0.patch;patch=1 \ - file://duplicate-header.patch;patch=1 \ + http://www.penguin.cz/~utx/ftp/claws-mail/claws-mail-${PV}-po-update.patch;name=patch \ + file://desktop.patch \ + file://claws-mail-g_strcmp0.patch \ + file://duplicate-header.patch \ " do_configure_append() { diff --git a/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb index fd11d209a8..d31e32f8ad 100644 --- a/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb +++ b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" PR = "r2" SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz\ - file://claws-plugin-mailmbox-fixup.patch;patch=1" + file://claws-plugin-mailmbox-fixup.patch" inherit autotools pkgconfig diff --git a/recipes/sylpheed/sylpheed_2.2.9.bb b/recipes/sylpheed/sylpheed_2.2.9.bb index 849e637e7b..28a088f6ba 100644 --- a/recipes/sylpheed/sylpheed_2.2.9.bb +++ b/recipes/sylpheed/sylpheed_2.2.9.bb @@ -5,9 +5,9 @@ LICENSE = "GPL" PR = "r0" SRC_URI = "http://sylpheed.good-day.net/sylpheed/v2.2/sylpheed-${PV}.tar.bz2 \ - file://sylpheed-2.2.2-libsylph-Makefile-am.patch;patch=1 \ - file://sylpheed-2.2.2-src-Makefile-am.patch;patch=1 \ - file://sylpheed-gnutls_2.2.4.patch;patch=1" + file://sylpheed-2.2.2-libsylph-Makefile-am.patch \ + file://sylpheed-2.2.2-src-Makefile-am.patch \ + file://sylpheed-gnutls_2.2.4.patch" FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" |