Skip to content

Commit

Permalink
Fixed xPUD build, to get working GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshas committed Dec 6, 2010
1 parent 1242d08 commit e4965f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion package/recipe/ubuntu-plate-tableware.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ plate-core-tableware

[package]
gnome-terminal
libwebkit-1.0-2
#libwebkit-1.0-2
libxcb-icccm1
libxcb-property1

[action]
# download libwebkit and install deb
if [ ! -e skeleton/archive/libwebkit_r72896-1_i386.deb ]; then wget http://xpud.org/download/packages/libwebkit_r72896-1_i386.deb -P skeleton/archive/; dpkg -i skeleton/archive/libwebkit_r72896-1_i386.deb; fi;

[binary]
/usr/bin/gnome-terminal
Expand All @@ -19,6 +21,10 @@ libxcb-property1
/usr/lib/gconv/gconv-modules
/usr/lib/gconv/UTF-16.so

/usr/local/lib/libwebkitgtk-1.0.so
/usr/local/lib/libwebkitgtk-1.0.so.0
/usr/local/lib/libwebkitgtk-1.0.so.0.4.0

[config]
/etc/termcap
/root/.gconf
Expand Down
3 changes: 2 additions & 1 deletion skeleton/overwrite/init
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/lib"
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export HOME=/root

/bin/hostname -F /etc/hostname
Expand Down

0 comments on commit e4965f5

Please sign in to comment.