[lwjgl] 14/35: Refresh systemjinput.patch
Markus Koschany
apo at moszumanska.debian.org
Sat Apr 9 20:38:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository lwjgl.
commit 9f48996f3fac4c4ab446ce9ea2b2660e306e42d3
Author: Markus Koschany <apo at debian.org>
Date: Sat Apr 9 19:19:36 2016 +0200
Refresh systemjinput.patch
---
debian/patches/series | 1 +
debian/patches/systemjinput.patch | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 2475ad5..f2ef721 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ javadoc.patch
nomacosx.patch
allarchs.patch
ppc64el.patch
+systemjinput.patch
diff --git a/debian/patches/systemjinput.patch b/debian/patches/systemjinput.patch
new file mode 100644
index 0000000..e44ef31
--- /dev/null
+++ b/debian/patches/systemjinput.patch
@@ -0,0 +1,37 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sat, 9 Apr 2016 19:19:25 +0200
+Subject: systemjinput
+
+---
+ build.xml | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/build.xml b/build.xml
+index 2b5105e..c78b2dc 100644
+--- a/build.xml
++++ b/build.xml
+@@ -138,6 +138,7 @@
+ <fileset refid="lwjgl.fileset.dependencies"/>
+ <manifest>
+ <attribute name="Sealed" value="true"/>
++ <attribute name="Class-Path" value="/usr/share/java/jinput.jar"/>
+ </manifest>
+ </jar>
+ </target>
+@@ -150,6 +151,7 @@
+ <fileset refid="lwjgl.fileset.dependencies"/>
+ <manifest>
+ <attribute name="Sealed" value="true"/>
++ <attribute name="Class-Path" value="/usr/share/java/jinput.jar"/>
+ </manifest>
+ </jar>
+
+@@ -662,7 +664,7 @@
+ <os name="Mac OS X" />
+ </condition>
+ <property name="native_path_expanded" location="${native_path}"/>
+- <java classname="${test.mainclass}" classpath="res:${lwjgl.lib}/lwjgl.jar:${lwjgl.lib}/lwjgl_util.jar:${lwjgl.lib}/lwjgl_test.jar:${lwjgl.lib}/jinput.jar" fork="true">
++ <java classname="${test.mainclass}" classpath="res:${lwjgl.lib}/lwjgl.jar:${lwjgl.lib}/lwjgl_util.jar:${lwjgl.lib}/lwjgl_test.jar:/usr/share/java/jinput.jar" fork="true">
+ <sysproperty key="org.lwjgl.util.Debug" value="true"/>
+ <sysproperty key="java.library.path" value="${native_path_expanded}"/>
+ <arg line="${args}"/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lwjgl.git
More information about the pkg-java-commits
mailing list