pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/zim



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  9 16:21:43 UTC 2022

Modified Files:
        pkgsrc/editors/zim: Makefile PLIST distinfo

Log Message:
py-zim: update to 0.74.3.

##  0.74.3 - Tue 07 Dec 2021
* Fix issue with broken links on move page
* Fix bug in copy-paste
* Fix bug on move page for existing textbuffer
* Fix bug with saving of notebook editable state
* Fix for error while loading plugins
* Fix issue with stray unicode character
* Fix issue to allow relative document root
* Fix hack for rendering sourceview blocks
* Add mnemonic keys to open sidepane tabs
* Add links and screenshot to macOS app & update README information
* Improve inline rendering of equations & make image DPI confingurable
* Add box drawing characters to symbols list
* Scroll on moving lines with linesorter plugin
* Move floating table of contents to overlay layer

##  0.74.2 - Mon 11 Oct 2021
* Let Toolbar plugin also remove window decoration
* Fix execution of custom tools from Toolbar
* Add plugin "view" items to Toolbar plugin
* Make drag&drop optional in the pageindex
* Add option to toggle tooltips for index panes
* Fix Zeitgeist plugin to work with Gtk3 branch
* Improve dialog feedback for invalid input
* Fix error on cancel insert dialog
* Let exceptions not block search
* Make page parser robust for empty files

##  0.74.1 - Thu 23 Sep 2021
* Add preference to hide edit bar
* Add separate parameter for wrapped lines linespacing
* Fix behavior of copying images on copy-paste
* Fix export of anchors to make valid HTML tags
* Fix storing of uistate for window panes
* Fix issues for "file:/path" file URIs
* Fix bug in "copy link"
* Make clipboard handling robust for non-local file URI
* Fix issue with escaping in find input
* Fix behavior of TrashDialog on error
* Remove string literal formatting syntax

##  0.74.0 - Tue 14 Sep 2021
* Support link "anchors" to allow linking within page
* Add new-style headerbar as window decoration
* Add auto-hiding headerbar in full screen mode
* Add confirmation dialog when trashing pages
* Replace toolbar by a plugin, introduce "Edit Bar" in pageview
* Remove statusbar
* Make single page window editable
* Keep undostack for the last 10 pages
* Copy equations on copy-paste
* Copy image attachments on copy-paste
* Update relative links on copy-paste formatted text
* Fix copy-pasting links to another notebook
* Add Bullet Journal "back arrow" checkbox
* Add default browser to preferences
* Add option to paste short relative link names
* Add support for "INCLUDE file" in templates
* Add `<Ctrl><Shift>C` for copying the current line
* Show plugins that failed to load in the plugin list
* Add auto-expand and -collapse options to tags plugin
* Add option for horizontal scrollbar to pageindex & tags plugins
* Add "open backlink in new window" in backlinks plugin
* Add count and full path options for backlinks plugin
* Add rename and delete menu entries in attachmentbrowser
* Improve language selection for sourceview plugin
* Add border width preference to sourceview plugin
* Add dark mode preference to equation editor
* Add Toolbar plugin, including "classic" mode
* Add Command Palette plugin
* Also match URL in wiki text for local network
* Improve read performance for large text attachments
* Fix issue with unicode mismatch in link and page names
* Make indexer robust against false folder mtime
* Make windows installer robust against overwriting data
* Try to use GtkSourceView 4.x if 3.x not found
* Fix numbered lists with letters in Markdown export
* Use Pillow fallback to load WebP images
* Make appending to page undo-able
* Highlight "Toggle Editable" button when read-only
* Add extensions on PageWindow by splitting NotebookView and PageView
* Show link destination for keyboard navigation
* Exclude formatting when copying headings


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/zim/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/zim/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/zim/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/zim/Makefile
diff -u pkgsrc/editors/zim/Makefile:1.47 pkgsrc/editors/zim/Makefile:1.48
--- pkgsrc/editors/zim/Makefile:1.47    Wed Dec  8 16:04:13 2021
+++ pkgsrc/editors/zim/Makefile Sun Jan  9 16:21:43 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2021/12/08 16:04:13 adam Exp $
+# $NetBSD: Makefile,v 1.48 2022/01/09 16:21:43 wiz Exp $
 
-DISTNAME=      zim-0.73.5
+DISTNAME=      zim-0.74.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  http://zim-wiki.org/downloads/
 
