apply further xlibs rename patch from Glenn McGrath
authorPhil Blundell <philb@gnu.org>
Sat, 19 Jun 2004 12:12:30 +0000 (12:12 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 19 Jun 2004 12:12:30 +0000 (12:12 +0000)
BKrev: 40d42dae_vTGL8UzyNmhy-rt1MiA8Q

26 files changed:
gkrellm/gkrellm_2.2.1.oe
libmatchbox/libmatchbox_1.1.oe
libmatchbox/libmatchbox_1.2.oe
libsm/libsm_cvs.oe [moved from sm/sm_cvs.oe with 100% similarity]
libxcursor/libxcursor_cvs.oe [moved from xcursor/xcursor_cvs.oe with 100% similarity]
libxfixes/libxfixes_cvs.oe [moved from xfixes/xfixes_cvs.oe with 100% similarity]
libxft/libxft_cvs.oe [moved from xft/xft_cvs.oe with 100% similarity]
libxrandr/libxrandr_1.0.2.oe
libxrandr/libxrandr_cvs.oe
matchbox-wm/matchbox-wm_0.8.1.oe
matchbox-wm/matchbox-wm_0.8.2.oe
matchbox-wm/matchbox-wm_0.8.oe
pango/pango_1.2.5.oe
pango/pango_1.4.0.oe
qt/qt-x11-free_3.3.1.oe
rosetta/rosetta_cvs.oe
rxvt-unicode/rxvt-unicode_2.2.oe
rxvt/rxvt_2.7.9.oe
xawtv/xawtv_3.93.oe
xcomposite/xcomposite_cvs.oe
xdamage/xdamage_cvs.oe
xkbd/xkbd_0.8.12.oe
xt/xt_cvs.oe
xtscal/xtscal_0.4.oe
xtscal/xtscal_0.5.1.oe
xtscal/xtscal_0.5.oe

index e69de29..f83cb9d 100644 (file)
@@ -0,0 +1,25 @@
+DESCRIPTION = "GKrellM is a GTK-based stacked monitor program."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "gtk+ glib-2.0 libsm ice"
+
+SRC_URI = "http://web.wt.net/~billw/gkrellm/gkrellm-${PV}.tar.bz2"
+S = "${WORKDIR}/gkrellm-${PV}"
+
+inherit pkgconfig
+
+EXTRA_OEMAKE = "'glib12=0'"
+export LINK_FLAGS = "${LDFLAGS}"
+export SMC_LIBS = "-lSM -lICE"
+export STRIP = ""
+
+do_install () {
+       oe_runmake 'INSTALLDIR=${D}/${bindir}' \
+                  'SINSTALLDIR=${D}/${bindir}' \
+                  'MANDIR=${D}/${mandir}/man1' \
+                  'SMANDIR=${D}/${mandir}/man1' \
+                  'INCLUDEDIR=${D}/${includedir}' \
+                  'PKGCONFIGDIR=${D}/${libdir}/pkgconfig' \
+                  'LOCALEDIR=${D}/${datadir}/locale' \
+                  install
+}
index 975c5a1..e0ed8d9 100644 (file)
@@ -1,9 +1,8 @@
 DESCRIPTION = "Matchbox window manager core library"
 LICENSE = "GPL"
-DEPENDS = "x11 xext xft pango jpeg libpng zlib"
+DEPENDS = "x11 xext libxft pango jpeg libpng zlib"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/libmatchbox/${PV}/libmatchbox-${PV}.tar.bz2"
-S = "${WORKDIR}/libmatchbox-${PV}"
 
 inherit autotools  pkgconfig
 
index 9472917..64cd3b9 100644 (file)
@@ -1,7 +1,7 @@
 PR = "r1"
 DESCRIPTION = "Matchbox window manager core library"
 LICENSE = "GPL"
-DEPENDS = "x11 xext xft pango jpeg libpng zlib libxsettings-client"
+DEPENDS = "x11 xext libxft pango jpeg libpng zlib libxsettings-client"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/libmatchbox/${PV}/libmatchbox-${PV}.tar.bz2"
 S = "${WORKDIR}/libmatchbox-${PV}"
similarity index 100%
rename from sm/sm_cvs.oe
rename to libsm/libsm_cvs.oe
similarity index 100%
rename from xft/xft_cvs.oe
rename to libxft/libxft_cvs.oe
index e69de29..2bd8756 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "libs"
+DEPENDS = "randrext x11 libxrender xext"
+DESCRIPTION = "X Resize and Rotate extension library."
+
+SRC_URI = "${XLIBS_MIRROR}/libXrandr-${PV}.tar.bz2"
+S = "${WORKDIR}/libXrandr-${PV}"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index fafd95c..a603ad4 100644 (file)
@@ -1,6 +1,6 @@
 PV = "0.0cvs${CVSDATE}"
 SECTION = "libs"
-DEPENDS = "randr x11 render xrender xext"
+DEPENDS = "randrext x11 libxrender xext"
 DESCRIPTION = "X Resize and Rotate extension library."
 
 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr"
index ebcfd5a..69722b9 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
-DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage libxrender startup-notification expat gconf"
+DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat gconf"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2 \
           file://m4.patch;patch=1"
index 0d21590..b71cd28 100644 (file)
@@ -1,7 +1,7 @@
 PR = "r1"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
-DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage libxrender startup-notification expat gconf"
+DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat gconf"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2 \
        file://net-showing-desktop.patch;patch=1"
index c1f6a31..414d6a9 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
-DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage libxrender gconf"
+DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender gconf"
 RDEPENDS = "libmatchbox"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/${PV}/matchbox-window-manager-${PV}.tar.bz2 \
index f6733ea..58e2be0 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS = "glib-2.0 fontconfig freetype zlib x11 xft xt"
+DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt"
 DESCRIPTION = "The goal of the Pango project is to provide an \
 Open Source framework for the layout and rendering of \
 internationalized text."
index b2643d7..a4ee82b 100644 (file)
@@ -1,5 +1,5 @@
 # Xt needed to keep autoconf's check for X11 happy
-DEPENDS = "glib-2.0 fontconfig freetype zlib x11 xft xt"
+DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt"
 DESCRIPTION = "The goal of the Pango project is to provide an \
 Open Source framework for the layout and rendering of \
 internationalized text."
index f92de2a..19413e5 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Qt is a versatile class library for graphical applications." 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.1.tar.bz2"
-DEPENDS = "moc-native x11 xft libpng zlib jpeg sm xinerama xcursor"
+DEPENDS = "moc-native x11 libxft libpng zlib jpeg libsm xinerama libxcursor"
 
 do_configure () {
        echo "yes" | ./configure -prefix ${prefix} -ipv6 -system-zlib -system-libpng -system-libjpeg
index 0147072..9449a58 100644 (file)
@@ -1,5 +1,5 @@
 PV = "0.0cvs${CVSDATE}"
-DEPENDS = "gtk+ libgpewidget x11 libxrandr xft xinerama xtst xext xau"
+DEPENDS = "gtk+ libgpewidget x11 libxrandr libxft xinerama xtst xext xau"
 DESCRIPTION = "Multistroke / full word handwriting recognition for X"
 
 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=rosetta \
index d267659..889fd7a 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS = "x11 xft"
+DEPENDS = "x11 libxft"
 DESCRIPTION = "rxvt-unicode is a clone of the well known \
 terminal emulator rxvt, modified to store text in Unicode \
 (either UCS-2 or UCS-4) and to use locale-correct input and \
index 80df3ed..2860607 100644 (file)
@@ -1,5 +1,5 @@
 PR = "r1"
-DEPENDS = "x11 xft"
+DEPENDS = "x11 libxft"
 DESCRIPTION = "Well known terminal emulator"
 
 SRC_URI = "pserver://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/rxvt \
index 8e537cb..dca1631 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "XawTV is a simple Xaw-based TV program which uses the bttw \
 driver or video4linux.  It also contains various command-line utilities for \
 grabbing images and AVI movies, tuning in TV stations, etc."
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "xaw xmu xt xpm xext x11 ncurses xft fs jpeg"
+DEPENDS = "xaw xmu xt xpm xext x11 ncurses libxft fs jpeg"
 
 SRC_URI = "http://dl.bytesex.org/releases/xawtv/xawtv-${PV}.tar.gz \
           file://make.patch;patch=1"
index e69de29..9f648c2 100644 (file)
@@ -0,0 +1,17 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+DEPENDS = "x11 compositeext xextensions libxfixes"
+DESCRIPTION = "X Composite extension library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite"
+S = "${WORKDIR}/Xcomposite"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index e69de29..fc64c57 100644 (file)
@@ -0,0 +1,18 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+DEPENDS = "x11 damageext libxfixes xproto"
+DESCRIPTION = "X Damage extension library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \
+          file://m4.patch;patch=1"
+S = "${WORKDIR}/Xdamage"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index e46724a..9c375c5 100644 (file)
@@ -4,6 +4,6 @@ SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}.tar.gz \
 
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "x11"
-DEPENDS = "xpm xtst xft"
+DEPENDS = "xpm xtst libxft"
 
 inherit autotools
index e69de29..60f711c 100644 (file)
@@ -0,0 +1,15 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "x11 libsm"
+DESCRIPTION = "X Toolkit Intrinsics"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xt"
+S = "${WORKDIR}/Xt"
+
+inherit autotools pkgconfig 
+
+do_stage () {
+       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}
index 99e521d..3852a66 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Touchscreen calibration utility"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 
-DEPENDS = "x11 xft libxrandr"
+DEPENDS = "x11 libxft libxrandr"
 
 SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2"
 
index e69de29..21d6eeb 100644 (file)
@@ -0,0 +1,8 @@
+DESCRIPTION = "Touchscreen calibration utility"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+
+DEPENDS = "x11 libxft libxrandr xcalibrate"
+
+SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2"
+
+inherit autotools
index e69de29..21d6eeb 100644 (file)
@@ -0,0 +1,8 @@
+DESCRIPTION = "Touchscreen calibration utility"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+
+DEPENDS = "x11 libxft libxrandr xcalibrate"
+
+SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2"
+
+inherit autotools