libgnome: update to 2.24
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 18:54:06 +0000 (18:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 18:54:06 +0000 (18:54 +0000)
packages/gnome/libgnome_2.24.0.bb [new file with mode: 0644]
packages/gnome/libgnomeprint_2.18.5.bb [new file with mode: 0644]
packages/gnome/libgnomeprintui_2.18.3.bb [new file with mode: 0644]

diff --git a/packages/gnome/libgnome_2.24.0.bb b/packages/gnome/libgnome_2.24.0.bb
new file mode 100644 (file)
index 0000000..549cda2
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "Gnome application programming libraries"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+PR = "r0"
+
+inherit gnome lib_package
+
+DEPENDS = "gconf-native gnome-vfs libbonobo esound"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \
+                ${datadir}/gnome-background-properties ${datadir}/pixmaps"
+FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a"
+FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug"
+
+do_stage() {
+       autotools_stage_all
+}
diff --git a/packages/gnome/libgnomeprint_2.18.5.bb b/packages/gnome/libgnomeprint_2.18.5.bb
new file mode 100644 (file)
index 0000000..899ded9
--- /dev/null
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common"
+
+inherit flow-lossage pkgconfig gnome
+
+FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \
+                   ${libdir}/libgnomeprint/${PV}/modules/.debug  ${libdir}/libgnomeprint/${PV}/modules/*/.debug"
+
+do_stage() {
+       autotools_stage_all
+}
diff --git a/packages/gnome/libgnomeprintui_2.18.3.bb b/packages/gnome/libgnomeprintui_2.18.3.bb
new file mode 100644 (file)
index 0000000..7c6d289
--- /dev/null
@@ -0,0 +1,11 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+DEPENDS = "libgnomeprint gtk+ libgnomecanvas gnome-icon-theme gnome-common"
+
+inherit gnome pkgconfig
+
+EXTRA_OECONF = "use_local_libgnomeprint_la=no"
+
+do_stage() {
+       autotools_stage_all
+}