Skip to content

Commit 10a6581

Browse files
committed
finish incorporating Linux deb support
1 parent 0e93895 commit 10a6581

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

build/build.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
<exec executable="./processing" dir="linux/work" spawn="true"/>
726726
</target>
727727

728-
<target name="linux-dist-tar" depends="linux-build"
728+
<target name="linux-dist" depends="linux-build"
729729
description="Build .tar.gz of linux version">
730730

731731
<!--
@@ -759,7 +759,7 @@
759759
</echo>
760760
</target>
761761

762-
<target name="linux-dist" depends="linux-dist-tar"
762+
<target name="deb" depends="linux-dist"
763763
description="Build .deb of linux version">
764764

765765
<!-- start with a clean debian folder -->
@@ -835,11 +835,11 @@
835835
<delete dir="linux/debian" />
836836

837837
<echo>
838-
=======================================================
839-
Processing for Linux was built. Grab the deb from
838+
========================================================
839+
Processing for Debian Linux was built. Grab the deb from
840840

841841
${linux.deb}
842-
=======================================================
842+
========================================================
843843
</echo>
844844
</target>
845845

todo.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ X https://github.com/processing/processing/issues/51
3030
X https://github.com/processing/processing/pull/2382
3131
X getCaretLocation() bug in syntax.im package
3232
X https://github.com/processing/processing/issues/2934
33+
X finish up debian package support (see the processing.mess folder)
34+
X http://code.google.com/p/processing/issues/detail?id=75
35+
X these bits need to be checked to ensure that they work on other distros
36+
X https://github.com/processing/processing/issues/114
37+
X https://github.com/processing/processing/pull/2972
3338

3439

3540
_ make examples pull/build automatic during dist
@@ -913,9 +918,6 @@ _ sudo apt-get install xvfb
913918
_ Xvfb :2 -screen 0 1024x768x24 &
914919
_ export DISPLAY=localhost:2.0
915920
_ ./<myExportedProcessingApplication>
916-
_ finish up debian package support (see the processing.mess folder)
917-
_ http://code.google.com/p/processing/issues/detail?id=75
918-
_ these bits need to be checked to ensure that they work on other distros
919921
_ not being able to make a link to the processing app
920922
_ argh.. more path and shell issues..
921923
_ splash screen

0 commit comments

Comments
 (0)