aboutsummaryrefslogtreecommitdiffstats
path: root/libgpewidget/libgpewidget_0.90.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-27 22:53:39 +0000
committerPhil Blundell <philb@gnu.org>2004-11-27 22:53:39 +0000
commitfa547b94ba3397b5582240b13c7c51859bf5f35c (patch)
treeaf8b716e182de7751497e5e14b4a864f3e05b5b3 /libgpewidget/libgpewidget_0.90.oe
parentb87ae0b91ea42525f3aefb9da79827d543f6d5fc (diff)
downloadopenembedded-fa547b94ba3397b5582240b13c7c51859bf5f35c.tar.gz
blow away some old versions of libgpewidget
BKrev: 41a90573kZyTwO_-ZwQnSHmpzWT0nQ
Diffstat (limited to 'libgpewidget/libgpewidget_0.90.oe')
-rw-r--r--libgpewidget/libgpewidget_0.90.oe25
1 files changed, 0 insertions, 25 deletions
diff --git a/libgpewidget/libgpewidget_0.90.oe b/libgpewidget/libgpewidget_0.90.oe
deleted file mode 100644
index e47f6dbdc3..0000000000
--- a/libgpewidget/libgpewidget_0.90.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-LICENSE = "LGPL"
-PR = "r1"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h infoprint.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}
-
-do_install_append () {
- oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel
-}
-
'cazfi/am14'>cazfi/am14 OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-manual-eclipse-customization.xsl
blob: f3b7521552355b8cb167f2a940a17c0f750963e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version='1.0'?>
<xsl:stylesheet
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns="http://www.w3.org/1999/xhtml"
	xmlns:fo="http://www.w3.org/1999/XSL/Format"
	version="1.0">

  <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />

<!--

  <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />

  <xsl:import
	  href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" />

-->

  <xsl:param name="chunker.output.indent" select="'yes'"/>
  <xsl:param name="chunk.quietly" select="1"/>
  <xsl:param name="chunk.first.sections" select="1"/>
  <xsl:param name="chunk.section.depth" select="10"/>
  <xsl:param name="use.id.as.filename" select="1"/>
  <xsl:param name="ulink.target" select="'_self'" />
  <xsl:param name="base.dir" select="'html/ref-manual/'"/>
  <xsl:param name="html.stylesheet" select="'../book.css'"/>
  <xsl:param name="eclipse.manifest" select="0"/>
  <xsl:param name="create.plugin.xml" select="0"/>
  <xsl:param name="suppress.navigation" select="1"/>
  <xsl:param name="generate.index" select="0"/>
  <xsl:param name="chapter.autolabel" select="1" />
  <xsl:param name="appendix.autolabel">A</xsl:param>
  <xsl:param name="section.autolabel" select="1" />
  <xsl:param name="section.label.includes.component.label" select="1" />
</xsl:stylesheet>