pkgsrc-WIP-changes archive

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

gnome-desktop3: Remove remnants of autotools build system



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Wed Nov 4 10:27:21 2020 +0100
Changeset:	f9e006484cfd8ec48667eecfea6fd27df681a6d9

Modified Files:
	gnome-desktop3/Makefile

Log Message:
gnome-desktop3: Remove remnants of autotools build system

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

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

diffstat:
 gnome-desktop3/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/gnome-desktop3/Makefile b/gnome-desktop3/Makefile
index 7b473cd529..d986240c71 100644
--- a/gnome-desktop3/Makefile
+++ b/gnome-desktop3/Makefile
@@ -11,8 +11,7 @@ HOMEPAGE=	https://www.gnome.org/
 COMMENT=	GNOME3 desktop-wide documents and libgnome-desktop library
 LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-fdl-v1.1
 
-USE_LIBTOOL=		yes
-USE_TOOLS+=		gmake intltool msgfmt pkg-config
+USE_TOOLS+=		pkg-config xgettext
 USE_PKGLOCALEDIR=	yes
 
 PKGCONFIG_OVERRIDE+=	libgnome-desktop/gnome-desktop-3.0.pc.in
@@ -25,8 +24,6 @@ MESON_ARGS+=		-Ddesktop_docs=false
 MESON_ARGS+=		-Dgtk_doc=false
 MESON_ARGS+=		-Ddebug_tools=false
 
-BUILD_DEPENDS+=		itstool-[0-9]*:../../textproc/itstool
-
 BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.44.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"


Home | Main Index | Thread Index | Old Index