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: nia
Date: Thu Feb 20 17:09:43 UTC 2020
Modified Files:
pkgsrc/editors/xournalpp: Makefile distinfo
Log Message:
xournalpp: Update to 1.0.17
## 1.0.17
* Fixed arrow tip scaling: now scales with thickness instead of length (#967,
thanks to @redweasel)
* Changed coordinate draw direction (thanks to @redweasel)
* Fixed audio playback failures not showing error messages to the user (#1573)
* Fixed text tool bold shortcut not working when capslock is enabled (#1583,
thanks to @matepak)
* Fixed sidebar preview context menu "Move Page Up" and "Move Page Down" buttons
not being disabled on the first and last page, respectively (#1637)
* Fixed Enter keypress on the "Goto Page" (Ctrl-G) dialog not changing the page
(#975, thanks to @MrMallIronmaker)
* Fixed missing Xournal++ icon errors on most of the dialog windows (#1667)
* (Windows) Fixed missing libssl/libcrypto errors in the official installation
(#1660).
## 1.0.16
* Fixed currently editing textboxes not exporting to PDF.
* Fixed line tool breaking when snap-to-grid is disabled.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/xournalpp/Makefile
cvs rdiff -u -r1.3 -r1.4 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.7 pkgsrc/editors/xournalpp/Makefile:1.8
--- pkgsrc/editors/xournalpp/Makefile:1.7 Sat Jan 18 21:49:18 2020
+++ pkgsrc/editors/xournalpp/Makefile Thu Feb 20 17:09:43 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:49:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/20 17:09:43 nia Exp $
-DISTNAME= xournalpp-1.0.15
-PKGREVISION= 4
+DISTNAME= xournalpp-1.0.17
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=xournalpp/}
GITHUB_PROJECT= xournalpp
@@ -16,6 +15,8 @@ USE_TOOLS+= pkg-config
USE_TOOLS+= msgfmt msgmerge xgettext
USE_LANGUAGES= c c++11
+BUILD_TARGET= translations xournalpp
+
# C++11
GCC_REQD+= 4.7
Index: pkgsrc/editors/xournalpp/distinfo
diff -u pkgsrc/editors/xournalpp/distinfo:1.3 pkgsrc/editors/xournalpp/distinfo:1.4
--- pkgsrc/editors/xournalpp/distinfo:1.3 Sun Nov 10 21:42:15 2019
+++ pkgsrc/editors/xournalpp/distinfo Thu Feb 20 17:09:43 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2019/11/10 21:42:15 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/02/20 17:09:43 nia Exp $
-SHA1 (xournalpp-1.0.15.tar.gz) = 6934c8de1260ca580988c421c55c2a44999a235c
-RMD160 (xournalpp-1.0.15.tar.gz) = 8f53fd4b74507e28e28a4fffa9fe4d8c5f434c45
-SHA512 (xournalpp-1.0.15.tar.gz) = 7a015c1d48e26eed313f994aa293f6d2ab711ac6970568edef4ba10dcf1551c87279daa2b361731ac58ef236e1dd59e0eebf41e4739fba9db954a718450d5b79
-Size (xournalpp-1.0.15.tar.gz) = 14938798 bytes
+SHA1 (xournalpp-1.0.17.tar.gz) = 532461588c146a90f173252621a96d57f799e206
+RMD160 (xournalpp-1.0.17.tar.gz) = 65b18e3ef7a0cf02cc2b313c7b2e619116487434
+SHA512 (xournalpp-1.0.17.tar.gz) = cc3568ce22fd42f0e8458f1428c102d2fc18a9650d8c5968cadd6693fc19374780beb3c7f6206f2f494439296a883b2a5160da37e3a0e10d6fe3654084967ab9
+Size (xournalpp-1.0.17.tar.gz) = 14885382 bytes
SHA1 (patch-CMakeLists.txt) = 3ead1546fe20e7481e93f2976c3e7b98c0a7699f
SHA1 (patch-src_control_tools_StrokeHandler.cpp) = 80df57a9776a9919a95a04bf6c057dc021fc789e
SHA1 (patch-src_util_DeviceListHelper.cpp) = 8f3534c80c79ec49dd9562c3ed4e3ff7c36b2ecb
Home |
Main Index |
Thread Index |
Old Index