Files
tvbrowser/fix-junit-classpath.patch
Tomáš Chvátal 953863c320 Accepting request 737623 from home:munix9
- update to version 4.2
  - Check if TV-Browser window is below task bar
  - Divider position not remembered for Favorite tab
  - use earliest reminder time for multiple reminders of program
  - Option for alternative info display for program panels based on filter
  - Add update function for TV-Browser JRE
  - Smaller setting design improvements
  - Program table not painted correctly on high resolution screens
  - add option to duplicate filters and filter components
  - Open TV-Browser on last used screen
  - Allow smoother scrolling in lists with programs
  - graphical errors while scrolling plugin installation list with touch pad
  - make TV-Browser Java 11 based
  - Add panning support
  - Add compounded field for origin and production year fields
  - Close in dual start warning not working
  - Picture copyright is not searchable

OBS-URL: https://build.opensuse.org/request/show/737623
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvbrowser?expand=0&rev=44
2019-10-12 07:59:41 +00:00

11 lines
206 B
Diff

--- a/build.xml
+++ b/build.xml
@@ -904,6 +904,7 @@
</src>
<classpath>
<path refid="classpath"/>
+ <path path="/usr/share/java/junit.jar"/>
</classpath>
</javac>