pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xournalpp xournalpp: update to 1.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82de32bc615a
branches:  trunk
changeset: 390966:82de32bc615a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 01 22:52:37 2023 +0000

description:
xournalpp: update to 1.1.3.

## 1.1.3

* Fixed a crash that occurs when trying to add/edit/test LaTeX if LaTeX is not found (#4334, #4345)
* Fixed a crash that could occur when quitting when using a touchscreen device (#4343, #4373)
* Fixed a bug that closed text fields immediately after creating them with a secondary mouse or stylus button (#3983, #4309)
* Added a setting in the preferences to disable Gtk inertial scrolling, avoiding weird scrolling on some devices (#4013, #4420)
* Linux: added an Ubuntu 22.04 release build (#4411)

## 1.1.2

Bugfixes from various community contributors.

* Fixed application window being dragged unintentionally when dragging from
  toolbox or menu bars (#3901, #3907).
* Fixed CLI export failures caused by not using the C locale (#3939, #3944).
* Fixed a bug where the Default Tool does not update the tool icon (#3918,
  #3947).
* Fixed a bug where currently editing text boxes would not unfocus when moving
  to a different page (#3765, #4027).
* Fixed stylus/mouse inputs being detected twice for some tools (#4162).
* Fixed a crash that occurs when a plugin calls `app.getDocumentStructure()`
  (#4192, #4196).
* Fixed a memory leak that occurs when using the Stroke Recognizer (#4258).
* Fixed a crash that occurs on some Linux distros when opening a save dialog
  after using the text tool (#4279, #4280).
* Fixed a potential crash in toolbar customization (#4293).
* Fixed a crash that can occur when "Apply Background to All Pages" is undoed
  and then another action is performed (#4139, #4297).
* Fixed PDF Attach Mode settings not loading correctly (#3189, #4228).
* Improved performance of Text Tool rendering by eliminating unnecessary redraws
  (#3810, #4000, #4074, #4135, #4136).
* Improved LaTeX Tool error message when running inside Flatpak by providing
  steps on how to install the TeXLive extension (#3996, #4259).
* Windows: fixed a crash in the installer (#4041, #4062).
* macOS: changed the way the Xournal++ is launched to avoid some potential
  issues (#4087, #4090, #4287).
* Linux: fixed linker errors associated with backtrace library (#3817, #3819).

diffstat:

 editors/xournalpp/Makefile |  5 ++---
 editors/xournalpp/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 9ac1809436dd -r 82de32bc615a editors/xournalpp/Makefile
--- a/editors/xournalpp/Makefile        Sun Jan 01 22:12:13 2023 +0000
+++ b/editors/xournalpp/Makefile        Sun Jan 01 22:52:37 2023 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2022/11/23 16:19:58 adam Exp $
+# $NetBSD: Makefile,v 1.45 2023/01/01 22:52:37 wiz Exp $
 
-DISTNAME=      xournalpp-1.1.1
-PKGREVISION=   8
+DISTNAME=      xournalpp-1.1.3
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=xournalpp/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 9ac1809436dd -r 82de32bc615a editors/xournalpp/distinfo
--- a/editors/xournalpp/distinfo        Sun Jan 01 22:12:13 2023 +0000
+++ b/editors/xournalpp/distinfo        Sun Jan 01 22:52:37 2023 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2022/03/01 09:09:55 wiz Exp $
+$NetBSD: distinfo,v 1.11 2023/01/01 22:52:37 wiz Exp $
 
-BLAKE2s (xournalpp-1.1.1.tar.gz) = 29c2561beab2f8a82c25df660705f3aae82726f75d3c0d8670048cf682c3b07a
-SHA512 (xournalpp-1.1.1.tar.gz) = efba97d26f624e3a1b8164ef6333a0f1d2992d0245414bdb51692d845965f6c37071f687520b43a94f713465796a16cbafd8929fd3bf8e6c3face847df92251d
-Size (xournalpp-1.1.1.tar.gz) = 15093900 bytes
+BLAKE2s (xournalpp-1.1.3.tar.gz) = 7bdcaa8e322557afca7e660dad975b0cbf041853e1d966b491ee5af667a71ec5
+SHA512 (xournalpp-1.1.3.tar.gz) = 7b3f1507a8f7b2b5ebef093e319008d4bc14b961ab528af490d133bc64176b85b14a4002753f5444f8fd96c326e7c6cf5d1bad443ad7ce2ea56e9f465aacae3d
+Size (xournalpp-1.1.3.tar.gz) = 15096883 bytes
 SHA1 (patch-CMakeLists.txt) = 18c8d997593a72b34fa13517a9a3b337cbfd4824
 SHA1 (patch-po_CMakeLists.txt) = 897b4f9507b48be394409deda8170fe7d39f008c
 SHA1 (patch-src_control_settings_Settings.cpp) = d981d5254488f4cfd138cf5413f7ac485b8322fe



Home | Main Index | Thread Index | Old Index