File:  [cvs.NetBSD.org] / pkgsrc / editors / dasher / Makefile
Revision 1.117: download - view: text, annotated - select for diffs
Sat Apr 6 08:05:11 2024 UTC (13 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

# $NetBSD: Makefile,v 1.117 2024/04/06 08:05:11 wiz Exp $

DISTNAME=	dasher-5.0.0.b20200225
PKGREVISION=	9
CATEGORIES=	editors gnome
MASTER_SITES=	${MASTER_SITE_GITHUB:=dasher-project/}
GITHUB_TAG=	e03b0dbf1f1132e83645ff78c92efd63fca5a812

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.inference.phy.cam.ac.uk/dasher/
COMMENT=	Easy typing without using keyboard
LICENSE=	gnu-gpl-v2

TOOL_DEPENDS+=	yelp-tools-[0-9]*:../../textproc/yelp-tools

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_LANGUAGES=	c c++

USE_TOOLS+=	autoreconf autoconf automake autopoint msgfmt
USE_TOOLS+=	pkg-config

# Workaround for glib2-2.68.0 c++ fallout.
CXXFLAGS+=	-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66

pre-configure:
	# tries to invoke git for something, probably fetching the ref
	${ECHO} "true" > ${WRKSRC}/build-aux/mkversion
	cd ${WRKSRC} && autoreconf -fi

.include "../../audio/speech-dispatcher/buildlink3.mk"
.include "../../devel/gettext-tools/msgfmt-desktop.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>