pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/drawing drawing: update to 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0053185c7f26
branches:  trunk
changeset: 380642:0053185c7f26
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jun 11 12:26:55 2022 +0000

description:
drawing: update to 1.0.1

drawing (1.0.1) unstable; urgency=low

  * enable the highlighter by default
  * less intrusive "what's new" message dialog
  * non-linear zooming speed profile
  * slower scrolling speed to have a better precision with higher zoom levels
  * require itstool as a dependency even though it's some useless bloat
  * fix the adaptivity of the elementaryOS layout
  * better keep the image centered on the mouse pointer when changing the zoom
  * avoid —again— insane attempts to open the binary as an image
  * update several translations

drawing (1.0.0) unstable; urgency=low

  * enable tools with "alt+letter" mnemonics
  * larger sidebar items, where the selected tool is easier to see
  * new "skew" tool
  * enable or disable specific tools options with the <shift> or <alt> keyboard modifiers
  * show more numerous, more dynamic, more contextual help tips as the window's subtitle
  * display cursor coordinates and other related data when pressing the <ctrl> keyboard modifier
  * dynamically change the label of the "options" submenu in the menu-bar, to increase its discoverability
  * scale tool option to set the size in percentage
  * suggest to "apply & save" when trying to save while an operation is unapplied
  * highlighter option to straighten the line, so it better follows the underlying text
  * improvements to the "points" tool's numbers readability
  * suggest to "apply & deselect" when trying to save while the selection is active
  * more precise tools for tiny modifications required by pixel-art
  *
  * display pixels sharply when zooming deeper than 400%
  * hide information messages after 4 seconds if they're not that useful
  * disable the 'reload image from the disk' action if the image has never been saved
  * new 'reset the canvas' action
  * warn the user if they're opening an already opened image
  * suggest to reload the picture if it has changed on the disk
  * artificially limited framerate to avoid overloading the CPU
  * menu item and action to change the theme variant preference
  * toggle the menubar with ctrl+f2
  *
  * update the user help manual
  * shorter appdata summary, to comply with guidelines
  * update several translations

drawing (0.8.5) unstable; urgency=low

  * text tool option for a thicker outline
  * visual feedback when the user moves the minimap preview
  * update several translations

drawing (0.8.4) unstable; urgency=low

  * option to disable anti-aliasing with the text tool
  * if "undo" is pressed several times in a short period, recompute only once
  * disable the 'reload image from the disk' action if it has never been saved
  * update several translations

diffstat:

 graphics/drawing/DESCR    |   6 ++-
 graphics/drawing/Makefile |   6 +-
 graphics/drawing/PLIST    |  85 +++++++++++++++++++++++++++++++++++++++++++++-
 graphics/drawing/distinfo |   8 ++--
 4 files changed, 93 insertions(+), 12 deletions(-)

diffs (176 lines):

diff -r e4b18c913fa4 -r 0053185c7f26 graphics/drawing/DESCR
--- a/graphics/drawing/DESCR    Sat Jun 11 12:19:20 2022 +0000
+++ b/graphics/drawing/DESCR    Sat Jun 11 12:26:55 2022 +0000
@@ -1,4 +1,6 @@
-This application is a basic image editor, similar to Microsoft Paint, but
-aiming at the GNOME desktop.
+This application is a basic image editor, similar to Microsoft Paint.
+
+As well as GNOME, the app is well integrated in traditional-looking
+desktops.
 
 PNG, JPEG and BMP files are supported.
diff -r e4b18c913fa4 -r 0053185c7f26 graphics/drawing/Makefile
--- a/graphics/drawing/Makefile Sat Jun 11 12:19:20 2022 +0000
+++ b/graphics/drawing/Makefile Sat Jun 11 12:26:55 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/03/12 08:01:49 nia Exp $
+# $NetBSD: Makefile,v 1.8 2022/06/11 12:26:55 nia Exp $
 
-DISTNAME=      drawing-0.8.3
+DISTNAME=      drawing-1.0.1
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maoschanz/}
 
@@ -13,7 +13,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      gtk3+-[0-9]*:../../x11/gtk3
 
-USE_TOOLS+=    pkg-config msgfmt xgettext
+USE_TOOLS+=    pkg-config msgfmt xgettext itstool
 
 # Uses python3 command
 PYTHON_VERSIONS_INCOMPATIBLE=  27
