![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / gnome-terminal / Makefile (download)
Revision 1.96, Sun May 2 10:24:52 2021 UTC (2 years, 7 months ago) by nia
*: Use the tools framework for itstool Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages |
# $NetBSD: Makefile,v 1.96 2021/05/02 10:24:52 nia Exp $ DISTNAME= gnome-terminal-3.36.2 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/${PKGVERSION_NOREV:R}/} PKGREVISION= 1 CATEGORIES= x11 gnome EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://wiki.gnome.org/Apps/Terminal COMMENT= Terminal emulator for GNOME LICENSE= gnu-gpl-v3 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake itstool USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --disable-search-provider CONFIGURE_ARGS+= --without-nautilus-extension # XXX msgfmt: unknown option -- desktop # XXX msgfmt: unknown option -- xml _TOOLS_USE_PKGSRC.msgfmt= yes post-install: ${RM} -f ${DESTDIR}${PREFIX}/lib/systemd/user/gnome-terminal-server.service .include "../../devel/dconf/buildlink3.mk" .include "../../devel/glib2/schemas.mk" .include "../../devel/libuuid/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk" .include "../../x11/vte3/buildlink3.mk" .include "../../mk/bsd.pkg.mk"