### pluma 1.22.0 tx: sync with transifex Add update-authors.pl script which helps to update pluma.about Read authors (updated) from pluma.about file show enchant version when configure Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add. Make translatable the documenters in the about dialog Ensure proper translation of the about dialog title initial travis support Add License button in About Pluma dialog Make translatable the copyright in about dialog Update Documenters remove type & url attr of ulink in translation remove deprecated help section: Opening a File from a URI eggsmclient: avoid deprecated 'g_type_class_add_private' addresses #391 - gets snippet window size before destroying it simple bug fix of misplaced underscore disable deprecation warnings for distcheck move appdata to metainfo directory pluma-utils: Fix memory leak pluma-window: Fix memory leaks
33 lines
1.2 KiB
Makefile
33 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2019/03/06 08:03:22 gutteridge Exp $
|
|
|
|
# XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
|
|
# python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
|
|
# from libpeas bl3, so we include it early to ensure a valid version is
|
|
# chosen. This is not ideal, please fix it properly at some point.
|
|
.include "../../devel/libpeas/buildlink3.mk"
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= pluma-${VERSION}
|
|
CATEGORIES= editors
|
|
|
|
COMMENT= Small and lightweight UTF-8 text editor for MATE
|
|
|
|
USE_TOOLS+= bash:run
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
|
|
|
|
PKGCONFIG_OVERRIDE+= data/pluma.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-updater # only for OS X and Windows
|
|
|
|
REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in
|
|
REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../x11/mate-desktop/buildlink3.mk"
|
|
.include "../../x11/gtksourceview3/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|