[jabref] 308/459: Add patch 09_looks2.5.patch to build against libjgoodies-looks-java >= 2.5.0.
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:40:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository jabref.
commit 535e86761d858c97af01d01526ad4124555f7e41
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Feb 10 21:09:12 2012 +0100
Add patch 09_looks2.5.patch to build against libjgoodies-looks-java >= 2.5.0.
---
debian/patches/09_looks2.5.patch | 24 ++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 25 insertions(+)
diff --git a/debian/patches/09_looks2.5.patch b/debian/patches/09_looks2.5.patch
new file mode 100644
index 0000000..c1c320b
--- /dev/null
+++ b/debian/patches/09_looks2.5.patch
@@ -0,0 +1,24 @@
+Description: LookUtils.IS_LAF_WINDOWS_XP_ENABLED was removed in JGoodies Looks 2.5.0
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-02-10
+
+--- a/src/java/com/jgoodies/uif_lite/panel/SimpleInternalFrame.java
++++ b/src/java/com/jgoodies/uif_lite/panel/SimpleInternalFrame.java
+@@ -370,8 +370,6 @@
+ UIManager.getColor("SimpleInternalFrame.activeTitleBackground");
+ if (c != null)
+ return c;
+- if (LookUtils.IS_LAF_WINDOWS_XP_ENABLED)
+- c = UIManager.getColor("InternalFrame.activeTitleGradient");
+ return c != null
+ ? c
+ : UIManager.getColor("InternalFrame.activeTitleBackground");
+@@ -472,4 +470,4 @@
+ }
+ }
+
+-}
+\ No newline at end of file
++}
diff --git a/debian/patches/series b/debian/patches/series
index 7da9af0..6e8547f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
06_BibtexEntry.patch
07_pdfbox1.5.patch
08_doubleextensions.patch
+09_looks2.5.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list