pkgsrc-WIP-changes archive

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

gnome-shell: fix build and point to lang/gjs.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Tue Sep 1 22:33:42 2026 +0200
Changeset:	fb37729f6c853bc02e0e541269f12167ba56dbf6

Modified Files:
	gnome-shell/Makefile

Log Message:
gnome-shell: fix build and point to lang/gjs.

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

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

diffstat:
 gnome-shell/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gnome-shell/Makefile b/gnome-shell/Makefile
index 481fd0c439..8b29667a4d 100644
--- a/gnome-shell/Makefile
+++ b/gnome-shell/Makefile
@@ -46,7 +46,7 @@ BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=40.0
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
 .include "../../inputmethod/ibus/buildlink3.mk"
-.include "../../wip/gjs/buildlink3.mk"
+.include "../../lang/gjs/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../wip/evolution-data-server/buildlink3.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
@@ -54,7 +54,7 @@ BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=40.0
 .include "../../security/libsecret/buildlink3.mk"
 .include "../../security/polkit/buildlink3.mk"
 .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
-.include "../../wip/gcr4/buildlink3.mk"
+.include "../../security/gcr4/buildlink3.mk"
 .include "../../wip/mutter/buildlink3.mk"
 .include "../../wip/gnome-desktop4/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"


Home | Main Index | Thread Index | Old Index