pkgsrc-WIP-changes archive

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

update Makefile nemo



Module Name:	pkgsrc-wip
Committed By:	Jay Patel <jaypatel.ani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Sat Dec 25 08:03:15 2021 +0530
Changeset:	cfa743dff9f439a15baec6aa6e0b8e0de67014bd

Modified Files:
	nemo/Makefile

Log Message:
update Makefile nemo

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

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

diffstat:
 nemo/Makefile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/nemo/Makefile b/nemo/Makefile
index 998d475810..254d3e5d47 100644
--- a/nemo/Makefile
+++ b/nemo/Makefile
@@ -14,14 +14,15 @@ LICENSE=	gnu-gpl-v2
 
 USE_LIBTOOL=		yes
 USE_TOOLS+=		pkg-config intltool
-MESON_ARGS+=		--buildtype=debug
+#MESON_ARGS+=		--buildtype=debug
+USE_CMAKE=		yes
 
-SUBST_CLASSES=		prefix
-SUBST_MESSAGE.prefix=	Fix prefix references
-SUBST_FILES.prefix=	src/nemo-interesting-folder-bar.c
-SUBST_FILES.prefix+=	src/nemo-properties-window.c
-SUBST_STAGE.prefix=	pre-configure
-SUBST_SED.prefix=	-e 's,/usr/share,${PREFIX}/share,g'
+#SUBST_CLASSES=		prefix
+#SUBST_MESSAGE.prefix=	Fix prefix references
+#SUBST_FILES.prefix=	src/nemo-interesting-folder-bar.c
+#SUBST_FILES.prefix+=	src/nemo-properties-window.c
+#SUBST_STAGE.prefix=	pre-configure
+#SUBST_SED.prefix=	-e 's,/usr/share,${PREFIX}/share,g'
 
 DEPENDS+=	${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
 DEPENDS+=	gvfs-[0-9]*:../../sysutils/gvfs
@@ -41,6 +42,7 @@ REPLACE_PYTHON=	data/merge_action_strings \
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/libcvc:${WRKSRC}/output/libnemo-private
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/libcvc:${WRKSRC}/output/libnemo-extension
 
+.include "../../devel/libgsf/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../lang/python/application.mk"
 .include "../../devel/glib2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index