4221beb477
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/ Makefile.common r. 1.10 expressed this tool dependency using USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the build environment as well, which some MATE packages then linked against, but gettext-libs didn't end up being declared as a run-time dependency, so binary package installations were broken (with the workaround of manually installing the undeclared gettext-libs dependency). Express this dependency differently, so GNU msgfmt is used as a tool without exposing pkgsrc gettext-libs. (The pkgsrc tooling infrastruture could be altered to provide a distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others. Here I'm just immediately concerned with fixing this packaging issue.) Addresses PR pkg/55503 by Jay Patel.
60 lines
2 KiB
Text
60 lines
2 KiB
Text
# $NetBSD: Makefile.common,v 1.11 2020/08/24 04:41:40 gutteridge Exp $
|
|
# used by meta-pkgs/mate/Makefile
|
|
# used by print/atril/Makefile
|
|
# used by sysutils/caja/Makefile
|
|
# used by sysutils/caja-dropbox/Makefile
|
|
# used by sysutils/caja-extensions/Makefile
|
|
# used by archivers/engrampa/Makefile
|
|
# used by graphics/eom/Makefile
|
|
# used by x11/libmatekbd/Makefile
|
|
# used by audio/libmatemixer/Makefile
|
|
# used by misc/mate-calc/Makefile
|
|
# used by misc/libmateweather/Makefile
|
|
# used by wm/marco/Makefile
|
|
# used by x11/mate-applets/Makefile
|
|
# used by graphics/mate-backgrounds/Makefile
|
|
# used by devel/mate-common/Makefile
|
|
# used by x11/mate-control-center/Makefile
|
|
# used by x11/mate-desktop/Makefile
|
|
# used by graphics/mate-icon-theme/Makefile
|
|
# used by graphics/mate-icon-theme-faenza/Makefile
|
|
# used by x11/mate-indicator-applet/Makefile
|
|
# used by multimedia/mate-media/Makefile
|
|
# used by x11/mate-menus/Makefile
|
|
# used by wm/mate-netbook/Makefile
|
|
# used by sysutils/mate-notification-daemon/Makefile
|
|
# used by x11/mate-panel/Makefile
|
|
# used by security/mate-polkit/Makefile
|
|
# used by sysutils/mate-power-manager/Makefile
|
|
# used by x11/mate-screensaver/Makefile
|
|
# used by sysutils/mate-sensors-applet/Makefile
|
|
# used by x11/mate-session-manager/Makefile
|
|
# used by x11/mate-settings-daemon/Makefile
|
|
# used by sysutils/mate-system-monitor/Makefile
|
|
# used by x11/mate-terminal/Makefile
|
|
# used by graphics/mate-themes/Makefile
|
|
# used by net/mate-user-share/Makefile
|
|
# used by misc/mate-utils/Makefile
|
|
# used by x11/mozo/Makefile
|
|
# used by editors/pluma/Makefile
|
|
|
|
VERSION= 1.24.0
|
|
MASTER_SITES+= http://pub.mate-desktop.org/releases/${VERSION:R}/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake msgfmt pkg-config
|
|
|
|
# Fails without GNU msgfmt
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
TOOL_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
|
|
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|