0112f4e4ea
Update to 3.21.0 again now that the bug in gtksourceview4 is fixed.
67 lines
2.4 KiB
Makefile
67 lines
2.4 KiB
Makefile
# $NetBSD: Makefile,v 1.104 2020/04/26 16:17:47 wiz Exp $
|
|
|
|
DISTNAME= meld-3.21.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= https://meldmerge.org/
|
|
COMMENT= Visual diff and merge tool (GTK3 version)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-distro-[0-9]*:../../devel/py-distro
|
|
DEPENDS+= ${PYPKGPREFIX}-gobject3>=3.30:../../devel/py-gobject3
|
|
DEPENDS+= gsettings-desktop-schemas-[0-9]*:../../sysutils/gsettings-desktop-schemas
|
|
DEPENDS+= dconf-[0-9]*:../../devel/dconf
|
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
# only used when building the python way (not meson)
|
|
USE_TOOLS+= intltool
|
|
|
|
# Requires --desktop in msgfmt.
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
|
|
SUBST_CLASSES+= python3
|
|
SUBST_FILES.python3= meson.build
|
|
SUBST_SED.python3= -e "s,python.find_installation('python3',python.find_installation('${PYTHONBIN}',"
|
|
SUBST_SED.python3+= -e "s,'python3','python-${PYVERSSUFFIX}',"
|
|
SUBST_STAGE.python3= pre-configure
|
|
SUBST_MESSAGE.python3= Fix python binary name.
|
|
|
|
# Compiled files are not installed, see
|
|
# https://gitlab.gnome.org/GNOME/meld/-/issues/456
|
|
# post-install:
|
|
# something like:
|
|
# python -m compileall "$pkgdir"/path/to/python3/files
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # not supported any longer
|
|
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
|
|
REPLACE_PYTHON+= bin/meld
|
|
|
|
SUBST_CLASSES+= man
|
|
SUBST_FILES.man= setup.py
|
|
SUBST_SED.man+= -e "s,share/man/man1,${PKGMANDIR}/man1,"
|
|
SUBST_STAGE.man= pre-build
|
|
SUBST_MESSAGE.man= Fixing man page installation path.
|
|
|
|
.include "../../devel/py-gobject3-common/buildlink3.mk"
|
|
.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.py-cairo+= ${PYPKGPREFIX}-cairo>=1.15.0
|
|
.include "../../graphics/py-cairo/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/glib2/schemas.mk"
|
|
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.20
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
BUILDLINK_ABI_DEPENDS.gtksourceview4?= gtksourceview4>=4.6.0nb1
|
|
.include "../../x11/gtksourceview4/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
# not ready yet as of 3.21.0
|
|
#.include "../../devel/meson/build.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|