pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: meson packages do not use libtool/gmake/intltool
Module Name: pkgsrc-wip
Committed By: nia <nia%netbsd.org@localhost>
Pushed By: nee
Date: Wed Nov 4 13:33:10 2020 +0100
Changeset: 09e6733c566809c7f6a574014a2947fc84c5dd8d
Modified Files:
gnome-session/Makefile
gnome-settings-daemon/Makefile
gnome-shell/Makefile
libgweather/Makefile
Log Message:
*: meson packages do not use libtool/gmake/intltool
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09e6733c566809c7f6a574014a2947fc84c5dd8d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnome-session/Makefile | 3 +--
gnome-settings-daemon/Makefile | 3 +--
gnome-shell/Makefile | 2 --
libgweather/Makefile | 3 +--
4 files changed, 3 insertions(+), 8 deletions(-)
diffs:
diff --git a/gnome-session/Makefile b/gnome-session/Makefile
index 7e825c0c19..dae09cef58 100644
--- a/gnome-session/Makefile
+++ b/gnome-session/Makefile
@@ -19,9 +19,8 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
#CONFLICTS+= gnome-core<1.4.2nb4
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake gettext-tools perl pkg-config
+USE_TOOLS+= gettext-tools perl pkg-config
MESON_ARGS+= -Dsystemd=false
MESON_ARGS+= -Dsystemd_session=disable
diff --git a/gnome-settings-daemon/Makefile b/gnome-settings-daemon/Makefile
index 903fb2b9c2..a53a2ae010 100644
--- a/gnome-settings-daemon/Makefile
+++ b/gnome-settings-daemon/Makefile
@@ -14,8 +14,7 @@ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config intltool gmake msgfmt
+USE_TOOLS+= pkg-config msgfmt
CONFLICTS+= gnome-control-center<2.22.0
diff --git a/gnome-shell/Makefile b/gnome-shell/Makefile
index 985a793950..34bb1d9f98 100644
--- a/gnome-shell/Makefile
+++ b/gnome-shell/Makefile
@@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config perl
-USE_LIBTOOL= yes
-USE_LANGUAGES= c
MESON_ARGS+= -Dnetworkmanager=false
MESON_ARGS+= -Dsystemd=false
diff --git a/libgweather/Makefile b/libgweather/Makefile
index 4dd02d1136..1fc549b073 100644
--- a/libgweather/Makefile
+++ b/libgweather/Makefile
@@ -11,8 +11,7 @@ HOMEPAGE= https://www.gnome.org/
COMMENT= Weather information access library
LICENSE= gnu-gpl-v2
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config intltool gmake msgfmt
+USE_TOOLS+= pkg-config msgfmt
GCONF_SCHEMAS+= gweather.schemas
PKGCONFIG_OVERRIDE+= data/gweather-3.0.pc.in
Home |
Main Index |
Thread Index |
Old Index