pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnome-desktop3



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Nov  6 13:38:40 UTC 2020

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

Log Message:
(x11/gnome-desktop3) DEPENDS+= line should appear earlier


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/gnome-desktop3/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-desktop3/Makefile
diff -u pkgsrc/x11/gnome-desktop3/Makefile:1.41 pkgsrc/x11/gnome-desktop3/Makefile:1.42
--- pkgsrc/x11/gnome-desktop3/Makefile:1.41     Fri Nov  6 13:34:37 2020
+++ pkgsrc/x11/gnome-desktop3/Makefile  Fri Nov  6 13:38:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/11/06 13:34:37 mef Exp $
+# $NetBSD: Makefile,v 1.42 2020/11/06 13:38:40 mef Exp $
 
 DISTNAME=      gnome-desktop-3.38.1
 PKGNAME=       ${DISTNAME:S/desktop/desktop3/}
@@ -11,10 +11,10 @@ HOMEPAGE=   https://www.gnome.org/
 COMMENT=       GNOME3 desktop-wide documents and libgnome-desktop library
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-fdl-v1.1
 
+DEPENDS+=              gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
 USE_TOOLS+=            pkg-config xgettext
 USE_PKGLOCALEDIR=      yes
-DEPENDS+=      gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
 PKGCONFIG_OVERRIDE+=   libgnome-desktop/gnome-desktop-3.0.pc.in
 
 MESON_ARGS+=           -Dsystemd=disabled



Home | Main Index | Thread Index | Old Index