611cb0acee
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
33 lines
976 B
Makefile
33 lines
976 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/08/13 12:08:58 nia Exp $
|
|
|
|
DISTNAME= drawing-0.8.3
|
|
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
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# XXX: msgfmt: unknown option -- desktop
|
|
.if ${OPSYS} == "NetBSD"
|
|
TOOLS_PLATFORM.msgfmt=
|
|
.endif
|
|
|
|
# Uses python3 command
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../devel/meson/build.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"
|