@@ -37,7 +36,7 @@ SUBST_FILES.man-path+=                setup.py
 SUBST_SED.man-path=            -e s,share/man/man1,${PKGMANDIR}/man1,
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/editors/zim/PLIST
diff -u pkgsrc/editors/zim/PLIST:1.9 pkgsrc/editors/zim/PLIST:1.10
--- pkgsrc/editors/zim/PLIST:1.9        Mon Feb  8 10:55:56 2021
+++ pkgsrc/editors/zim/PLIST    Sun Jan  9 16:21:43 2022
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2021/02/08 10:55:56 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/01/09 16:21:43 wiz Exp $
 bin/zim
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/zim/__init__.py
 ${PYSITELIB}/zim/__init__.pyc
 ${PYSITELIB}/zim/__init__.pyo
@@ -112,9 +115,15 @@ ${PYSITELIB}/zim/gui/navigation.pyo
 ${PYSITELIB}/zim/gui/notebookdialog.py
 ${PYSITELIB}/zim/gui/notebookdialog.pyc
 ${PYSITELIB}/zim/gui/notebookdialog.pyo
-${PYSITELIB}/zim/gui/pageview.py
-${PYSITELIB}/zim/gui/pageview.pyc
-${PYSITELIB}/zim/gui/pageview.pyo
+${PYSITELIB}/zim/gui/notebookview.py
+${PYSITELIB}/zim/gui/notebookview.pyc
+${PYSITELIB}/zim/gui/notebookview.pyo
+${PYSITELIB}/zim/gui/pageview/__init__.py
+${PYSITELIB}/zim/gui/pageview/__init__.pyc
+${PYSITELIB}/zim/gui/pageview/__init__.pyo
+${PYSITELIB}/zim/gui/pageview/editbar.py
+${PYSITELIB}/zim/gui/pageview/editbar.pyc
+${PYSITELIB}/zim/gui/pageview/editbar.pyo
 ${PYSITELIB}/zim/gui/preferencesdialog.py
 ${PYSITELIB}/zim/gui/preferencesdialog.pyc
 ${PYSITELIB}/zim/gui/preferencesdialog.pyo
@@ -142,6 +151,9 @@ ${PYSITELIB}/zim/gui/widgets.pyo
 ${PYSITELIB}/zim/history.py
 ${PYSITELIB}/zim/history.pyc
 ${PYSITELIB}/zim/history.pyo
+${PYSITELIB}/zim/import_files.py
+${PYSITELIB}/zim/import_files.pyc
+${PYSITELIB}/zim/import_files.pyo
 ${PYSITELIB}/zim/inc/__init__.py
 ${PYSITELIB}/zim/inc/__init__.pyc
 ${PYSITELIB}/zim/inc/__init__.pyo
@@ -178,6 +190,9 @@ ${PYSITELIB}/zim/newfs/mock.pyo
 ${PYSITELIB}/zim/notebook/__init__.py
 ${PYSITELIB}/zim/notebook/__init__.pyc
 ${PYSITELIB}/zim/notebook/__init__.pyo
+${PYSITELIB}/zim/notebook/content_updater.py
+${PYSITELIB}/zim/notebook/content_updater.pyc
+${PYSITELIB}/zim/notebook/content_updater.pyo
 ${PYSITELIB}/zim/notebook/index/__init__.py
 ${PYSITELIB}/zim/notebook/index/__init__.pyc
 ${PYSITELIB}/zim/notebook/index/__init__.pyo
@@ -229,6 +244,9 @@ ${PYSITELIB}/zim/plugins/attachmentbrows
 ${PYSITELIB}/zim/plugins/attachmentbrowser/filebrowser.py
 ${PYSITELIB}/zim/plugins/attachmentbrowser/filebrowser.pyc
 ${PYSITELIB}/zim/plugins/attachmentbrowser/filebrowser.pyo
+${PYSITELIB}/zim/plugins/attachmentbrowser/filerenamedialog.py
+${PYSITELIB}/zim/plugins/attachmentbrowser/filerenamedialog.pyc
+${PYSITELIB}/zim/plugins/attachmentbrowser/filerenamedialog.pyo
 ${PYSITELIB}/zim/plugins/attachmentbrowser/thumbnailer.py
 ${PYSITELIB}/zim/plugins/attachmentbrowser/thumbnailer.pyc
 ${PYSITELIB}/zim/plugins/attachmentbrowser/thumbnailer.pyo
