pkgsrc-WIP-changes archive

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

nemo: Build fixes.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Tue Jul 31 10:42:09 2018 +0100
Changeset:	55227b34084cbd60a6a8a9539c1147fd7c99ed98

Modified Files:
	nemo/Makefile

Log Message:
nemo: Build fixes.

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

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

diffstat:
 nemo/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/nemo/Makefile b/nemo/Makefile
index dcd297708e..8d8827b32d 100644
--- a/nemo/Makefile
+++ b/nemo/Makefile
@@ -26,6 +26,7 @@ SUBST_SED.prefix=	-e 's,/usr/share,${PREFIX}/share,g'
 DEPENDS+=	${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
 DEPENDS+=	gvfs-[0-9]*:../../sysutils/gvfs
 BUILD_DEPENDS+=	autoconf-archive-[0-9]*:../../devel/autoconf-archive
+TOOL_DEPENDS+=	gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 REPLACE_PYTHON=	data/merge_action_strings \
 		files/usr/share/nemo/actions/myaction.py \
@@ -49,6 +50,7 @@ pre-install:
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../multimedia/ffmpegthumbnailer/buildlink3.mk"
 .include "../../sysutils/accountsservice/buildlink3.mk"


Home | Main Index | Thread Index | Old Index