Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 AA6291A921F for ; Thu, 10 Mar 2022 17:52:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AD5AB84E57; Thu, 10 Mar 2022 17:52:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA10B84D4E for ; Thu, 10 Mar 2022 17:52:51 +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 Fj5ivacmNB1c for ; Thu, 10 Mar 2022 17:52:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48EFC84CEF for ; Thu, 10 Mar 2022 17:52:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42786FB24; Thu, 10 Mar 2022 17:52:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646934771268060" MIME-Version: 1.0 Date: Thu, 10 Mar 2022 17:52:51 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/editors/gedit/patches To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220310175251.42786FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646934771268060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Mar 10 17:52:51 UTC 2022 Added Files: pkgsrc/editors/gedit/patches: patch-data_meson.build Log Message: cvs add, thx wiz... To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/editors/gedit/patches/patch-data_meson.build Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646934771268060 Content-Disposition: inline Content-Length: 952 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/editors/gedit/patches/patch-data_meson.build diff -u /dev/null pkgsrc/editors/gedit/patches/patch-data_meson.build:1.1 --- /dev/null Thu Mar 10 17:52:51 2022 +++ pkgsrc/editors/gedit/patches/patch-data_meson.build Thu Mar 10 17:52:51 2022 @@ -0,0 +1,23 @@ +$NetBSD: patch-data_meson.build,v 1.1 2022/03/10 17:52:51 nia Exp $ + +Remove invalid positional arguments (these now cause failures, +previously they were ignored). + +--- data/meson.build.orig 2020-04-25 16:59:58.000000000 +0000 ++++ data/meson.build +@@ -4,7 +4,6 @@ install_man('gedit.1') + + appdata = 'org.gnome.gedit.appdata.xml' + appdata_file = i18n.merge_file( +- appdata, + input: appdata + '.in', + output: appdata, + po_dir: '../po/', +@@ -27,7 +26,6 @@ endif + + desktop_file = 'org.gnome.gedit.desktop' + desktop_output_file = i18n.merge_file( +- desktop_file, + type: 'desktop', + input: desktop_file + '.in', + output: desktop_file, --_----------=_1646934771268060--