@@ -244,6 +262,9 @@ ${PYSITELIB}/zim/plugins/base/imagegener
 ${PYSITELIB}/zim/plugins/bookmarksbar.py
 ${PYSITELIB}/zim/plugins/bookmarksbar.pyc
 ${PYSITELIB}/zim/plugins/bookmarksbar.pyo
+${PYSITELIB}/zim/plugins/commandpalette.py
+${PYSITELIB}/zim/plugins/commandpalette.pyc
+${PYSITELIB}/zim/plugins/commandpalette.pyo
 ${PYSITELIB}/zim/plugins/diagrameditor.py
 ${PYSITELIB}/zim/plugins/diagrameditor.pyc
 ${PYSITELIB}/zim/plugins/diagrameditor.pyo
@@ -331,6 +352,9 @@ ${PYSITELIB}/zim/plugins/tasklist/gui.py
 ${PYSITELIB}/zim/plugins/tasklist/indexer.py
 ${PYSITELIB}/zim/plugins/tasklist/indexer.pyc
 ${PYSITELIB}/zim/plugins/tasklist/indexer.pyo
+${PYSITELIB}/zim/plugins/toolbar.py
+${PYSITELIB}/zim/plugins/toolbar.pyc
+${PYSITELIB}/zim/plugins/toolbar.pyo
 ${PYSITELIB}/zim/plugins/trayicon.py
 ${PYSITELIB}/zim/plugins/trayicon.pyc
 ${PYSITELIB}/zim/plugins/trayicon.pyo
@@ -389,22 +413,16 @@ man/man1/zim.1
 share/applications/zim.desktop
 share/icons/hicolor/16x16/apps/zim.png
 share/icons/hicolor/16x16/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-zim-notebook.png
 share/icons/hicolor/22x22/apps/zim.png
 share/icons/hicolor/22x22/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/22x22/mimetypes/gnome-mime-application-x-zim-notebook.png
 share/icons/hicolor/24x24/apps/zim.png
 share/icons/hicolor/24x24/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/24x24/mimetypes/gnome-mime-application-x-zim-notebook.png
 share/icons/hicolor/32x32/apps/zim.png
 share/icons/hicolor/32x32/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-zim-notebook.png
 share/icons/hicolor/48x48/apps/zim.png
 share/icons/hicolor/48x48/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-zim-notebook.png
 share/icons/hicolor/scalable/apps/zim.svg
 share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg
-share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg
 share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg
 share/icons/ubuntu-mono-light/apps/22/zim-panel.svg
 share/locale/am/LC_MESSAGES/zim.mo
@@ -435,6 +453,7 @@ share/locale/pt/LC_MESSAGES/zim.mo
 share/locale/pt_BR/LC_MESSAGES/zim.mo
 share/locale/ro/LC_MESSAGES/zim.mo
 share/locale/ru/LC_MESSAGES/zim.mo
+share/locale/si/LC_MESSAGES/zim.mo
 share/locale/sk/LC_MESSAGES/zim.mo
 share/locale/sl/LC_MESSAGES/zim.mo
 share/locale/sr/LC_MESSAGES/zim.mo
@@ -445,12 +464,36 @@ share/locale/zh_CN/LC_MESSAGES/zim.mo
 share/locale/zh_TW/LC_MESSAGES/zim.mo
 share/metainfo/org.zim_wiki.Zim.appdata.xml
 share/mime/packages/zim.xml
-share/pixmaps/zim.png
 share/zim/dates.list
 share/zim/globe.svg
 share/zim/globe_banner.svg
 share/zim/globe_banner_small.png
 share/zim/helpers/compare_files/meld.desktop
+share/zim/icons/README.md
+share/zim/icons/hicolor/16x16/actions/format-text-code-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/format-text-heading-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/format-text-subscript-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/format-text-superscript-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/linkmap-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/task-list-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/format-text-code-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/format-text-heading-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/format-text-subscript-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/format-text-superscript-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/linkmap-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/task-list-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/format-text-code-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/format-text-heading-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/format-text-subscript-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/format-text-superscript-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/linkmap-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/task-list-symbolic.symbolic.png
+share/zim/icons/hicolor/scalable/format-text-code-symbolic.svg
+share/zim/icons/hicolor/scalable/format-text-heading-symbolic.svg
+share/zim/icons/hicolor/scalable/format-text-subscript-symbolic.svg
+share/zim/icons/hicolor/scalable/format-text-superscript-symbolic.svg
+share/zim/icons/hicolor/scalable/linkmap-symbolic.svg
+share/zim/icons/hicolor/scalable/task-list-symbolic.svg
 share/zim/manual/About.txt
 share/zim/manual/Bugs.txt
 share/zim/manual/FAQ.txt
