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.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/534371886087
branches:  trunk
changeset: 374843:534371886087
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 01 09:09:55 2022 +0000

description:
xournalpp: update to 1.1.1.

## 1.1.1

Bugfixes from various community contributors.

* Added `Minimal Top` and `Minimal Side` default toolbar layouts.
* Added code to use GTK dark theme variant on startup if "Use Dark Theme" is
  enabled in Preferences (#2771).
* Improved Ctrl+Scroll zooming (#3358).
* Improved behavior of stroke recognizer when a stroke is recognized as a line
  (#3279, #3285).
* Changed "Content" tab in sidebar to be hidden instead of disabled if no PDF
  outline is available (#3359).
* Changed panning behavior when an object is selected (#2893, #3776)
  * The panning speed scales linearly up to some maximum multiplier,
    configurable in Preferences under `View > Selection Edge Panning`.
  * This fixes the absurdly fast edge pan speed bug (#2889).
* Changed the application `.svg` icon with minified versions (#3345), fixing a
  bug in the icon transparency in KDE Plasma (#3280).
* Fixed pinch-to-zoom calculation error when using `Drawing Area > Scrolling
  outside the page` vertical/horizontal space options (#3298, #3372).
* Fixed a crash that occurs when using the `gcin` IME with the text tool
  (#3315, #3500, #3511).
* Fixed freezing when annotating PDF files (#3585, #3593, #3761).
* Fixed a crash that occurs when "autoload most recent" is enabled but no recent
  files are available (#3734, #3738).
* Fixed inconsistent rendering of filled highligher strokes (#2904, #3355).
* Fixed a bug where single dot strokes would not use pressure sensitivity
  (#1534, #3344).
* Fixed a bug where the first point in a highlight stroke would incorrectly have
  a pressure value when it should not (#3651, #3652).
* Fixed a bug where snapping would prevent text being created close to each
  other (#3352, #3353).
* Fixed a bug where "PDF background missing" would appear behind a transparent
  image background (#3185, #3350).
* Fixed a bug where toolbar button locations would be off-by-one after
  restarting the program (#2970, #2980).
* Fixed undo/redo of layer renaming also affecting the currently selected layer
  (#3257, #3297).
* Fixed a bug where PDF outlines would be exported incorrectly with some locales
  (#3388, #3551).
* Fixed a bug where the PDF background selection dialog that appears when adding
  a new page would not show the last row of PDF page thumbnails (#3744).
* Fixed a bug where a non-lowercase PDF file extension like `.PDF` would cause
  PDF loading to fail (#3548, #3590).
* Fixed a bug where `.xopp` files with dots before the `.xopp` file extension
  would be saved with the wrong file name (#3330, #3333).
* Fixed an issue where backups created during save (e.g., `~*.xopp` files) are
  not deleted (#1498, #3399, #3445).
* Fixed various memory leaks and related bugs (#3392, #3420).
* Fixed the MigrateFontSizes plugin not loading correctly when both GTK 3 and
  GTK 4 are installed (#3428).
* Fixed issues with version number information on some platforms (#2820, #3492).
* Linux: Fixed a bug where tools would be activated on hover when
  TabletPCButtonEnabled is set (#3724, #3658, #3701).
* MacOS: updated the application so that it runs on MacOS Monterey (#3759).
* Windows: Fixed a bug that caused some input methods for non-English text
  (e.g., Chinese, Korean, etc.) to not work (#1997, #3402).
* Windows: Fixed several bugs causing fonts to load incorrectly, including when
  the application is opened outside of the installation `bin` folder or when
  other languages are used (#3207, #3371, #3474, #3534, #3477, #3426).
* Windows: Fixed an issue where a console window would briefly flash when
  starting the application (#2704).
* Updated translations.
* Other non-user-visible internal refactoring, minor bug fixes, and potential
  performance improvements.

diffstat:

 editors/xournalpp/Makefile |  12 ++++++++----
 editors/xournalpp/PLIST    |   8 +++++---
 editors/xournalpp/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 11 deletions(-)

diffs (83 lines):

diff -r 06616459cbaf -r 534371886087 editors/xournalpp/Makefile
--- a/editors/xournalpp/Makefile        Tue Mar 01 09:07:38 2022 +0000
+++ b/editors/xournalpp/Makefile        Tue Mar 01 09:09:55 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2021/12/08 16:04:13 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/03/01 09:09:55 wiz Exp $
 
-DISTNAME=      xournalpp-1.1.0
-PKGREVISION=   4
+DISTNAME=      xournalpp-1.1.1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=xournalpp/}
-GITHUB_PROJECT=        xournalpp
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/xournalpp/xournalpp
@@ -28,6 +27,11 @@
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-standalone-[0-9]*:../../print/tex-standalone
 
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/share/man/man1/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 || ${TRUE}
+
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../audio/portaudio/buildlink3.mk"
diff -r 06616459cbaf -r 534371886087 editors/xournalpp/PLIST
--- a/editors/xournalpp/PLIST   Tue Mar 01 09:07:38 2022 +0000
+++ b/editors/xournalpp/PLIST   Tue Mar 01 09:09:55 2022 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2021/07/22 12:10:46 yhardy Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/03/01 09:09:55 wiz Exp $
 bin/xournalpp
 bin/xournalpp-thumbnailer
+man/man1/xournalpp-thumbnailer.1
+man/man1/xournalpp.1
 share/applications/com.github.xournalpp.xournalpp.desktop
 share/icons/hicolor/scalable/apps/com.github.xournalpp.xournalpp.svg
 share/icons/hicolor/scalable/mimetypes/application-x-xojpp.svg
@@ -8,6 +10,7 @@
 share/icons/hicolor/scalable/mimetypes/application-x-xopt.svg
 share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xopp.svg
 share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xopt.svg
+share/locale/af_ZA/LC_MESSAGES/xournalpp.mo
 share/locale/ar/LC_MESSAGES/xournalpp.mo
 share/locale/ca/LC_MESSAGES/xournalpp.mo
 share/locale/cs/LC_MESSAGES/xournalpp.mo
@@ -33,6 +36,7 @@
 share/locale/pt_PT/LC_MESSAGES/xournalpp.mo
 share/locale/ro/LC_MESSAGES/xournalpp.mo
 share/locale/ru/LC_MESSAGES/xournalpp.mo
+share/locale/si_LK/LC_MESSAGES/xournalpp.mo
 share/locale/sv/LC_MESSAGES/xournalpp.mo
 share/locale/th/LC_MESSAGES/xournalpp.mo
 share/locale/tr/LC_MESSAGES/xournalpp.mo
@@ -40,8 +44,6 @@
 share/locale/zh/LC_MESSAGES/xournalpp.mo
 share/locale/zh_HK/LC_MESSAGES/xournalpp.mo
 share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
-share/man/man1/xournalpp-thumbnailer.1.gz
-share/man/man1/xournalpp.1.gz
 share/metainfo/com.github.xournalpp.xournalpp.appdata.xml
 share/mime/packages/com.github.xournalpp.xournalpp.xml
 share/mimelnk/application/x-xojpp.desktop
diff -r 06616459cbaf -r 534371886087 editors/xournalpp/distinfo
--- a/editors/xournalpp/distinfo        Tue Mar 01 09:07:38 2022 +0000
+++ b/editors/xournalpp/distinfo        Tue Mar 01 09:09:55 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:21:44 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/03/01 09:09:55 wiz Exp $
 
-BLAKE2s (xournalpp-1.1.0.tar.gz) = 51919bf6f39843d41b9f49217db264fd2b81bff701db2157a18b17f401c234fb
-SHA512 (xournalpp-1.1.0.tar.gz) = 823d2561caa45bd7deb994bd71df0df35b6f279e04c4e8bb5d3f05f2fff2a68af8ea572f42095a9f28da5b2fdbe6b9b465aeca758d36ab29a24c62ea68c99c56
-Size (xournalpp-1.1.0.tar.gz) = 15037204 bytes
+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
 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