neuros public: update nwm, mainmenu and lib-widgets, add skeleton for photoalbum...
authorKoen Kooi <koen@openembedded.org>
Mon, 4 Aug 2008 11:54:01 +0000 (11:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 4 Aug 2008 11:54:01 +0000 (11:54 +0000)
packages/neuros-public/neuros-app-photoalbum_git.bb [new file with mode: 0644]
packages/neuros-public/neuros-app-vplayer_git.bb [new file with mode: 0644]
packages/neuros-public/neuros-lib-gui_git.bb [new file with mode: 0644]
packages/neuros-public/neuros-lib-widgets_git.bb
packages/neuros-public/neuros-nwm_git.bb
packages/neuros-public/neuros-qt-plugins_git.bb

diff --git a/packages/neuros-public/neuros-app-photoalbum_git.bb b/packages/neuros-public/neuros-app-photoalbum_git.bb
new file mode 100644 (file)
index 0000000..3bbf248
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "Neuros photoalbum app"
+LICENSE = "GPL"
+
+PV = "0.0+${PR}+gitr${SRCREV}"
+PR = "r0"
+
+DEPENDS = "qt-embedded"
+
+inherit qtopia4core
+
+SRCREV = "2e08d843f04a98738e66507f70fe3f503c263bff"
+SRC_URI = "git://git.neurostechnology.com/git/app-photoalbum;protocol=git"
+S = "${WORKDIR}/git/"
+
+do_install() {
+       install -d ${D}/${bindir}
+       install -m 0755  ${S}/build/photoalbum ${D}/${bindir}
+}
+
+
diff --git a/packages/neuros-public/neuros-app-vplayer_git.bb b/packages/neuros-public/neuros-app-vplayer_git.bb
new file mode 100644 (file)
index 0000000..67f62b3
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "Neuros videoplayer app"
+LICENSE = "GPL"
+
+PV = "0.0+${PR}+gitr${SRCREV}"
+PR = "r0"
+
+DEPENDS = "qt-embedded"
+
+inherit qtopia4core
+
+SRCREV = "8f8347f0baf46b9c4fa89afc743c726c651ed4a1"
+SRC_URI = "git://git.neurostechnology.com/git/app-vplayer;protocol=git"
+S = "${WORKDIR}/git/"
+
+do_install() {
+       install -d ${D}/${bindir}
+       install -m 0755  ${S}/build/vplayer ${D}/${bindir}
+}
+
+
diff --git a/packages/neuros-public/neuros-lib-gui_git.bb b/packages/neuros-public/neuros-lib-gui_git.bb
new file mode 100644 (file)
index 0000000..02c770f
--- /dev/null
@@ -0,0 +1,23 @@
+DESCRIPTION = "Neuros lib-gui"
+LICENSE = "GPL"
+
+PV = "0.0+${PR}+gitr${SRCREV}"
+PR = "r0"
+
+DEPENDS = "qt-embedded"
+
+inherit qtopia4core
+
+SRCREV = "bac10d263a4bb9e01db16d7dd356de315a3ffed7"
+SRC_URI = "git://git.neurostechnology.com/git/lib-gui;protocol=git"
+S = "${WORKDIR}/git/"
+
+do_install() {
+       install -d ${D}/${libdir}/
+       install -m 0755 ${S}/build/lib* ${D}/${libdir}
+}
+
+do_stage() {
+       install -d ${STAGING_LIBDIR}
+       install -m 0755 ${S}/build/lib* ${STAGING_LIBDIR}       
+}
index 45dde3c..2dbe457 100644 (file)
@@ -2,13 +2,13 @@ DESCRIPTION = "Neuros qt-plugins"
 LICENSE = "GPL"
 
 PV = "0.0+${PR}+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "qt-embedded"
 
 inherit qtopia4core
 
-SRCREV = "9988829eab1428f03f5f5dba8866b2f4da267d67"
+SRCREV = "af9e7b73d0313046587cddaec5f879c78ce05d1a"
 SRC_URI = "git://git.neurostechnology.com/git/lib-widgets;protocol=git"
 S = "${WORKDIR}/git/"
 
index 6dbbd4c..0f0dcf8 100644 (file)
@@ -2,13 +2,13 @@ DESCRIPTION = "Neuros window manager"
 LICENSE = "GPL"
 
 PV = "0.0+${PR}+gitr${SRCREV}"
-PR = "r2"
+PR = "r4"
 
 DEPENDS = "qt-embedded"
 
 inherit qtopia4core
 
-SRCREV = "d0b6789dde38d321d3c90c04512a4ea43e28e79e"
+SRCREV = "e6c30ba6e5be217ca4bf7e98e00f87bb7241872c"
 SRC_URI = "git://git.neurostechnology.com/git/app-nwm;protocol=git"
 S = "${WORKDIR}/git/"
 
@@ -19,4 +19,8 @@ do_configure_prepend() {
 do_install() {
     install -d ${D}/${bindir}
     install -m 0755  ${S}/build/nwm ${D}/${bindir}
+       install -d ${D}/${libdir}
+       ln -sf ${datadir}/fonts ${D}/${libdir}/fonts
 }
+
+FILES_${PN} += "${libdir}/fonts"
index 62a9d43..57f9c9a 100644 (file)
@@ -2,13 +2,13 @@ DESCRIPTION = "Neuros qt-plugins"
 LICENSE = "GPL"
 
 PV = "0.0+${PR}+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 DEPENDS = "qt-embedded"
 
 inherit qtopia4core
 
-SRCREV = "6787bd510524155d783e1bce323fc5a14cf9ebd2"
+SRCREV = "d344957a0731d31cbe5ef5e1f64defbb1627d162"
 SRC_URI = "git://git.neurostechnology.com/git/qt-plugins;protocol=git"
 S = "${WORKDIR}/git/osdir"