DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
SECTION = "console/network"
PRIORITY = "optional"
-DEPENDS = "gettext-native"
+DEPENDS = ""
LICENSE = "GPL"
SRC_URI = "https://cvs.cvshome.org/files/documents/19/170/cvs-${PV}.tar.bz2 \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools gettext gettext
EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"
DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
SECTION = "console/network"
PRIORITY = "optional"
-DEPENDS = "gettext-native"
+DEPENDS = ""
LICENSE = "GPL"
SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools gettext gettext
EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"
PRIORITY = "optional"
PR = "r3"
-DEPENDS = "gettext-native"
+DEPENDS = ""
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
file://ln.patch;patch=1 \
file://ldflags.patch;patch=1"
S = "${WORKDIR}/e2fsprogs-1.35"
-inherit autotools
+inherit autotools gettext gettext
EXTRA_OECONF = "--enable-dynamic-e2fsck"
DESCRIPTION = "multi-protocol instant messaging client"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ gettext-native"
+DEPENDS = "gtk+"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2"
PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge"
EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated"
-inherit autotools
+inherit autotools gettext gettext
DESCRIPTION = "multi-protocol instant messaging client"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ gettext-native"
+DEPENDS = "gtk+"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2"
PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge"
EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated"
-inherit autotools
+inherit autotools gettext gettext
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
PR = "r1"
-DEPENDS = "gtk+ gettext-native"
+DEPENDS = "gtk+"
RRECOMMENDS_${PN} = "gaim-protocol-irc gaim-protocol-jabber"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2"
${libdir}/bonobo/servers"
FILES_${PN}-dev += "${libdir}/gaim/*.la"
-inherit autotools
+inherit autotools gettext gettext
python populate_packages_prepend () {
root = oe.data.expand('${libdir}/gaim', d)
SECTION = "libs"
DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "libpng jpeg zlib gettext-native"
+DEPENDS = "libpng jpeg zlib"
SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
S = "${WORKDIR}/gd-${PV}"
-inherit autotools
+inherit autotools gettext gettext
EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
--with-png=${STAGING_LIBDIR}/.. \
SECTION = "libs"
DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "libpng jpeg zlib gettext-native"
+DEPENDS = "libpng jpeg zlib"
SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
S = "${WORKDIR}/gd-${PV}"
-inherit autotools
+inherit autotools gettext gettext
EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
--with-png=${STAGING_LIBDIR}/.. \
+PR = "r2"
+
+DESCRIPTION = "GTK PPP dialing tool"
+DEPENDS = "virtual/libc gconf gtk+ libglade gettext"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+SECTION = "gpe"
+PRIORITY = "optional"
+
+SRC_URI = "http://www.kernelconcepts.de/~fuchs/gkdial-${PV}.tar.gz \
+ file://header.patch;patch=1 \
+ file://gkdial.desktop \
+ file://gkdial.png"
+
+inherit autotools pkgconfig gettext gettext
+
+do_install_append () {
+ mkdir -p ${D}${datadir}/pixmaps
+ install -m 0644 ${WORKDIR}/gkdial.png ${D}${datadir}/pixmaps/gkdial.png
+ mkdir -p ${D}${datadir}/applications
+ install -m 0644 ${WORKDIR}/gkdial.desktop ${D}${datadir}/applications/gkdial.desktop
+}
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
PR = "r1"
DESCRIPTION = "GTK PPP dialing tool"
+PR = "r0"
+DESCRIPTION = "GLib 1.2 is a deprecated libray to \
+provide support for old glib 1.2 based applications"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = ""
+
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glib-1.2-${PV}"
+
+EXTRA_OECONF = "--disable-debug"
+
+SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v1.2/glib-${PV}.tar.gz \
+ file://glibconfig-sysdefs.h \
+ file://depcomp \
+ file://glib-reconf-fix;patch=1 \
+ file://posix-conf-changes;patch=1 \
+ file://gcc-3.4-pretty_function;patch=1"
+
+
+S = "${WORKDIR}/glib-${PV}"
+
+inherit autotools pkgconfig native gettext
+
+acpaths = ""
+do_configure_prepend () {
+ install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h .
+ install -m 0644 ${WORKDIR}/depcomp .
+ rm -f ltconfig acinclude.m4 libtool ltmain.sh
+}
+
+
+do_stage () {
+ oe_libinstall -so libglib ${STAGING_LIBDIR}
+ oe_libinstall -so -C gmodule libgmodule-1.2 ${STAGING_LIBDIR}
+ oe_libinstall -so -C gthread libgthread-1.2 ${STAGING_LIBDIR}
+ autotools_stage_includes
+ install -d ${STAGING_INCDIR}/glib-1.2
+ install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-1.2/glibconfig.h
+ install -d ${STAGING_DATADIR}/aclocal
+ install -m 0644 ${S}/glib.m4 ${STAGING_DATADIR}/aclocal/glib-1.2.m4
+}
+
+do_install () {
+ :
+}
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gettext-native"
+DEPENDS = ""
EXTRA_OECONF = "--disable-debug"
S = "${WORKDIR}/glib-${PV}"
-inherit autotools pkgconfig native
+inherit autotools pkgconfig native gettext gettext
acpaths = ""
do_configure_prepend () {
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gettext-native gtk-doc-native"
+DEPENDS = "gtk-doc-native"
EXTRA_OECONF = "--disable-debug"
S = "${WORKDIR}/glib-${PV}"
-inherit autotools pkgconfig native
+inherit autotools pkgconfig native gettext
acpaths = ""
do_configure_prepend () {
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0-native"
-DEPENDS += "virtual/libiconv virtual/libintl gettext-native"
+DEPENDS += "virtual/libiconv virtual/libintl"
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-${PV}.tar.bz2 \
file://automake-lossage.patch;patch=1 \
S = "${WORKDIR}/glib-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
acpaths = ""
do_configure_prepend () {
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0-native"
-DEPENDS += "virtual/libiconv virtual/libintl gettext-native"
+DEPENDS += "virtual/libiconv virtual/libintl"
PACKAGES =+ "glib-2.0-utils "
LEAD_SONAME = "libglib-2.0.*"
S = "${WORKDIR}/glib-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
acpaths = ""
do_configure_prepend () {
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0-native"
-DEPENDS += "virtual/libiconv virtual/libintl gettext-native"
+DEPENDS += "virtual/libiconv virtual/libintl"
PACKAGES =+ "glib-2.0-utils "
LEAD_SONAME = "libglib-2.0.*"
S = "${WORKDIR}/glib-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
acpaths = ""
do_configure_prepend () {
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0-native"
-DEPENDS += "virtual/libiconv virtual/libintl gettext-native"
+DEPENDS += "virtual/libiconv virtual/libintl"
PACKAGES =+ "glib-2.0-utils "
LEAD_SONAME = "libglib-2.0.*"
S = "${WORKDIR}/glib-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
acpaths = ""
do_configure_prepend () {
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS += "glib-2.0-native gtk-doc"
-DEPENDS += "virtual/libiconv virtual/libintl gettext-native"
+DEPENDS += "virtual/libiconv virtual/libintl"
PACKAGES =+ "glib-2.0-utils "
LEAD_SONAME = "libglib-2.0.*"
S = "${WORKDIR}/glib-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
acpaths = ""
do_configure_prepend () {
DESCRIPTION = "GNOME configuration database system"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \
file://backends.patch;patch=1"
-DEPENDS = "orbit2 glib-2.0 gettext-native libxml2"
+DEPENDS = "orbit2 glib-2.0 libxml2"
ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2"
FILES_${PN} += " ${libdir}/GConf/*"
EXTRA_OECONF = "--disable-gtk-doc"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h"
SECTION = "x11/utils"
PR = "r2"
-inherit gnome
+inherit gnome gettext gettext
DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
libgnomeprint libgnomeprintui gnome-common"
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native libxml2 popt"
+DEPENDS = "glib-2.0 libxml2 popt"
SECTION = "x11/network"
PRIORITY = "optional"
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native libxml2 popt"
+DEPENDS = "glib-2.0 libxml2 popt"
SECTION = "x11/network"
PRIORITY = "optional"
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native libxml2 popt"
+DEPENDS = "glib-2.0 libxml2 popt"
SECTION = "x11/network"
PRIORITY = "optional"
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native libxml2 popt"
+DEPENDS = "glib-2.0 libxml2 popt"
SECTION = "x11/network"
PRIORITY = "optional"
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
blending, node editing, SVG to PNG export, and more. Its goal is for features \
similar to Illustrator, CorelDraw, Visio, etc."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "gettext-native intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt"
+DEPENDS = "intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt"
SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
S = "${WORKDIR}/inkscape-${PV}"
-inherit autotools
+inherit autotools gettext gettext
blending, node editing, SVG to PNG export, and more. Its goal is for features \
similar to Illustrator, CorelDraw, Visio, etc."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "gettext-native intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt"
+DEPENDS = "intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt"
SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
S = "${WORKDIR}/inkscape-${PV}"
-inherit autotools
+inherit autotools gettext gettext
DESCRIPTION = "libetpan is a library for communicating with mail and news servers using \
SMTP, POP, IMAP and NNTP"
SECTION = "libs"
-DEPENDS = "gettext-native openssl"
+DEPENDS = "openssl"
PV = "0.33"
PR = "r1"
S = "${WORKDIR}/libetpan"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/libetpan;tag=${TAG};module=libetpan"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db"
PRIORITY = "optional"
MAINTAINER = "That Crazy fool emte <emte@labotomy.net>"
# FIXME: Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8
-DEPENDS = "gettext-native"
+DEPENDS = ""
PR = "r1"
PROVIDES = ""
S = "${WORKDIR}/libiconv-${PV}"
-inherit autotools native
+inherit autotools native gettext
do_stage () {
oe_libinstall -so -C lib libiconv ${STAGING_LIBDIR}
SECTION = "console/network"
PRIORITY = "standard"
DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer"
-DEPENDS = "gettext-native"
+DEPENDS = ""
PR = "r2"
SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \
file://makefile.patch;patch=1 \
file://gettext.patch;patch=1"
-inherit autotools
+inherit autotools gettext gettext
do_install() {
install -d ${D}/${bindir}/
SECTION = "console/network"
-DEPENDS = "ncurses gettext-native"
+DEPENDS = "ncurses"
SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
file://configure.patch;patch=1"
-inherit autotools
+inherit autotools gettext gettext
do_install() {
for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done
SECTION = "base"
PRIORITY = "required"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "ncurses gettext-native"
+DEPENDS = "ncurses"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \
file://gettext.patch;patch=1"
S = "${WORKDIR}/psmisc-${PV}"
-inherit autotools
+inherit autotools gettext
ALLOW_EMPTY = "1"
DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
SECTION = "console/network"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "gettext-native"
+DEPENDS = ""
PR = "r1"
SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
file://autotools.patch;patch=1"
S = "${WORKDIR}/wget-${PV}"
-inherit autotools
+inherit autotools gettext
do_configure () {
if [ ! -e acinclude.m4 ]; then