summarylogtreecommitdiffstats
path: root/jxplorer.patch
diff options
context:
space:
mode:
authorAndrew O'Neill2018-07-04 15:57:21 -0400
committerAndrew O'Neill2018-07-04 15:57:21 -0400
commit84fbde9507173d3a6b544ee51b04b662cb74a0f5 (patch)
tree4dde3603aa26b012911a9b46660d5a9bd230fd6a /jxplorer.patch
parentb472afcda15091ece0e94d98e51a96f8177a2230 (diff)
downloadaur-jxplorer.tar.gz
Build from source
Diffstat (limited to 'jxplorer.patch')
-rw-r--r--jxplorer.patch70
1 files changed, 70 insertions, 0 deletions
diff --git a/jxplorer.patch b/jxplorer.patch
new file mode 100644
index 000000000000..49b41789144c
--- /dev/null
+++ b/jxplorer.patch
@@ -0,0 +1,70 @@
+diff -rupN jxplorer-3.3.1.2/build.xml jxplorer-3.3.1.2b/build.xml
+--- jxplorer-3.3.1.2/build.xml 2016-06-06 01:27:20.000000000 -0400
++++ jxplorer-3.3.1.2b/build.xml 2018-07-04 14:19:14.472640282 -0400
+@@ -275,9 +275,6 @@ sftp> ls
+ <copy todir="${dist}/jxplorer/src" overwrite="true">
+ <fileset dir="src" excludes="com/pegacat/jxworkbench/**/*.java"/>
+ </copy>
+- <copy todir="${dist}/jxplorer/JXplorer LDAP Browser.app" overwrite="true">
+- <fileset dir="JXplorer LDAP Browser.app"/>
+- </copy>
+
+ <fixcrlf srcdir="${dist}"
+ eol="unix"
+@@ -294,10 +291,6 @@ sftp> ls
+ <chmod dir="${dist}" perm="755"
+ includes="**/*.sh"/>
+
+- <chmod file="${dist}/jxplorer/JXplorer LDAP Browser.app/Contents/PkgInfo" perm="755"/>
+-
+- <chmod file="${dist}/jxplorer/JXplorer LDAP Browser.app/Contents/MacOS/JXplorer LDAP Browser" perm="755"/>
+-
+ </target>
+
+ <target name="dist_jxworkbench"
+@@ -391,45 +384,9 @@ sftp> ls
+ <exec executable="${builder}">
+ <arg value="build"/>
+ <arg value="${installer_project_file}"/>
+- <arg value="windows"/>
+- </exec>
+-
+- <exec executable="${builder}">
+- <arg value="build"/>
+- <arg value="${installer_project_file}"/>
+ <arg value="linux"/>
+ </exec>
+
+- <exec executable="${builder}">
+- <arg value="build"/>
+- <arg value="${installer_project_file}"/>
+- <arg value="freebsd"/>
+- </exec>
+-
+- <exec executable="${builder}">
+- <arg value="build"/>
+- <arg value="${installer_project_file}"/>
+- <arg value="solaris-intel"/>
+- </exec>
+-
+- <exec executable="${builder}">
+- <arg value="build"/>
+- <arg value="${installer_project_file}"/>
+- <arg value="solaris-sparc"/>
+- </exec>
+-
+- <exec executable="${builder}">
+- <arg value="build"/>
+- <arg value="${installer_project_file}"/>
+- <arg value="aix"/>
+- </exec>
+-
+- <exec executable="${builder}">
+- <arg value="build"/>
+- <arg value="${installer_project_file}"/>
+- <arg value="hpux"/>
+- </exec>
+-
+ <!--exec executable="${builder}">
+ <arg value="build"/>
+ <arg value="${installer_project_file}"/>