diff -r e4b18c913fa4 -r 0053185c7f26 graphics/drawing/PLIST
--- a/graphics/drawing/PLIST    Sat Jun 11 12:19:20 2022 +0000
+++ b/graphics/drawing/PLIST    Sat Jun 11 12:26:55 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/08/13 12:08:58 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/06/11 12:26:55 nia Exp $
 bin/drawing
 share/applications/com.github.maoschanz.drawing.desktop
 share/drawing/drawing.gresource
@@ -22,7 +22,6 @@
 share/drawing/drawing/filter_saturation.py
 share/drawing/drawing/filter_transparency.py
 share/drawing/drawing/filter_veil.py
-share/drawing/drawing/gi_composites.py
 share/drawing/drawing/history_manager.py
 share/drawing/drawing/image.py
 share/drawing/drawing/main.py
@@ -63,10 +62,13 @@
 share/drawing/drawing/tool_shape.py
 share/drawing/drawing/tool_skew.py
 share/drawing/drawing/tool_text.py
-share/drawing/drawing/utilities.py
+share/drawing/drawing/tools_initializer.py
 share/drawing/drawing/utilities_blur.py
+share/drawing/drawing/utilities_colors.py
+share/drawing/drawing/utilities_files.py
 share/drawing/drawing/utilities_overlay.py
 share/drawing/drawing/utilities_paths.py
+share/drawing/drawing/utilities_units.py
 share/drawing/drawing/window.py
 share/glib-2.0/schemas/com.github.maoschanz.drawing.gschema.xml
 share/help/C/drawing/figures/icon.png
@@ -94,12 +96,88 @@
 share/help/C/drawing/tools_transform.page
 share/help/C/drawing/whats_new.page
 share/help/C/drawing/zoom_preview.page
+share/help/es/drawing/figures/icon.png
+share/help/es/drawing/figures/screenshot_arrow.png
+share/help/es/drawing/figures/screenshot_color_editor.png
+share/help/es/drawing/figures/screenshot_color_palette.png
+share/help/es/drawing/figures/screenshot_filters.png
+share/help/es/drawing/figures/screenshot_fullscreen.png
+share/help/es/drawing/figures/screenshot_hsl.png
+share/help/es/drawing/figures/screenshot_menu.png
+share/help/es/drawing/figures/screenshot_prefs_images.png
+share/help/es/drawing/figures/screenshot_prefs_tools.png
+share/help/es/drawing/figures/screenshot_scale.png
+share/help/es/drawing/figures/screenshot_selection.png
+share/help/es/drawing/figures/screenshot_text.png
+share/help/es/drawing/figures/screenshot_zoom.png
+share/help/es/drawing/fullscreen.page
+share/help/es/drawing/index.page
+share/help/es/drawing/legal.xml
+share/help/es/drawing/main_features.page
+share/help/es/drawing/preferences.page
+share/help/es/drawing/tools_classic.page
+share/help/es/drawing/tools_classic_colors.page
+share/help/es/drawing/tools_selection.page
+share/help/es/drawing/tools_transform.page
+share/help/es/drawing/whats_new.page
+share/help/es/drawing/zoom_preview.page
+share/help/ru/drawing/figures/icon.png
+share/help/ru/drawing/figures/screenshot_arrow.png
+share/help/ru/drawing/figures/screenshot_color_editor.png
+share/help/ru/drawing/figures/screenshot_color_palette.png
+share/help/ru/drawing/figures/screenshot_filters.png
+share/help/ru/drawing/figures/screenshot_fullscreen.png
+share/help/ru/drawing/figures/screenshot_hsl.png
+share/help/ru/drawing/figures/screenshot_menu.png
+share/help/ru/drawing/figures/screenshot_prefs_images.png
+share/help/ru/drawing/figures/screenshot_prefs_tools.png
+share/help/ru/drawing/figures/screenshot_scale.png
+share/help/ru/drawing/figures/screenshot_selection.png
+share/help/ru/drawing/figures/screenshot_text.png
+share/help/ru/drawing/figures/screenshot_zoom.png
+share/help/ru/drawing/fullscreen.page
+share/help/ru/drawing/index.page
+share/help/ru/drawing/legal.xml
+share/help/ru/drawing/main_features.page
+share/help/ru/drawing/preferences.page
+share/help/ru/drawing/tools_classic.page
+share/help/ru/drawing/tools_classic_colors.page
+share/help/ru/drawing/tools_selection.page
+share/help/ru/drawing/tools_transform.page
+share/help/ru/drawing/whats_new.page
+share/help/ru/drawing/zoom_preview.page
+share/help/tr/drawing/figures/icon.png
+share/help/tr/drawing/figures/screenshot_arrow.png
+share/help/tr/drawing/figures/screenshot_color_editor.png
+share/help/tr/drawing/figures/screenshot_color_palette.png
+share/help/tr/drawing/figures/screenshot_filters.png
+share/help/tr/drawing/figures/screenshot_fullscreen.png
+share/help/tr/drawing/figures/screenshot_hsl.png
+share/help/tr/drawing/figures/screenshot_menu.png
+share/help/tr/drawing/figures/screenshot_prefs_images.png
+share/help/tr/drawing/figures/screenshot_prefs_tools.png
+share/help/tr/drawing/figures/screenshot_scale.png
+share/help/tr/drawing/figures/screenshot_selection.png
+share/help/tr/drawing/figures/screenshot_text.png
+share/help/tr/drawing/figures/screenshot_zoom.png
+share/help/tr/drawing/fullscreen.page
+share/help/tr/drawing/index.page
+share/help/tr/drawing/legal.xml
+share/help/tr/drawing/main_features.page
+share/help/tr/drawing/preferences.page
+share/help/tr/drawing/tools_classic.page
+share/help/tr/drawing/tools_classic_colors.page
+share/help/tr/drawing/tools_selection.page
+share/help/tr/drawing/tools_transform.page
+share/help/tr/drawing/whats_new.page
+share/help/tr/drawing/zoom_preview.page
 share/icons/hicolor/128x128/apps/com.github.maoschanz.drawing.png
 share/icons/hicolor/256x256/apps/com.github.maoschanz.drawing.png
 share/icons/hicolor/48x48/apps/com.github.maoschanz.drawing.png
 share/icons/hicolor/512x512/apps/com.github.maoschanz.drawing.png
 share/icons/hicolor/scalable/apps/com.github.maoschanz.drawing-symbolic.svg
 share/icons/hicolor/scalable/apps/com.github.maoschanz.drawing.svg
