File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
- NODE_VERSION="0.10"
12
12
- NODE_VERSION="0.11"
13
13
- NODE_WEBKIT="0.8.6"
14
+ - NODE_WEBKIT="0.10.0-rc1"
14
15
global :
15
16
- secure : QhuP5E/kYL1j1KDkHGJtk6DSJr1RH4DR/JrC62Viuf5Du8jE+i0kPWfF2MxtuEmKo35orhpu8t8mzKygWfuO63WPuuIE9qd/+V/y99Lqcj0tEN6wJ5RnywktbTJWg23zphjhmYq3Xj8DLVEikCZBwHtlbygkO9Q60cn1PK+bnPg=
16
17
- secure : HxCS2dQAWI0KmCFnFNNZoucG4FeAW+itG7+Hp0dNtwmxZzGOZYFO2bZcGvTAMNfVN++oqLxTebYQI1oB5yUl5mPJjrjthaGS6Zq3S6rfJcXiv+icYgEXlR6ejQ97dsHw1Jeg8nedCQlI4kHfvG6pgBLhq9hnugxH1Cjhdt14E9U=
Original file line number Diff line number Diff line change 36
36
"url" : " git://github.com/mapbox/node-sqlite3.git"
37
37
},
38
38
"dependencies" : {
39
- "node-pre-gyp" : " 0.5.13" ,
40
39
"nan" : " 1.1.2" ,
41
- "node-pre-gyp" : " 0.5.18 " ,
40
+ "node-pre-gyp" : " 0.5.19 " ,
42
41
"set-immediate" : " 0.1.1"
43
42
},
44
43
"bundledDependencies" : [
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ rm -rf ${NW_DOWNLOAD}
61
61
node-pre-gyp rebuild --runtime=node-webkit --target=$NODE_WEBKIT
62
62
# on Linux 32 bit: install 32 bit stuff necessary for node-webkit 32 bit
63
63
sudo apt-get -y install libx11-6:i386
64
+ sudo apt-get -y install libxtst6:i386
65
+ sudo apt-get -y install libcap2:i386
64
66
sudo apt-get -y install libglib2.0-0:i386
65
67
sudo apt-get -y install libgtk2.0-0:i386
66
68
sudo apt-get -y install libatk1.0-0:i386
You can’t perform that action at this time.
0 commit comments