diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-06-23 15:42:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-23 15:42:39 +0000 |
commit | 4cdcfd0fb6a0f711bb6a0c33656273e67bf97b9c (patch) | |
tree | d89ed9b6a48bce5f5098688b901605a27734c578 | |
parent | 2854340a2866bf2b4825b802960d8cb05912ca56 (diff) |
dillo_0.8.6.bb, links-x11_2.1pre22.bb, links_2.1pre22.bb : new versions
-rw-r--r-- | packages/dillo/dillo-0.8.6/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/dillo/dillo-0.8.6/dillo.desktop | 9 | ||||
-rw-r--r-- | packages/dillo/dillo-0.8.6/dillo.png | bin | 0 -> 4175 bytes | |||
-rw-r--r-- | packages/dillo/dillo-0.8.6/font.patch | 15 | ||||
-rw-r--r-- | packages/dillo/dillo_0.8.6.bb | 31 | ||||
-rw-r--r-- | packages/links/links-x11_2.1pre22.bb | 21 | ||||
-rw-r--r-- | packages/links/links_2.1pre22.bb | 19 |
7 files changed, 95 insertions, 0 deletions
diff --git a/packages/dillo/dillo-0.8.6/.mtn2git_empty b/packages/dillo/dillo-0.8.6/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/dillo/dillo-0.8.6/.mtn2git_empty diff --git a/packages/dillo/dillo-0.8.6/dillo.desktop b/packages/dillo/dillo-0.8.6/dillo.desktop new file mode 100644 index 0000000000..6c5f994da4 --- /dev/null +++ b/packages/dillo/dillo-0.8.6/dillo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Web browser +Comment=Dillo +Exec=dillo +Terminal=0 +Type=Application +Icon=dillo.png +Categories=Application;PIM;GPE +StartupNotify=True diff --git a/packages/dillo/dillo-0.8.6/dillo.png b/packages/dillo/dillo-0.8.6/dillo.png Binary files differnew file mode 100644 index 0000000000..99c942f190 --- /dev/null +++ b/packages/dillo/dillo-0.8.6/dillo.png diff --git a/packages/dillo/dillo-0.8.6/font.patch b/packages/dillo/dillo-0.8.6/font.patch new file mode 100644 index 0000000000..ace3da8dd6 --- /dev/null +++ b/packages/dillo/dillo-0.8.6/font.patch @@ -0,0 +1,15 @@ +--- dillo-0.8.5/src/dw_style.c.orig 2005-12-20 13:01:19.000000000 +0000 ++++ dillo-0.8.5/src/dw_style.c 2005-12-20 13:03:34.000000000 +0000 +@@ -330,6 +330,12 @@ + } + + if (font->font == NULL) { ++ /* Try another platform-font that should be available. (fam83) */ ++ font->font = ++ gdk_font_load ++ ("-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1"); ++ } ++ if (font->font == NULL) { + /* Can't load any suitable font! */ + g_warning ("Can't load any ISO8859-1 font!?! :("); + font->font = diff --git a/packages/dillo/dillo_0.8.6.bb b/packages/dillo/dillo_0.8.6.bb new file mode 100644 index 0000000000..be4a59b034 --- /dev/null +++ b/packages/dillo/dillo_0.8.6.bb @@ -0,0 +1,31 @@ +SECTION = "x11/network" +DESCRIPTION = "Lightweight gtk+ browser." +LICENSE = "GPL" +DEPENDS = "gtk+-1.2 libpng" +SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.bz2 \ + file://font.patch;patch=1 \ + file://dillo.desktop \ + file://dillo.png" + + +MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" +PRIORITY = "optional" + +RCONFLICTS = "dillo2" + +S = "${WORKDIR}/dillo-${PV}/" + +inherit autotools pkgconfig + +FILES_${PN} += " /usr/lib/dillo/ /usr/bin/dpid /usr/bin/dpidc " + +export PNG_CONFIG = "${STAGING_BINDIR}/libpng-config" + +EXTRA_OECONF = "--disable-dlgui" + +do_install_append() { + install -d ${D}${datadir}/applications + install -d ${D}${datadir}/pixmaps + install -m 0644 ${WORKDIR}/dillo.desktop ${D}${datadir}/applications/dillo.desktop + install -m 0644 ${WORKDIR}/dillo.png ${D}${datadir}/pixmaps/dillo.png +} diff --git a/packages/links/links-x11_2.1pre22.bb b/packages/links/links-x11_2.1pre22.bb new file mode 100644 index 0000000000..f763df7f60 --- /dev/null +++ b/packages/links/links-x11_2.1pre22.bb @@ -0,0 +1,21 @@ +LICENSE = "GPL" +SECTION = "console/network" +DEPENDS = "jpeg libpng flex openssl zlib libx11" +DESCRIPTION = "Links is graphics and text mode WWW \ +browser, similar to Lynx." +RCONFLICTS = "links" + +MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" + +SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \ + file://ac-prog-cxx.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ + --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ + --without-libtiff --without-svgalib --without-fb \ + --without-directfb --without-pmshell --without-atheos \ + --with-x --without-gpm --without-sdl" + +S = "${WORKDIR}/links-${PV}" diff --git a/packages/links/links_2.1pre22.bb b/packages/links/links_2.1pre22.bb new file mode 100644 index 0000000000..e0a991e148 --- /dev/null +++ b/packages/links/links_2.1pre22.bb @@ -0,0 +1,19 @@ +LICENSE = "GPL" +SECTION = "console/network" +DEPENDS = "jpeg libpng gpm flex openssl zlib" +DESCRIPTION = "Links is graphics and text mode WWW \ +browser, similar to Lynx." +RCONFLICTS="links-x11" + +MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" + +SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \ + file://ac-prog-cxx.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ + --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ + --without-libtiff --without-svgalib --with-fb \ + --without-directfb --without-pmshell --without-atheos \ + --without-x --without-sdl" |