pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/bamf: Added missing build dependency



Module Name:	pkgsrc-wip
Committed By:	Matthias Petermann <mp%petermann-it.de@localhost>
Pushed By:	mp
Date:		Sat May 15 15:06:03 2021 +0200
Changeset:	ed796243f56ba9e2c42fe79f83c15766d79b5a87

Modified Files:
	bamf/Makefile

Log Message:
wip/bamf: Added missing build dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed796243f56ba9e2c42fe79f83c15766d79b5a87

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bamf/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/bamf/Makefile b/bamf/Makefile
index e9f295f8b0..a67a2350a1 100644
--- a/bamf/Makefile
+++ b/bamf/Makefile
@@ -2,6 +2,7 @@
 #
 
 DISTNAME=	bamf-0.5.4
+PKGREVISION=	1
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	http://launchpad.net/bamf/0.5/${PKGVERSION_NOREV}/+download/
 
@@ -15,6 +16,8 @@ GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_TOOLS+=		gmake intltool msgfmt pkg-config gsed
 
+BUILD_DEPENDS+=  gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
 PYTHON_VERSIONS_ACCEPTED=	27
 
 REPLACE_BASH+=	data/bamfdaemon-dbus-runner.in


Home | Main Index | Thread Index | Old Index