diff options
Diffstat (limited to 'meta-openmoko/packages/openmoko2/openmoko-session2.bb')
-rw-r--r-- | meta-openmoko/packages/openmoko2/openmoko-session2.bb | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/meta-openmoko/packages/openmoko2/openmoko-session2.bb b/meta-openmoko/packages/openmoko2/openmoko-session2.bb index 38a560461d..046f59b3d9 100644 --- a/meta-openmoko/packages/openmoko2/openmoko-session2.bb +++ b/meta-openmoko/packages/openmoko2/openmoko-session2.bb | |||
@@ -1,16 +1,15 @@ | |||
1 | DESCRIPTION = "Custom MB session files for poky" | 1 | DESCRIPTION = "Custom MB session files for OpenMoko" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" | 4 | RDEPENDS = "matchbox-common matchbox-applet-startup-monitor matchbox-panel-2" |
5 | RCONFLICTS = "matchbox-common matchbox-sato" | 5 | RDEPENDS += "openmoko-common2 openmoko-today2 openmoko-dialer2" |
6 | PR = "r19" | 6 | RCONFLICTS = "openmoko-session" |
7 | PR = "r29" | ||
7 | 8 | ||
8 | SRC_URI = "file://etc file://matchbox-session" | 9 | SRC_URI = "file://etc" |
9 | S = ${WORKDIR} | 10 | S = ${WORKDIR} |
10 | 11 | ||
11 | do_install() { | 12 | do_install() { |
12 | install -d ${D}/${bindir} | ||
13 | install -m 0755 ${S}/matchbox-session ${D}/${bindir} | ||
14 | cp -R ${S}/etc ${D}/etc | 13 | cp -R ${S}/etc ${D}/etc |
15 | rm -fR ${D}/etc/.svn | 14 | rm -fR ${D}/etc/.svn |
16 | rm -fR ${D}/etc/matchbox/.svn | 15 | rm -fR ${D}/etc/matchbox/.svn |
@@ -27,4 +26,8 @@ gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --dire | |||
27 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme openmoko-standard | 26 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme openmoko-standard |
28 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 5" | 27 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 5" |
29 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type int --set /desktop/poky/peripherals/mouse/drag_threshold 8 | 28 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type int --set /desktop/poky/peripherals/mouse/drag_threshold 8 |
29 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type int --set /desktop/openmoko/neod/power_management 2 | ||
30 | |||
30 | } | 31 | } |
32 | |||
33 | PACKAGE_ARCH = "all" | ||