finish incorporating Linux deb support

This commit is contained in:
Ben Fry
2014-11-19 17:07:44 -05:00
parent b4daf1f02b
commit c93f4ef41b
2 changed files with 10 additions and 8 deletions

View File

@@ -725,7 +725,7 @@
<exec executable="./processing" dir="linux/work" spawn="true"/>
</target>
<target name="linux-dist-tar" depends="linux-build"
<target name="linux-dist" depends="linux-build"
description="Build .tar.gz of linux version">
<!--
@@ -759,7 +759,7 @@
</echo>
</target>
<target name="linux-dist" depends="linux-dist-tar"
<target name="deb" depends="linux-dist"
description="Build .deb of linux version">
<!-- start with a clean debian folder -->
@@ -835,11 +835,11 @@
<delete dir="linux/debian" />
<echo>
=======================================================
Processing for Linux was built. Grab the deb from
========================================================
Processing for Debian Linux was built. Grab the deb from
${linux.deb}
=======================================================
========================================================
</echo>
</target>

View File

@@ -30,6 +30,11 @@ X https://github.com/processing/processing/issues/51
X https://github.com/processing/processing/pull/2382
X getCaretLocation() bug in syntax.im package
X https://github.com/processing/processing/issues/2934
X finish up debian package support (see the processing.mess folder)
X http://code.google.com/p/processing/issues/detail?id=75
X these bits need to be checked to ensure that they work on other distros
X https://github.com/processing/processing/issues/114
X https://github.com/processing/processing/pull/2972
_ make examples pull/build automatic during dist
@@ -913,9 +918,6 @@ _ sudo apt-get install xvfb
_ Xvfb :2 -screen 0 1024x768x24 &
_ export DISPLAY=localhost:2.0
_ ./<myExportedProcessingApplication>
_ finish up debian package support (see the processing.mess folder)
_ http://code.google.com/p/processing/issues/detail?id=75
_ these bits need to be checked to ensure that they work on other distros
_ not being able to make a link to the processing app
_ argh.. more path and shell issues..
_ splash screen