[oe-commits] Koen Kooi : libproxy: add 0.2.3

GIT User account git at amethyst.openembedded.net
Wed Apr 29 01:05:25 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: e53759d2d1b576510a80d4dd9701564081e10b12
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e53759d2d1b576510a80d4dd9701564081e10b12

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Mar 19 13:00:08 2009 +0100

libproxy: add 0.2.3

---

 conf/checksums.ini              |   16 ++++++++++++++++
 recipes/gnome/libproxy_0.2.3.bb |   20 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index c972d96..74f6bc0 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -12686,6 +12686,10 @@ sha256=24b354dcd8843274a20e1625e04d618d43f9851082254cb9dae6f33f15c2a5cd
 md5=00cea4539bea4bd34cbf8b82ff9589cd
 sha256=9bec729a1e77d8bbc5800b14aa81f09290aa18daa40f344103f2c0d1d681531b
 
+[http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz]
+md5=86b635e1eb2d665cfbef4c6134fe6604
+sha256=59ded160b3547d29e37cc9d06359f7f37d94112214e4532430cd65e704c1339a
+
 [http://xcb.freedesktop.org/dist/libpthread-stubs-0.1.tar.bz2]
 md5=774eabaf33440d534efe108ef9130a7d
 sha256=004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65
@@ -12878,6 +12882,10 @@ sha256=d98203f017c6e1de7dca2037c533000705fc86b12f29694ddb4db17854e5498a
 md5=118967f097a7e1e9d5023f1f06e0b65a
 sha256=30055988d990f0f4db4dcffd5088115f1065a6fd7c22b555686449628375376b
 
+[http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.26/libsoup-2.26.0.tar.bz2]
+md5=9df9d2b3304213641d3214a774d75ee1
+sha256=47b749b20717df24393c83adcce9a3a10f0690517c18da8d0a1ddcb410a0ac1d
+
 [http://ftp.gnome.org/pub/GNOME/sources/libsoup-2.4/2.4/libsoup-2.4.1.tar.bz2]
 md5=d0fc91ccb9da401e9e40d2f4612bdac9
 sha256=774094746748fb0c8985210de0994accdc7095c222fba42c5623e2137443b6cd
@@ -14650,6 +14658,14 @@ sha256=7861535eef2c0804dbdc6993db76574b4a812164bed7545a3697a3b97e36d2dd
 md5=5169ead6783f374cedf3f89bf399bd75
 sha256=a966641cf1b6e18e4f58aa3585a9a63905ed50252883804c006a3263674a32ec
 
+[http://goodies.xfce.org/releases/midori/midori-0.1.4.tar.bz2]
+md5=a9b21027ba894fed3055d7074c5f073d
+sha256=4a84422c270625162f6e9e1e4e8151d9546457d64c61c2b3c896cbf43fb54ce5
+
+[http://git.xfce.org/kalikiana/midori/snapshot/midori-f30dff433056e239ca775d16f343bdb249f1a338.tar.bz2]
+md5=24f6c176246300b66c036de65fed0565
+sha256=6151809d337ea8d07769618acd4ac470c5ccd310790e40805b93cf8781904048
+
 [http://downloads.sourceforge.net/midpath/midpath-0.3rc2.tar.gz]
 md5=d03cd88f51f82bbcfcfa5b65df0da5b0
 sha256=e235ca7470e7cdfb90e3806fbcc1b2c450db286276136a2523c7ae26a804a100
diff --git a/recipes/gnome/libproxy_0.2.3.bb b/recipes/gnome/libproxy_0.2.3.bb
new file mode 100644
index 0000000..2a2ee51
--- /dev/null
+++ b/recipes/gnome/libproxy_0.2.3.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A library handling all the details of proxy configuration"
+LICENSE = "LGPL"
+DEPENDS = "gconf virtual/libx11"
+
+SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
+
+inherit autotools_stage
+
+# Disable plugins that are *up* in the depchain, they need libproxy to build
+# Don't we just love circular deps?
+EXTRA_OECONF = " --with-file \
+                 --with-gnome \
+                 --without-kde \
+                 --without-webkit \
+                 --without-mozjs \
+                 --without-networkmanager \
+                "
+
+FILES_${PN}-dbg += "${libdir}/libproxy/*/plugins/.debug"
+





More information about the Openembedded-commits mailing list