pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xournalpp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  9 20:24:45 UTC 2023

Modified Files:
        pkgsrc/editors/xournalpp: Makefile distinfo

Log Message:
xournalpp: update to 1.2.1.

## 1.2.1

Bugfixes from various community contributors.

* Added a default toolbar, so that the app does not start without toolbar on
  new installations (#4997, #5011, #5015).
* Added exception handling to color palettes loading to prevent a possible
  crash (#4994, #5016).
* Added an age filter on crash logs reported at startup. Now only crash logs
  no older than one week will be considered relevant (#5022).
* Fixed opening crash logs and opening the directory containing the crash logs.
  This affected the Windows build and (only for directories) the flatpak and
  snap packages on Linux (#4976).
* Changed the link address when sending a bugreport about a recent crash log
  such that the appropriate template from the xournalpp/xournalpp repository
  is used (#5032, #4910, #5084).
* Added a missing double arrow preference to the button configuration dialog,
  therewith also fixing selections below "Draw Arrow" (#4989).
* Fixed occuring negative pressure values that previously resulted in a crash
  due to a failing assertion (#5025, #5028).
* Added options to the command line and preferences to disable the audio system
  used for audio recording (#3905, #3531, #5020, #5068).
* The official release builds are now built in "RelWithDeb" mode as intended
  before. In particular they will not crash on failing asserts any more (#5042).
* Linux: The official release builds are now compiled with the gtksourceview
  styling for the LaTeX tool (#4996).
* Updated the package description with the new features from v1.2.0 (#5056).


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/xournalpp/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/xournalpp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/xournalpp/Makefile
diff -u pkgsrc/editors/xournalpp/Makefile:1.54 pkgsrc/editors/xournalpp/Makefile:1.55
--- pkgsrc/editors/xournalpp/Makefile:1.54      Sun Aug  6 11:59:42 2023
+++ pkgsrc/editors/xournalpp/Makefile   Sat Sep  9 20:24:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2023/08/06 11:59:42 yhardy Exp $
+# $NetBSD: Makefile,v 1.55 2023/09/09 20:24:45 wiz Exp $
 
-DISTNAME=      xournalpp-1.2.0
+DISTNAME=      xournalpp-1.2.1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=xournalpp/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/xournalpp/distinfo
diff -u pkgsrc/editors/xournalpp/distinfo:1.12 pkgsrc/editors/xournalpp/distinfo:1.13
--- pkgsrc/editors/xournalpp/distinfo:1.12      Sun Aug  6 11:59:42 2023
+++ pkgsrc/editors/xournalpp/distinfo   Sat Sep  9 20:24:45 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2023/08/06 11:59:42 yhardy Exp $
+$NetBSD: distinfo,v 1.13 2023/09/09 20:24:45 wiz Exp $
 
-BLAKE2s (xournalpp-1.2.0.tar.gz) = 6dd453466baceb4f94bd1549ac9d9d2ee0ff99ef6d8b2d14f5573c6e90dad696
-SHA512 (xournalpp-1.2.0.tar.gz) = 9b8a1d0cb3502ea81008d00310731b10946608e5d73ddb4c785e30012389d788ccf1958e9e36875937b9c1475f562275a4e301fd641b3e9eb72c10466804d42b
-Size (xournalpp-1.2.0.tar.gz) = 16699028 bytes
+BLAKE2s (xournalpp-1.2.1.tar.gz) = 88c17cc4169abefc9e0c9a63b3b5a63a716d29c7c135735faf11e4dbb5e8099e
+SHA512 (xournalpp-1.2.1.tar.gz) = c5376f6e1b32b9f0ab2e00a4d34436aaef326791fedd173a45c0d3c0b26c450a7876262d634018c6d9a402eaf4dff41afa3137f2b7c8bda0346d64e9eb463640
+Size (xournalpp-1.2.1.tar.gz) = 16702391 bytes
 SHA1 (patch-CMakeLists.txt) = 87ba10a924e3eb092dd9816ff38dea8c0b112b10
 SHA1 (patch-po_CMakeLists.txt) = 897b4f9507b48be394409deda8170fe7d39f008c
 SHA1 (patch-src_core_control_DeviceListHelper.cpp) = 069fae3eb58798406e4fa8dbff0d02aa8e0a27ef



Home | Main Index | Thread Index | Old Index