@@ -485,6 +528,8 @@ share/zim/manual/Plugins/Arithmetic.txt
 share/zim/manual/Plugins/Attachment_Browser.txt
 share/zim/manual/Plugins/BackLinks_Pane.txt
 share/zim/manual/Plugins/BookmarksBar.txt
+share/zim/manual/Plugins/Command_Palette.txt
+share/zim/manual/Plugins/Command_Palette/command_palette.png
 share/zim/manual/Plugins/Diagram_Editor.txt
 share/zim/manual/Plugins/Diagram_Editor/diagram.png
 share/zim/manual/Plugins/Distraction_Free_Editing.txt
@@ -541,11 +586,13 @@ share/zim/manual/Plugins/Table_Editor/wi
 share/zim/manual/Plugins/Table_Of_Contents.txt
 share/zim/manual/Plugins/Tags.txt
 share/zim/manual/Plugins/Task_List.txt
+share/zim/manual/Plugins/ToolBar.txt
 share/zim/manual/Plugins/Tray_Icon.txt
 share/zim/manual/Plugins/Version_Control.txt
 share/zim/manual/Plugins/macOS_Menubar.txt
 share/zim/manual/Start.txt
 share/zim/manual/Usage.txt
+share/zim/manual/Usage/Bullet_Journal.txt
 share/zim/manual/Usage/Collaboration.txt
 share/zim/manual/Usage/Creative_Writing.txt
 share/zim/manual/Usage/Daily_Journal.txt
@@ -556,6 +603,7 @@ share/zim/manual/Usage/Getting_Things_Do
 share/zim/manual/Usage/Publishing.txt
 share/zim/manual/notebook.zim
 share/zim/menubar.xml
+share/zim/pagewindow_ui.xml
 share/zim/pixmaps/add-bookmark.png
 share/zim/pixmaps/attachment.png
 share/zim/pixmaps/calendar.png
@@ -566,7 +614,9 @@ share/zim/pixmaps/link.png
 share/zim/pixmaps/linkmap.png
 share/zim/pixmaps/linkmap.svg
 share/zim/pixmaps/migrated-box.png
+share/zim/pixmaps/pilcrow.png
 share/zim/pixmaps/task-list.png
+share/zim/pixmaps/transmigrated-box.png
 share/zim/pixmaps/unchecked-box.png
 share/zim/pixmaps/xchecked-box.png
 share/zim/style.conf

Index: pkgsrc/editors/zim/distinfo
diff -u pkgsrc/editors/zim/distinfo:1.11 pkgsrc/editors/zim/distinfo:1.12
--- pkgsrc/editors/zim/distinfo:1.11    Tue Oct 26 10:21:44 2021
+++ pkgsrc/editors/zim/distinfo Sun Jan  9 16:21:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:21:44 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/01/09 16:21:43 wiz Exp $
 
-BLAKE2s (zim-0.73.5.tar.gz) = 0436a561d8ad2c4ef0c2f1a5f0fa9e09324fe30a5ab4e30ecbb9f52763f5b789
-SHA512 (zim-0.73.5.tar.gz) = 78a8996a74c04363c6dfe89a8709b87b6d023add2fbd12a494cddfd0fa29cc319f97a6e7b4d41409fc81d3b1baa9d433d338feedacb97172a9adcba7e8fcdcb5
-Size (zim-0.73.5.tar.gz) = 2159901 bytes
+BLAKE2s (zim-0.74.3.tar.gz) = 6d8bfba5432070019a7da13d996da23278326adcbadc2ada38bff8343943a522
+SHA512 (zim-0.74.3.tar.gz) = 92a530a827b9eb83289e7ffbf3f0e8ca3d9a7a770c0e6a6114541b290f76c6fd00248543170a5444d65bbd7ac7578101658db9639cf569c76324ec7b03344f9a
+Size (zim-0.74.3.tar.gz) = 2998280 bytes



Home | Main Index | Thread Index | Old Index