diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-23 16:03:33 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-23 16:03:33 +0000 |
commit | 57ea7b39904149aefe3dc6475a9d9f2ad87b4290 (patch) | |
tree | c924eea89239eebce5ff561fb623e4d81a9e49d5 | |
parent | cf9d9599cc6dfceaf06faa3b3a40c7430f63b4f3 (diff) | |
download | poky-57ea7b39904149aefe3dc6475a9d9f2ad87b4290.tar.gz |
- Use gtk 2.6.7 as opposed to 2.8.3
- Use dbus 0.50 as opposed to 0.36
- Use svn versions of matchbox apps
- Update matchbox svn packages
- Add matchbox-common svn package
- Build gtk tools with gconf
git-svn-id: https://svn.o-hand.com/repos/poky@33 311d38ba-8fff-0310-9ca6-ca027cbcb966
7 files changed, 34 insertions, 16 deletions
diff --git a/openembedded/conf/distro/poky-additions.inc b/openembedded/conf/distro/poky-additions.inc index c72d959d0c..0fc2f5072f 100644 --- a/openembedded/conf/distro/poky-additions.inc +++ b/openembedded/conf/distro/poky-additions.inc | |||
@@ -9,18 +9,18 @@ DISTRO_TYPE = "debug" | |||
9 | 9 | ||
10 | #PREFERRED_PROVIDER_gconf=gconf-dbus | 10 | #PREFERRED_PROVIDER_gconf=gconf-dbus |
11 | 11 | ||
12 | PREFERRED_VERSION_libmatchbox = "1.7" | 12 | PREFERRED_VERSION_libmatchbox = "1.7cvs${CVSDATE}" |
13 | PREFERRED_VERSION_matchbox = "0.9.1" | 13 | PREFERRED_VERSION_matchbox = "0.9.1" |
14 | PREFERRED_VERSION_matchbox-common = "0.9.1" | 14 | PREFERRED_VERSION_matchbox-common = "0.9.1cvs${CVSDATE}" |
15 | PREFERRED_VERSION_matchbox-desktop = "0.9.1" | 15 | PREFERRED_VERSION_matchbox-desktop = "0.9.1cvs${CVSDATE}" |
16 | PREFERRED_VERSION_matchbox-wm = "svn" | 16 | PREFERRED_VERSION_matchbox-wm = "0.9.5cvs${CVSDATE}" |
17 | PREFERRED_VERSION_matchbox-panel = "0.9.2" | 17 | PREFERRED_VERSION_matchbox-panel = "0.9.2cvs${CVSDATE}" |
18 | PREFERRED_VERSION_matchbox-applet-inputmanager = "0.6" | 18 | PREFERRED_VERSION_matchbox-applet-inputmanager = "0.6" |
19 | 19 | ||
20 | PREFERRED_VERSION_atk = "1.10.0" | 20 | PREFERRED_VERSION_atk = "1.10.0" |
21 | PREFERRED_VERSION_cairo = "1.0.0" | 21 | PREFERRED_VERSION_cairo = "1.0.0" |
22 | PREFERRED_VERSION_glib-2.0 = "2.8.1" | 22 | PREFERRED_VERSION_glib-2.0 = "2.8.1" |
23 | PREFERRED_VERSION_gtk+ = "2.8.3" | 23 | PREFERRED_VERSION_gtk+ = "2.6.7" |
24 | PREFERRED_VERSION_pango = "1.10.0" | 24 | PREFERRED_VERSION_pango = "1.10.0" |
25 | 25 | ||
26 | PREFERRED_VERSION_dbus = "0.36" | 26 | PREFERRED_VERSION_dbus = "0.50" |
diff --git a/openembedded/packages/gnome/gconf_2.6.1.bb b/openembedded/packages/gnome/gconf_2.6.1.bb index cacd461a17..b54109580d 100644 --- a/openembedded/packages/gnome/gconf_2.6.1.bb +++ b/openembedded/packages/gnome/gconf_2.6.1.bb | |||
@@ -3,14 +3,15 @@ SECTION = "x11/gnome" | |||
3 | DESCRIPTION = "GNOME configuration database system" | 3 | DESCRIPTION = "GNOME configuration database system" |
4 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ | 4 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ |
5 | file://backends.patch;patch=1" | 5 | file://backends.patch;patch=1" |
6 | DEPENDS = "orbit2 glib-2.0 libxml2" | 6 | DEPENDS = "orbit2 glib-2.0 libxml2 gtk+" |
7 | ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" | 7 | ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" |
8 | 8 | ||
9 | FILES_${PN} += " ${libdir}/GConf/*" | 9 | FILES_${PN} += " ${libdir}/GConf/*" |
10 | PR = "r1" | ||
10 | 11 | ||
11 | S = "${WORKDIR}/GConf-${PV}" | 12 | S = "${WORKDIR}/GConf-${PV}" |
12 | 13 | ||
13 | EXTRA_OECONF = "--disable-gtk-doc" | 14 | EXTRA_OECONF = "--disable-gtk-doc --enable-gtk" |
14 | 15 | ||
15 | inherit autotools pkgconfig gettext | 16 | inherit autotools pkgconfig gettext |
16 | 17 | ||
diff --git a/openembedded/packages/libmatchbox/libmatchbox_svn.bb b/openembedded/packages/libmatchbox/libmatchbox_svn.bb index dbd4edc860..6b8704e4d9 100644 --- a/openembedded/packages/libmatchbox/libmatchbox_svn.bb +++ b/openembedded/packages/libmatchbox/libmatchbox_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include libmatchbox.inc | 1 | include libmatchbox.inc |
2 | 2 | ||
3 | PV = "1.6cvs${CVSDATE}" | 3 | PV = "1.7cvs${CVSDATE}" |
4 | DEFAULT_PREFERENCE = "-1" | 4 | DEFAULT_PREFERENCE = "-1" |
5 | 5 | ||
6 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\ | 6 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\ |
diff --git a/openembedded/packages/matchbox-common/matchbox-common_svn.bb b/openembedded/packages/matchbox-common/matchbox-common_svn.bb new file mode 100644 index 0000000000..de1e20b87a --- /dev/null +++ b/openembedded/packages/matchbox-common/matchbox-common_svn.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SECTION = "x11/wm" | ||
2 | DESCRIPTION = "Matchbox window manager common files" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "libmatchbox" | ||
5 | PV = "0.9.1cvs${CVSDATE}" | ||
6 | S = "${WORKDIR}/matchbox-common" | ||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | EXTRA_OECONF = "--enable-pda-folders" | ||
14 | |||
15 | FILES_${PN} = "${bindir} \ | ||
16 | ${datadir}/matchbox/vfolders \ | ||
17 | ${datadir}/pixmaps" | ||
diff --git a/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb b/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb index 9634c4960c..ca193d42c1 100644 --- a/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb +++ b/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox Window Manager Desktop" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "libmatchbox startup-notification" | 3 | DEPENDS = "libmatchbox startup-notification" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | PV = "0.9cvs${CVSDATE}" | 5 | PV = "0.9.1cvs${CVSDATE}" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
diff --git a/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb index 9d18c90aae..c109084806 100644 --- a/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb +++ b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox Window Manager Panel" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" | 3 | DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | PV = "0.9cvs${CVSDATE}" | 5 | PV = "0.9.2cvs${CVSDATE}" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
diff --git a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb index d747243740..5ac11d212d 100644 --- a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common" | 4 | DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" |
5 | RDEPENDS = "matchbox-common" | 5 | RDEPENDS = "matchbox-common" |
6 | PV = "0.9.5+cvs-${CVSDATE}" | 6 | PV = "0.9.5cvs${CVSDATE}" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | DEFAULT_PREFERENCE = "-1" | 8 | DEFAULT_PREFERENCE = "-1" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
@@ -26,7 +26,7 @@ FILES_${PN} = "${bindir} \ | |||
26 | ${datadir}/themes/Default/matchbox \ | 26 | ${datadir}/themes/Default/matchbox \ |
27 | ${datadir}/themes/MBOpus/matchbox" | 27 | ${datadir}/themes/MBOpus/matchbox" |
28 | 28 | ||
29 | EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm" | 29 | EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm --enable-expat" |
30 | 30 | ||
31 | do_install_prepend() { | 31 | do_install_prepend() { |
32 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig | 32 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |