head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.13.0.4
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.2
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.12.0.6
	pkgsrc-2025Q3-base:1.12
	pkgsrc-2025Q2:1.12.0.4
	pkgsrc-2025Q2-base:1.12
	pkgsrc-2025Q1:1.12.0.2
	pkgsrc-2025Q1-base:1.12
	pkgsrc-2024Q4:1.11.0.10
	pkgsrc-2024Q4-base:1.11
	pkgsrc-2024Q3:1.11.0.8
	pkgsrc-2024Q3-base:1.11
	pkgsrc-2024Q2:1.11.0.6
	pkgsrc-2024Q2-base:1.11
	pkgsrc-2024Q1:1.11.0.4
	pkgsrc-2024Q1-base:1.11
	pkgsrc-2023Q4:1.11.0.2
	pkgsrc-2023Q4-base:1.11
	pkgsrc-2023Q3:1.10.0.2
	pkgsrc-2023Q3-base:1.10
	pkgsrc-2023Q2:1.9.0.10
	pkgsrc-2023Q2-base:1.9
	pkgsrc-2023Q1:1.9.0.8
	pkgsrc-2023Q1-base:1.9
	pkgsrc-2022Q4:1.9.0.6
	pkgsrc-2022Q4-base:1.9
	pkgsrc-2022Q3:1.9.0.4
	pkgsrc-2022Q3-base:1.9
	pkgsrc-2022Q2:1.9.0.2
	pkgsrc-2022Q2-base:1.9
	pkgsrc-2022Q1:1.7.0.2
	pkgsrc-2022Q1-base:1.7
	pkgsrc-2021Q4:1.5.0.4
	pkgsrc-2021Q4-base:1.5
	pkgsrc-2021Q3:1.5.0.2
	pkgsrc-2021Q3-base:1.5
	pkgsrc-2021Q2:1.4.0.2
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.3.0.2
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.2.0.2
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.1.0.4
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.2
	pkgsrc-2020Q2-base:1.1;
locks; strict;
comment	@# @;


1.13
date	2025.10.23.20.37.26;	author wiz;	state Exp;
branches;
next	1.12;
commitid	1V2hBZn9ypXaCJfG;

1.12
date	2025.01.21.11.00.16;	author nia;	state Exp;
branches;
next	1.11;
commitid	ERZvanoGurVahlGF;

1.11
date	2023.11.12.13.34.34;	author wiz;	state Exp;
branches;
next	1.10;
commitid	dlmnqTRbd9CX8kME;

1.10
date	2023.08.14.05.24.31;	author wiz;	state Exp;
branches;
next	1.9;
commitid	LOSB79OLVxvXjIAE;

1.9
date	2022.06.11.12.27.33;	author nia;	state Exp;
branches;
next	1.8;
commitid	DxsmipgbbACrsCHD;

1.8
date	2022.06.11.12.26.55;	author nia;	state Exp;
branches;
next	1.7;
commitid	pmSkX0lngmHbsCHD;

1.7
date	2022.03.12.08.01.49;	author nia;	state Exp;
branches;
next	1.6;
commitid	2RYet6S1oSBvUTvD;

1.6
date	2022.03.12.07.06.26;	author nia;	state Exp;
branches;
next	1.5;
commitid	5M5vBNV5yCCABTvD;

1.5
date	2021.08.13.12.08.58;	author nia;	state Exp;
branches;
next	1.4;
commitid	XlWX7yS8AtfS3O4D;

1.4
date	2021.06.12.09.40.09;	author nia;	state Exp;
branches;
next	1.3;
commitid	sMhfNk8IfgCdePWC;

1.3
date	2021.02.18.17.20.59;	author nia;	state Exp;
branches;
next	1.2;
commitid	TIMZKJ01LkUErdIC;

1.2
date	2020.11.26.15.26.19;	author nia;	state Exp;
branches;
next	1.1;
commitid	4lKpLVzaQb3GvpxC;

1.1
date	2020.06.17.08.47.30;	author nia;	state Exp;
branches;
next	;
commitid	gghlySlTWj8KvycC;


desc
@@


1.13
log
@*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined
@
text
@# $NetBSD: Makefile,v 1.12 2025/01/21 11:00:16 nia Exp $

