Packaging and GTK3 improvements:
+Fixes and minor features:
diff --git a/data/misc/net.zoite.Zoitechat.desktop.in.in b/data/misc/net.zoite.Zoitechat.desktop.in.in index 26efc8f6..ecbb1678 100644 --- a/data/misc/net.zoite.Zoitechat.desktop.in.in +++ b/data/misc/net.zoite.Zoitechat.desktop.in.in @@ -9,7 +9,7 @@ Terminal=false Type=Application Categories=GTK;Network;IRCClient; StartupNotify=true -StartupWMClass=Zoitechat +StartupWMClass=net.zoite.Zoitechat X-GNOME-UsesNotifications=true MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;application/x-zoitechat-theme;application/x-hexchat-theme; Actions=SafeMode; diff --git a/debian/changelog b/debian/changelog index f20cafb0..6faf5f95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +zoitechat (2.18.0~pre1-1) unstable; urgency=medium + + * New upstream pre-release 2.18.0~pre1. + * Debian packaging updates in this branch: + - switch package builds to GTK 3 and pass -Dgtk3=true to Meson. + - add/install split-package manifests for generated binary packages. + - include manpage and MIME package XML in package installs. + - adjust CI artifact staging/upload paths for actions/upload-artifact@v4. + + -- ZoiteChat Maintainers