Received: by mail.netbsd.org (Postfix, from userid 605) id 9846484D0F; Sat, 12 Jun 2021 09:40:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2CE384CFC for ; Sat, 12 Jun 2021 09:40:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5WpMiA5I-g0Y for ; Sat, 12 Jun 2021 09:40:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA55884CE8 for ; Sat, 12 Jun 2021 09:40:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3CE6FA95; Sat, 12 Jun 2021 09:40:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162349080980180" MIME-Version: 1.0 Date: Sat, 12 Jun 2021 09:40:09 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/drawing To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210612094009.E3CE6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162349080980180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jun 12 09:40:09 UTC 2021 Modified Files: pkgsrc/graphics/drawing: Makefile PLIST distinfo pkgsrc/graphics/drawing/patches: patch-data_com.github.maoschanz.drawing.gschema.xml Log Message: drawing: update to 0.8.0 changes: new, richer, more readable bottom pane for the selection tool add a "replace with" option to the eraser tool use an adequate layout on LXDE or LXQt force the release notes down users' throat rewrite the help manual to better force it down users' throat add color application mode support to the "shape" tool persist the text background style brush supporting pressure-sensitive input hairy brush supporting pressure-sensitive input airbrush supporting pressure-sensitive input calligraphic nip supporting pressure-sensitive input fix unexpected "jumps" when unselecting a selection that was defined by an undo improve the fullscreen mode, with a way to toggle the tools list add an "increase constrast" filter deleting the selection can now leave something else than transparency #232 option to exclude the color left under the selection from the selection itself #232 rewrite the UI for changing the color application mode remove the cool but deprecated GNOME Shell app menu update several translations To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/drawing/Makefile \ pkgsrc/graphics/drawing/PLIST pkgsrc/graphics/drawing/distinfo cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162349080980180 Content-Disposition: inline Content-Length: 6922 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/drawing/Makefile diff -u pkgsrc/graphics/drawing/Makefile:1.3 pkgsrc/graphics/drawing/Makefile:1.4 --- pkgsrc/graphics/drawing/Makefile:1.3 Thu Feb 18 17:20:59 2021 +++ pkgsrc/graphics/drawing/Makefile Sat Jun 12 09:40:09 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/02/18 17:20:59 nia Exp $ +# $NetBSD: Makefile,v 1.4 2021/06/12 09:40:09 nia Exp $ -DISTNAME= drawing-0.6.5 +DISTNAME= drawing-0.8.0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GITHUB:=maoschanz/} Index: pkgsrc/graphics/drawing/PLIST diff -u pkgsrc/graphics/drawing/PLIST:1.3 pkgsrc/graphics/drawing/PLIST:1.4 --- pkgsrc/graphics/drawing/PLIST:1.3 Thu Feb 18 17:20:59 2021 +++ pkgsrc/graphics/drawing/PLIST Sat Jun 12 09:40:09 2021 @@ -1,15 +1,27 @@ -@comment $NetBSD: PLIST,v 1.3 2021/02/18 17:20:59 nia Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/06/12 09:40:09 nia Exp $ bin/drawing share/applications/com.github.maoschanz.drawing.desktop share/drawing/drawing.gresource share/drawing/drawing/__init__.py +share/drawing/drawing/abstract_brush.py share/drawing/drawing/abstract_classic_tool.py +share/drawing/drawing/abstract_filter.py share/drawing/drawing/abstract_optionsbar.py share/drawing/drawing/abstract_select.py share/drawing/drawing/abstract_tool.py share/drawing/drawing/abstract_transform_tool.py +share/drawing/drawing/brush_airbrush.py +share/drawing/drawing/brush_hairy.py +share/drawing/drawing/brush_nip.py +share/drawing/drawing/brush_simple.py share/drawing/drawing/deco_manager.py -share/drawing/drawing/gi_composites.py +share/drawing/drawing/filter_blur.py +share/drawing/drawing/filter_colors.py +share/drawing/drawing/filter_contrast.py +share/drawing/drawing/filter_emboss.py +share/drawing/drawing/filter_saturation.py +share/drawing/drawing/filter_transparency.py +share/drawing/drawing/filter_veil.py share/drawing/drawing/history_manager.py share/drawing/drawing/image.py share/drawing/drawing/main.py @@ -34,6 +46,7 @@ share/drawing/drawing/select_free.py share/drawing/drawing/select_rect.py share/drawing/drawing/selection_manager.py share/drawing/drawing/tool_arc.py +share/drawing/drawing/tool_brush.py share/drawing/drawing/tool_crop.py share/drawing/drawing/tool_eraser.py share/drawing/drawing/tool_experiment.py @@ -60,6 +73,7 @@ share/help/C/drawing/figures/screenshot_ share/help/C/drawing/figures/screenshot_color_editor.png share/help/C/drawing/figures/screenshot_color_palette.png share/help/C/drawing/figures/screenshot_filters.png +share/help/C/drawing/figures/screenshot_fullscreen.png share/help/C/drawing/figures/screenshot_hsl.png share/help/C/drawing/figures/screenshot_menu.png share/help/C/drawing/figures/screenshot_prefs_images.png @@ -68,13 +82,17 @@ share/help/C/drawing/figures/screenshot_ share/help/C/drawing/figures/screenshot_selection.png share/help/C/drawing/figures/screenshot_text.png share/help/C/drawing/figures/screenshot_zoom.png +share/help/C/drawing/fullscreen.page share/help/C/drawing/index.page share/help/C/drawing/legal.xml share/help/C/drawing/main_features.page share/help/C/drawing/preferences.page share/help/C/drawing/tools_classic.page +share/help/C/drawing/tools_classic_colors.page share/help/C/drawing/tools_selection.page share/help/C/drawing/tools_transform.page +share/help/C/drawing/whats_new.page +share/help/C/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 @@ -83,7 +101,7 @@ share/icons/hicolor/scalable/apps/com.gi share/icons/hicolor/scalable/apps/com.github.maoschanz.drawing.svg share/locale/cs/LC_MESSAGES/drawing.mo share/locale/da/LC_MESSAGES/drawing.mo -share/locale/de_DE/LC_MESSAGES/drawing.mo +share/locale/de/LC_MESSAGES/drawing.mo share/locale/es/LC_MESSAGES/drawing.mo share/locale/eu/LC_MESSAGES/drawing.mo share/locale/fi/LC_MESSAGES/drawing.mo @@ -93,6 +111,7 @@ share/locale/hr/LC_MESSAGES/drawing.mo share/locale/hu/LC_MESSAGES/drawing.mo share/locale/id/LC_MESSAGES/drawing.mo share/locale/it/LC_MESSAGES/drawing.mo +share/locale/ja/LC_MESSAGES/drawing.mo share/locale/nl/LC_MESSAGES/drawing.mo share/locale/pl/LC_MESSAGES/drawing.mo share/locale/pt_BR/LC_MESSAGES/drawing.mo Index: pkgsrc/graphics/drawing/distinfo diff -u pkgsrc/graphics/drawing/distinfo:1.3 pkgsrc/graphics/drawing/distinfo:1.4 --- pkgsrc/graphics/drawing/distinfo:1.3 Thu Feb 18 17:20:59 2021 +++ pkgsrc/graphics/drawing/distinfo Sat Jun 12 09:40:09 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2021/02/18 17:20:59 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/06/12 09:40:09 nia Exp $ -SHA1 (drawing-0.6.5.tar.gz) = 52a4ba0b6d308bda6d9a18ac40c95663bbd290e1 -RMD160 (drawing-0.6.5.tar.gz) = 54ee80cfbd574f0b0dc3eb1d77c44c123a3614e6 -SHA512 (drawing-0.6.5.tar.gz) = bb42df63b7b7d83ed29561534614f048c8ef12862b4c521a27499dfd07df024c231774629fa53fe9a28dc99fb41f15a9436109563a99418157b04c0e264862bc -Size (drawing-0.6.5.tar.gz) = 7880030 bytes -SHA1 (patch-data_com.github.maoschanz.drawing.gschema.xml) = dd93e6caee43e03bb1b63907638c9b2b0a130e98 +SHA1 (drawing-0.8.0.tar.gz) = 7ca511b525a900218bc771e8f2163246012c1c8d +RMD160 (drawing-0.8.0.tar.gz) = 871c00dc86c9d206076d83def2059d45d3be90df +SHA512 (drawing-0.8.0.tar.gz) = 4f40a32a9dc54aa46a7a72d392167f86b69850e6575efec181a1d416c81db822bcc5c0eccb4c7dd9e256e56737b1177ae44feb6a716e7b2f84de5aaa700eff61 +Size (drawing-0.8.0.tar.gz) = 10651435 bytes +SHA1 (patch-data_com.github.maoschanz.drawing.gschema.xml) = 39214639fc05ba98c763c483fd2dcf5e3080106d Index: pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml diff -u pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml:1.2 pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml:1.3 --- pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml:1.2 Thu Nov 26 15:26:20 2020 +++ pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml Sat Jun 12 09:40:09 2021 @@ -1,12 +1,12 @@ -$NetBSD: patch-data_com.github.maoschanz.drawing.gschema.xml,v 1.2 2020/11/26 15:26:20 nia Exp $ +$NetBSD: patch-data_com.github.maoschanz.drawing.gschema.xml,v 1.3 2021/06/12 09:40:09 nia Exp $ pkgsrc users are probably more likely to be using a desktop where server-side decorations are the norm. ---- data/com.github.maoschanz.drawing.gschema.xml.orig 2020-10-31 19:12:11.000000000 +0000 +--- data/com.github.maoschanz.drawing.gschema.xml.orig 2021-04-24 22:58:18.000000000 +0000 +++ data/com.github.maoschanz.drawing.gschema.xml -@@ -4,7 +4,7 @@ - +@@ -6,7 +6,7 @@ + - '' --_----------=_162349080980180--