From 68db6eb60ed994a18abc65704cf8c8c7bcc18f9f Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Thu, 30 Dec 2004 21:40:07 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2004/12/30 21:33:36+00:00 nexus.co.uk!pb add xauth to meta-gpe so that X forwarding over ssh works 2004/12/30 21:25:27+00:00 nexus.co.uk!pb apply patch from Bob Davies to correct serial port device naming in gpe-conf 2004/12/30 21:16:44+00:00 nexus.co.uk!pb Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into stealth.nexus.co.uk:/home/pb/oe/oe 2004/12/30 21:16:21+00:00 nexus.co.uk!pb add xdemineur to gpe-games task package 2004/12/30 21:55:32+01:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2004/12/30 20:53:08+00:00 nexus.co.uk!pb add patch for "wifi monitor always appears on far left" bug 2004/12/30 21:52:59+01:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2004/12/30 21:52:40+01:00 dyndns.org!reenoo gpe-filemanager: add missing RRECOMMENDS on gnome-vfs-plugin-file. Thanks to Jelle Kalf for spotting this. 2004/12/30 20:47:26+00:00 nexus.co.uk!pb update gpe-appmgr to 2.6 2004/12/30 20:42:17+00:00 nexus.co.uk!pb Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into stealth.nexus.co.uk:/home/pb/oe/oe 2004/12/30 20:41:53+00:00 nexus.co.uk!pb apply libxfont patch to fix crash when no core fonts are installed BKrev: 41d475b7RK7vCbYGeNALrUvhepK0QQ --- packages/xfont/files/scalable.patch | 0 packages/xfont/xfont_1.4.2.bb | 20 ++++++++++++++++++++ packages/xfont/xfont_cvs.bb | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 packages/xfont/files/scalable.patch (limited to 'packages/xfont') diff --git a/packages/xfont/files/scalable.patch b/packages/xfont/files/scalable.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/xfont/xfont_1.4.2.bb b/packages/xfont/xfont_1.4.2.bb index e69de29bb2..a709e86092 100644 --- a/packages/xfont/xfont_1.4.2.bb +++ b/packages/xfont/xfont_1.4.2.bb @@ -0,0 +1,20 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert " +DEPENDS = "xproto xtrans zlib" +DESCRIPTION = "X font library (used by the X server)." +PR = "r1" + +SRC_URI = "${XLIBS_MIRROR}/libXfont-${PV}.tar.bz2 \ + file://scalable.patch;patch=1" +S = "${WORKDIR}/libXfont-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/packages/xfont/xfont_cvs.bb b/packages/xfont/xfont_cvs.bb index e69de29bb2..0ee323a2b3 100644 --- a/packages/xfont/xfont_cvs.bb +++ b/packages/xfont/xfont_cvs.bb @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert " +DEPENDS = "xproto xtrans zlib" +DESCRIPTION = "X font library (used by the X server)." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont \ + file://scalable.patch;patch=1" +S = "${WORKDIR}/Xfont" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} -- cgit v1.2.3