diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-03 20:01:49 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-03 20:11:04 +0200 |
| commit | 14ead8ca4dc66a05c0c53b2c70ab17babaa107aa (patch) | |
| tree | 83ea1f8afa18d40f3ce7faad7e9bc67927dbd141 | |
| parent | 2eabfad538655123c7ec77b1ab9f9bc1f331aa54 (diff) | |
| download | meta-openembedded-14ead8ca4dc66a05c0c53b2c70ab17babaa107aa.tar.gz | |
libbonoboui: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb | 19 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb | 12 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb new file mode 100644 index 0000000000..5f519a54a1 --- /dev/null +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SECTION = "x11/gnome/libs" | ||
| 2 | LICENSE = "GPLv2 && LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
| 5 | |||
| 6 | inherit gnome pkgconfig | ||
| 7 | |||
| 8 | SRC_URI[archive.md5sum] = "3a754b1df0a4d5fd4836a05020a0bb4a" | ||
| 9 | SRC_URI[archive.sha256sum] = "0be51ee3069a2ef21d98561ee28036dd263ac08b401776fe9164e084825ffd84" | ||
| 10 | |||
| 11 | DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" | ||
| 12 | |||
| 13 | EXTRA_OECONF = "--disable-gtk-doc" | ||
| 14 | |||
| 15 | FILES_${PN} += "${libdir}/libglade/2.0/*.so" | ||
| 16 | FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \ | ||
| 17 | ${libdir}/bonobo-2.0/samples" | ||
| 18 | FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \ | ||
| 19 | ${libdir}/libglade/2.0/.debug" | ||
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb new file mode 100644 index 0000000000..139de0a661 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "Gnome keyring library" | ||
| 2 | LICENSE = "LGPLv2 && GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 4 | file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf" | ||
| 5 | |||
| 6 | SECTION = "x11/gnome" | ||
| 7 | |||
| 8 | inherit gnome lib_package | ||
| 9 | |||
| 10 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" | ||
| 11 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" | ||
| 12 | |||
