Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Switch to GTK3
· 3b203e11
Jochen Sprickerhof
authored
Dec 29, 2018
Closes: #917577
3b203e11
Bump policy version (no changes)
· 3f893bc4
Jochen Sprickerhof
authored
Dec 29, 2018
3f893bc4
Update changelog for 2.8.2+dfsg-6 release
· 928516ea
Jochen Sprickerhof
authored
Dec 29, 2018
928516ea
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
928516ea
jameica (2.8.2+dfsg-6) unstable; urgency=medium
* Switch to GTK3 (Closes: #917577)
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 29 Dec 2018 13:36:52 +0100
jameica (2.8.2+dfsg-5) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
928516ea
...
...
@@ -19,7 +19,7 @@ Build-Depends:
libpaperclips-java,
velocity
Rules-Requires-Root: no
Standards-Version: 4.
2.1
Standards-Version: 4.
3.0
Vcs-Git: https://salsa.debian.org/java-team/jameica.git
Vcs-Browser: https://salsa.debian.org/java-team/jameica
Homepage: https://www.willuhn.de/products/jameica/
...
...
@@ -52,7 +52,6 @@ Depends:
libnanoxml2-java,
libpaperclips-java,
libswt-cairo-gtk-4-jni,
libswt-gtk2-4-jni,
libswtcalendar-java,
libtxw2-java,
velocity,
...
...
debian/patches/0003-Adopt-jameica-executable.patch
View file @
928516ea
...
...
@@ -2,6 +2,7 @@ From: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri, 25 May 2018 15:26:57 +0200
Subject: Adopt jameica executable
- Remove environment variables (as we switch to GTK3 and so the user can set them)
---
build/jameica | 22 ++++++++++++++++++++++
build/jameica.sh | 21 ---------------------
...
...
@@ -13,7 +14,7 @@ Subject: Adopt jameica executable
diff --git a/build/jameica b/build/jameica
new file mode 100755
index 0000000..
2fa6d05
index 0000000..
ed48d50
--- /dev/null
+++ b/build/jameica
@@ -0,0 +1,22 @@
...
...
@@ -38,7 +39,7 @@ index 0000000..2fa6d05
+fi
+
+cd /usr/share/jameica
+
LIBOVERLAY_SCROLLBAR=0 GDK_NATIVE_WINDOWS=1 SWT_GTK3=0
exec java -Djava.net.preferIPv4Stack=true -Xmx512m -Xss64m $_JCONSOLE -jar /usr/share/java/jameica.jar $@
+exec java -Djava.net.preferIPv4Stack=true -Xmx512m -Xss64m $_JCONSOLE -jar /usr/share/java/jameica.jar $@
diff --git a/build/jameica.sh b/build/jameica.sh
deleted file mode 100755
index 18cbcf8..0000000
...
...