Tue Sep 5 13:14:25 2023 UTC ()
gnome-shell: does not use sassc when building from tarballs

(Since some 40.x alpha release.)

Remove TOOL_DEPENDS on sassc.


(wiz)
diff -r1.31 -r1.32 pkgsrc/x11/gnome-shell/Makefile

cvs diff -r1.31 -r1.32 pkgsrc/x11/gnome-shell/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gnome-shell/Makefile 2023/08/14 05:25:33 1.31
+++ pkgsrc/x11/gnome-shell/Makefile 2023/09/05 13:14:25 1.32
@@ -1,35 +1,34 @@ @@ -1,35 +1,34 @@
1# $NetBSD: Makefile,v 1.31 2023/08/14 05:25:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2023/09/05 13:14:25 wiz Exp $
2 2
3DISTNAME= gnome-shell-40.2 3DISTNAME= gnome-shell-40.2
4PKGREVISION= 18 4PKGREVISION= 18
5CATEGORIES= x11 gnome 5CATEGORIES= x11 gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= cirnatdan@NetBSD.org 9MAINTAINER= cirnatdan@NetBSD.org
10HOMEPAGE= https://wiki.gnome.org/Projects/GnomeShell 10HOMEPAGE= https://wiki.gnome.org/Projects/GnomeShell
11COMMENT= Next generation GNOME shell 11COMMENT= Next generation GNOME shell
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_TOOLS+= pkg-config perl msgfmt xgettext gdbus-codegen 14USE_TOOLS+= pkg-config perl msgfmt xgettext gdbus-codegen
15 15
16MESON_ARGS+= -Dnetworkmanager=false 16MESON_ARGS+= -Dnetworkmanager=false
17MESON_ARGS+= -Dsystemd=false 17MESON_ARGS+= -Dsystemd=false
18MESON_ARGS+= -Dextensions_app=false 18MESON_ARGS+= -Dextensions_app=false
19MESON_ARGS+= -Dextensions_tool=false 19MESON_ARGS+= -Dextensions_tool=false
20MESON_ARGS+= -Dman=true 20MESON_ARGS+= -Dman=true
21 21
22TOOL_DEPENDS+= sassc>=3.6:../../www/sassc 
23TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 22TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
24 23
25DEPENDS+= libgdm>=40.0:../../x11/libgdm 24DEPENDS+= libgdm>=40.0:../../x11/libgdm
26 25
27MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/subprojects/gvc 26MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/subprojects/gvc
28 27
29LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-shell 28LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-shell
30 29
31CONF_FILES+= ${PREFIX}/share/examples/xdg/autostart/gnome-shell-overrides-migration.desktop \ 30CONF_FILES+= ${PREFIX}/share/examples/xdg/autostart/gnome-shell-overrides-migration.desktop \
32 ${PKG_SYSCONFDIR}/xdg/autostart/gnome-shell-overrides-migration.desktop 31 ${PKG_SYSCONFDIR}/xdg/autostart/gnome-shell-overrides-migration.desktop
33 32
34PYTHON_FOR_BUILD_ONLY= tool 33PYTHON_FOR_BUILD_ONLY= tool
35 34