Received: by mail.netbsd.org (Postfix, from userid 605) id 5C44884EB1; Mon, 22 Aug 2022 08:18:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9449C84E58 for ; Mon, 22 Aug 2022 08:18:26 +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 kJwNNEPyYFsQ for ; Mon, 22 Aug 2022 08:18:26 +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 E4EAC84D0E for ; Mon, 22 Aug 2022 08:18:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2622FB1A; Mon, 22 Aug 2022 08:18:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166115630524860" MIME-Version: 1.0 Date: Mon, 22 Aug 2022 08:18:25 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/x11/gnome-terminal To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20220822081825.E2622FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166115630524860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Mon Aug 22 08:18:25 UTC 2022 Modified Files: pkgsrc/x11/gnome-terminal: Makefile Log Message: Switch gnome-terminal from desktopdb.mk to full desktop-file-utils buildlink Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 pkgsrc/x11/gnome-terminal/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166115630524860 Content-Disposition: inline Content-Length: 1061 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gnome-terminal/Makefile diff -u pkgsrc/x11/gnome-terminal/Makefile:1.101 pkgsrc/x11/gnome-terminal/Makefile:1.102 --- pkgsrc/x11/gnome-terminal/Makefile:1.101 Thu Aug 11 05:09:26 2022 +++ pkgsrc/x11/gnome-terminal/Makefile Mon Aug 22 08:18:25 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.101 2022/08/11 05:09:26 gutteridge Exp $ +# $NetBSD: Makefile,v 1.102 2022/08/22 08:18:25 abs Exp $ DISTNAME= gnome-terminal-3.36.2 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/${PKGVERSION_NOREV:R}/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 gnome EXTRACT_SUFX= .tar.xz @@ -30,7 +30,7 @@ post-install: .include "../../devel/glib2/schemas.mk" .include "../../devel/libuuid/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../sysutils/desktop-file-utils/buildlink3.mk" .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk" .include "../../x11/vte3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_166115630524860--