Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 694691A921F for ; Sun, 22 Nov 2020 21:45:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BEA07850C6; Sun, 22 Nov 2020 21:45:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0180384E09 for ; Sun, 22 Nov 2020 21:45:52 +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 cQXNNEfPehuU for ; Sun, 22 Nov 2020 21:45:51 +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 45DEE84D9B for ; Sun, 22 Nov 2020 21:45:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35422FA9D; Sun, 22 Nov 2020 21:45:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16060815515630" MIME-Version: 1.0 Date: Sun, 22 Nov 2020 21:45:51 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/sysutils/nautilus To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201122214551.35422FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16060815515630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Nov 22 21:45:51 UTC 2020 Modified Files: pkgsrc/sysutils/nautilus: Makefile Log Message: nautilus: Needs gdbus-codegen To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 pkgsrc/sysutils/nautilus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16060815515630 Content-Disposition: inline Content-Length: 827 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/nautilus/Makefile diff -u pkgsrc/sysutils/nautilus/Makefile:1.149 pkgsrc/sysutils/nautilus/Makefile:1.150 --- pkgsrc/sysutils/nautilus/Makefile:1.149 Thu Nov 5 09:09:10 2020 +++ pkgsrc/sysutils/nautilus/Makefile Sun Nov 22 21:45:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2020/11/05 09:09:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.150 2020/11/22 21:45:51 nia Exp $ DISTNAME= nautilus-3.38.1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} @@ -11,6 +11,8 @@ HOMEPAGE= https://wiki.gnome.org/Apps/Fi COMMENT= Simple file manager for GNOME LICENSE= gnu-gpl-v2 +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen + USE_TOOLS+= pkg-config msgfmt xgettext DEPENDS+= gnome-tracker-miners-[0-9]*:../../sysutils/gnome-tracker-miners --_----------=_16060815515630--