+share/locale/ca/LC_MESSAGES/drawing.mo
 share/locale/cs/LC_MESSAGES/drawing.mo
 share/locale/da/LC_MESSAGES/drawing.mo
 share/locale/de/LC_MESSAGES/drawing.mo
@@ -115,6 +193,7 @@
 share/locale/ja/LC_MESSAGES/drawing.mo
 share/locale/ko/LC_MESSAGES/drawing.mo
 share/locale/nl/LC_MESSAGES/drawing.mo
+share/locale/oc/LC_MESSAGES/drawing.mo
 share/locale/pl/LC_MESSAGES/drawing.mo
 share/locale/pt_BR/LC_MESSAGES/drawing.mo
 share/locale/ru/LC_MESSAGES/drawing.mo
diff -r e4b18c913fa4 -r 0053185c7f26 graphics/drawing/distinfo
--- a/graphics/drawing/distinfo Sat Jun 11 12:19:20 2022 +0000
+++ b/graphics/drawing/distinfo Sat Jun 11 12:26:55 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:46:04 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/06/11 12:26:55 nia Exp $
 
-BLAKE2s (drawing-0.8.3.tar.gz) = c8a45933e6d982571c67e543d20ce8ba6390e761edbb73e415d1caa93158da88
-SHA512 (drawing-0.8.3.tar.gz) = 15ddfa09306f0629be6c282a1bb4dff59d95747575052d4b070b7b6152411b010e102144c724b33712bd1347f0ca1d11a27ce01edac94bc62b449a029f688de6
-Size (drawing-0.8.3.tar.gz) = 11436783 bytes
+BLAKE2s (drawing-1.0.1.tar.gz) = 9af6371e05e5288c66e2c6888531fc84bcb78490a8eaa1c5925a75d92d4f2eae
+SHA512 (drawing-1.0.1.tar.gz) = 68d1381e56233eded1562aa3632a4ae3e0afb0b2835530cfab8d30c56557d2e04915ef153b7965abe3ba00d603c7b0e354f37c088df382bb4345d55dc3fe7c2e
+Size (drawing-1.0.1.tar.gz) = 14388196 bytes
 SHA1 (patch-data_com.github.maoschanz.drawing.gschema.xml) = 39214639fc05ba98c763c483fd2dcf5e3080106d


Home | Main Index | Thread Index | Old Index