File: README.Debian

package info (click to toggle)
libjide-oss-java 3.7.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,264 kB
  • sloc: java: 89,463; xml: 268; makefile: 35
file content (12 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
libjide-oss-java for Debian
===========================

In order to compile libjide-oss-java on Debian systems, it was necessary
to make changes to the official sources. Debian cannot rely on the prebuilt jar
files in the libs directory, namely ui.jar, which is part of Apple's "Look and
Feel".

Therefore the file src/com/jidesoft/plaf/aqua/AquaRangeSliderUI.java was
removed and src/com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.java was patched to
replace com.apple.laf with a standard component instead of a vendor specific
extension.