Received: by mail.netbsd.org (Postfix, from userid 605) id 2104C84D2A; Thu, 29 Sep 2022 15:37:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 534DB84D0C for ; Thu, 29 Sep 2022 15:37:12 +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 WQQ_t54469yg for ; Thu, 29 Sep 2022 15:37:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A52DC84C13 for ; Thu, 29 Sep 2022 15:37:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E859FA90; Thu, 29 Sep 2022 15:37:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166446583114210" MIME-Version: 1.0 Date: Thu, 29 Sep 2022 15:37:11 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/plasma-wayland-protocols To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20220929153711.9E859FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166446583114210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Sep 29 15:37:11 UTC 2022 Added Files: pkgsrc/devel/plasma-wayland-protocols: buildlink3.mk Log Message: plasma-wayland-protocols: Add buildlink3 to fix x11/kguiaddons' wayland build To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/plasma-wayland-protocols/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166446583114210 Content-Disposition: inline Content-Length: 936 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/plasma-wayland-protocols/buildlink3.mk diff -u /dev/null pkgsrc/devel/plasma-wayland-protocols/buildlink3.mk:1.1 --- /dev/null Thu Sep 29 15:37:11 2022 +++ pkgsrc/devel/plasma-wayland-protocols/buildlink3.mk Thu Sep 29 15:37:11 2022 @@ -0,0 +1,17 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/09/29 15:37:11 ryoon Exp $ + +BUILDLINK_TREE+= plasma-wayland-protocols + +.if !defined(PLASMA_WAYLAND_PROTOCOLS_BUILDLINK3_MK) +PLASMA_WAYLAND_PROTOCOLS_BUILDLINK3_MK:= + +.include "../../mk/bsd.fast.prefs.mk" +BUILDLINK_DEPMETHOD.plasma-wayland-protocols?= build + +BUILDLINK_API_DEPENDS.plasma-wayland-protocols+= plasma-wayland-protocols>=1.9.0 +BUILDLINK_PKGSRCDIR.plasma-wayland-protocols?= ../../devel/plasma-wayland-protocols +BUILDLINK_FILES.plasma-wayland-protocols+= share/plasma-wayland-protocols/*.xml + +.endif # PLASMA_WAYLAND_PROTOCOLS_BUILDLINK3_MK + +BUILDLINK_TREE+= -plasma-wayland-protocols --_----------=_166446583114210--