pkgsrc-WIP-changes archive

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

gnome-shell: libgdm dependency now in main pkgsrc tree



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Fri Apr 16 16:36:42 2021 +0200
Changeset:	159d5613d052e348368f037e323204f98cc6e029

Modified Files:
	gnome-shell/Makefile

Log Message:
gnome-shell: libgdm dependency now in main pkgsrc tree

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

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

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

diffs:
diff --git a/gnome-shell/Makefile b/gnome-shell/Makefile
index 611ad0408c..85ab70d6ef 100644
--- a/gnome-shell/Makefile
+++ b/gnome-shell/Makefile
@@ -1,11 +1,12 @@
 # $NetBSD: Makefile,v 1.4 2021/02/07 06:30:40 ryoon Exp $
 
 DISTNAME=	gnome-shell-40.0
+PKGREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=	dan%alt.md@localhost
+MAINTAINER=	cirnatdan%NetBSD.org@localhost
 HOMEPAGE=	https://wiki.gnome.org/Projects/GnomeShell
 COMMENT=	Next generation GNOME shell
 LICENSE=	gnu-gpl-v2
@@ -22,7 +23,7 @@ TOOL_DEPENDS+=	sassc>=3.6:../../www/sassc
 TOOL_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc
 TOOL_DEPENDS+=	gdbus-codegen>=2.64:../../devel/gdbus-codegen
 
-DEPENDS+=	gdm>=40.0:../../wip/gdm
+DEPENDS+=	libgdm>=40.0:../../x11/libgdm
 
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/subprojects/gvc
 


Home | Main Index | Thread Index | Old Index