Received: by mail.netbsd.org (Postfix, from userid 605) id 5B7D684D51; Fri, 16 Apr 2021 14:13:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9685584D27 for ; Fri, 16 Apr 2021 14:13:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id F1yJJMUxwixm for ; Fri, 16 Apr 2021 14:13:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EFE3784CEF for ; Fri, 16 Apr 2021 14:13:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2AF9FA95; Fri, 16 Apr 2021 14:13:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618582390246520" MIME-Version: 1.0 Date: Fri, 16 Apr 2021 14:13:10 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/x11/gnome-shell To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210416141310.E2AF9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618582390246520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1618582390246520 Content-Disposition: inline Content-Length: 793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1618582390246520--