DISTNAME=	drawing-1.0.2
PKGREVISION=	1
CATEGORIES=	graphics gnome
MASTER_SITES=	${MASTER_SITE_GITHUB:=maoschanz/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/maoschanz/drawing
COMMENT=	Basic image editor, similar to Microsoft Paint
LICENSE=	gnu-gpl-v3

TOOL_DEPENDS+=	appstream-glib-[0-9]*:../../devel/appstream-glib
DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
DEPENDS+=	gtk3+-[0-9]*:../../x11/gtk3

USE_TOOLS+=	pkg-config msgfmt xgettext itstool

# Uses python3 command
PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../devel/meson/build.mk"
.include "../../devel/gettext-tools/msgfmt-desktop.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@*: Drop maintainership.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2023/11/12 13:34:34 wiz Exp $
d4 1
@


1.11
log
@drawing: update to 1.0.2.

Provided by Kevin Bloom in wip.

drawing (1.0.2) unstable; urgency=low

  * fix the default value of the text background option (as reported by #521 and #559)
  * fix a scenario where saving without transparency would consistently fail
  * automatically reload the picture after saving
  * mitigate initial state of the "filters" tool if "blur" is selected (#577)
  * change the keyboard shortcuts to switch tabs
  * remove from the highlighter the (ineffective) UI to change the active cairo operator
  * change the UI of the selection tools to improve readability of various items
  * fix typos in the user help manual
  * change the label of the "toggle the preview" menu item (#137)
  * update several translations
@
text
@d1 1
a1 1
# $NetBSD$
d7 1
a7 1
MAINTAINER=	nia@@NetBSD.org
@


1.10
log
@*: recursive bump for Python 3.11 as new default
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2022/06/11 12:27:33 nia Exp $
d3 1
a3 2
DISTNAME=	drawing-1.0.1
PKGREVISION=	1
@


1.9
log
@drawing: mine
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2022/06/11 12:26:55 nia Exp $
d4 1
@


1.8
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2022/03/12 08:01:49 nia Exp $
d7 1
a7 1
MAINTAINER=	pkgsrc-users@@NetBSD.org
@


1.7
log
@*: Replace per-package msgfmt hacks with msgfmt-desktop.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/03/12 07:06:26 nia Exp $
d3 1
a3 1
DISTNAME=	drawing-0.8.3
d16 1
a16 1
USE_TOOLS+=	pkg-config msgfmt xgettext
@


1.6
log
@graphics: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2021/08/13 12:08:58 nia Exp $
d22 1
@


1.5
log
@drawing: update to 0.8.3

drawing (0.8.3)

  * draw a wider outline to the free selection when the image is zoomed out
  * fix incorrectly huge height of the selection after rotating it
  * update several translations

drawing (0.8.2)

  * refactoring of the optionsbars (bottom panes) of the transform tools
  * add a "lock line direction" option to the line tool
  * fix shift+f10 action when using a selection tool on mobile
  * add an outline to the canvas
  * fix the `-c` option when using Wayland
  * lock image proportions by default when scaling with the numerical inputs
  * fix an unexpected way the "crop" tool could expand the selection
  * preview correctly the areas created by a transform tool before applying a change
  * fix when the app starts with a transform tool, and this tool is immediately used and applied
  * compatibility with older distributions
  * update several translations

drawing (0.8.1)

  * add an action "selection > define as current image"
  * fix how the canvas was ERASED if it was being cropped on one side but expanded on the other side
  * add an action "selection > expand image to fit [the size of the selection]"
  * add a several ways of censoring information as an option to the eraser tool
  * preference to select a theme variant
  * add "nib direction" option to the calligraphic nib
  * better pre-select the currently used font in the font chooser dialog
  * add optional outline to the pencil, line, and curve tools
  * better looking outline for the "insert text" tool
  * update several translations
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2021/06/12 09:40:09 nia Exp $
a17 7
.include "../../mk/bsd.prefs.mk"

# XXX: msgfmt: unknown option -- desktop
.if ${OPSYS} == "NetBSD"
TOOLS_PLATFORM.msgfmt=
.endif

@


1.4
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2021/02/18 17:20:59 nia Exp $
d3 1
a3 1
DISTNAME=	drawing-0.8.0
d9 1
a9 1
COMMENT=	Application for drawing for the GNOME desktop
@


1.3
log
@drawing: update to 0.6.5

drawing (0.6.5) unstable; urgency=low

  * fix unexplained regression of bottom panes responsiveness
  * mitigation of the "very quick series of ctrl+b" bug
  * disable importing or opening an image using drag-and-drop with flatpak (it was broken)
  * fix printing (issue #20)
  * more pertinent movements of the view when holding and moving the middle-click
  * update several translations
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/11/26 15:26:19 nia Exp $
d3 1
a3 1
DISTNAME=	drawing-0.6.5
@


1.2
log
@drawing: Update to 0.6.3

Changes:
    use submenus for the "tools" menu in the menubar
    fix arrows' heads when the line was semi-transparent
    fix arrows' heads with specific angles (#286)
    fix arrows' heads when the line had a square end
    add option for double-ended arrows
    add more style options for dashed lines
    update several translations
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/06/17 08:47:30 nia Exp $
d3 1
a3 1
DISTNAME=	drawing-0.6.3
@


1.1
log
@graphics: Add drawing

This application is a basic image editor, similar to Microsoft Paint, but
aiming at the GNOME desktop.

PNG, JPEG and BMP files are supported.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	drawing-0.4.13
d18 6
a23 2
# XXX msgfmt: unknown option -- desktop
_TOOLS_USE_PKGSRC.msgfmt=	yes
@

