Adding a bunch of apps from diablo and garage
[oespirit1] / sapwood_3.1.1.bb
index 1250e1b..6c2048b 100644 (file)
@@ -5,7 +5,7 @@ DESCRIPTION = "Sapwood: pixbuf based theming for gtk+ 2.x"
 HOMEPAGE = "http://maemo.org"
 LICENSE = "GNU Lesser General Public License-version 2.0"
 SECTION = "x11/base"
-DEPENDS = "gtk+2.0 upstart"
+DEPENDS = "gtk+ upstart"
 
 PR = "r2"
 
@@ -26,7 +26,9 @@ do_stage(){
 
 
 do_install_append () {
-       install -d ${D}${sysconfdir}/osso-af-init
-       install -m755 ${S}/debian/sapwood-server.sh  ${D}${sysconfdir}/osso-af-init/sapwood-server.sh
+       install -d ${D}${sysconfdir}/osso-af-init ${D}${sysconfdir}/X11/replace/Xsession.d/
+       install -m 755 ${S}/debian/sapwood-server.sh  ${D}${sysconfdir}/osso-af-init/sapwood-server.sh
+    install -m 755 ${S}/debian/gtk2-engines-sapwood.xsession ${D}${sysconfdir}/X11/replace/Xsession.d/gtk2-engines-sapwood
+
 }