File: default_dependency_on_org_eclipse_swt.patch

package info (click to toggle)
libmiglayout-java 11.4.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,084 kB
  • sloc: java: 16,673; xml: 1,109; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 837 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Updating Maven dependencies concerning libswt-gtk-4-java
 The module swt did not find the dependency libswt-gtk-4-java for the
 architectures arm64 and ppc64el. We add a default dependency, outside of the
 profiles, so that they meet their dependency.
Author: Pierre Gruet <pgtdebian@free.fr>
Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976546
Forwarded: not-needed
Last-Update: 2020-12-22

--- a/swt/pom.xml
+++ b/swt/pom.xml
@@ -16,6 +16,11 @@
             <groupId>${project.groupId}</groupId>
             <artifactId>miglayout-core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.swt</groupId>
+            <artifactId>org.eclipse.swt</artifactId>
+            <version>debian</version>
+        </dependency>
 	</dependencies>
 
     <profiles>