pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnome-shell



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Fri Apr 16 14:13:10 UTC 2021

Modified Files:
        pkgsrc/x11/gnome-shell: Makefile

Log Message:
gnome-shell: Explicit run-time dependency on x11/libgdm


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/gnome-shell/Makefile

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

Modified files:

Index: pkgsrc/x11/gnome-shell/Makefile
diff -u pkgsrc/x11/gnome-shell/Makefile:1.6 pkgsrc/x11/gnome-shell/Makefile:1.7
--- pkgsrc/x11/gnome-shell/Makefile:1.6 Thu Apr 15 11:23:14 2021
+++ pkgsrc/x11/gnome-shell/Makefile     Fri Apr 16 14:13:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/04/15 11:23:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2021/04/16 14:13:10 cirnatdan Exp $
 
 DISTNAME=      gnome-shell-3.38.1
 PKGREVISION=   5
@@ -22,6 +22,8 @@ TOOL_DEPENDS+=        sassc>=3.6:../../www/sass
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 TOOL_DEPENDS+= gdbus-codegen>=2.64:../../devel/gdbus-codegen
 
+DEPENDS+=      libgdm>=40.0:../../x11/libgdm
+
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/subprojects/gvc
 
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-shell



Home | Main Index | Thread Index | Old Index