Received: by mail.netbsd.org (Postfix, from userid 605) id C8BED84EAE; Mon, 15 Aug 2022 06:55:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BDF984E83 for ; Mon, 15 Aug 2022 06:55:17 +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 SDuF9Bexcoe0 for ; Mon, 15 Aug 2022 06:55:16 +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 76B5584CED for ; Mon, 15 Aug 2022 06:55:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6421BFB1A; Mon, 15 Aug 2022 06:55:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660546516163070" MIME-Version: 1.0 Date: Mon, 15 Aug 2022 06:55:16 +0000 From: "pin" Subject: CVS commit: pkgsrc/editors/feathernotes To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220815065516.6421BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660546516163070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Aug 15 06:55:16 UTC 2022 Modified Files: pkgsrc/editors/feathernotes: Makefile PLIST Log Message: editors/feathernotes: unbreak build Fix PLIST, delint Makefile. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/feathernotes/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/feathernotes/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660546516163070 Content-Disposition: inline Content-Length: 1643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/feathernotes/Makefile diff -u pkgsrc/editors/feathernotes/Makefile:1.17 pkgsrc/editors/feathernotes/Makefile:1.18 --- pkgsrc/editors/feathernotes/Makefile:1.17 Tue Aug 9 12:05:01 2022 +++ pkgsrc/editors/feathernotes/Makefile Mon Aug 15 06:55:16 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2022/08/09 12:05:01 pin Exp $ +# $NetBSD: Makefile,v 1.18 2022/08/15 06:55:16 pin Exp $ VERSION= 1.0.0 DISTNAME= FeatherNotes-V${VERSION} @@ -20,7 +20,7 @@ USE_LANGUAGES= c c++ CONFIGURE_DIRS= build CMAKE_ARG_PATH= .. -CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} +CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} pre-configure: ${MKDIR} -p ${WRKSRC}/build Index: pkgsrc/editors/feathernotes/PLIST diff -u pkgsrc/editors/feathernotes/PLIST:1.5 pkgsrc/editors/feathernotes/PLIST:1.6 --- pkgsrc/editors/feathernotes/PLIST:1.5 Thu Jan 6 07:53:46 2022 +++ pkgsrc/editors/feathernotes/PLIST Mon Aug 15 06:55:16 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/06 07:53:46 pin Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/08/15 06:55:16 pin Exp $ bin/feathernotes share/applications/feathernotes.desktop share/feathernotes/translations/feathernotes_ar_DZ.qm @@ -32,6 +32,7 @@ share/feathernotes/translations/feathern share/feathernotes/translations/feathernotes_ru.qm share/feathernotes/translations/feathernotes_si.qm share/feathernotes/translations/feathernotes_sk_SK.qm +share/feathernotes/translations/feathernotes_sv.qm share/feathernotes/translations/feathernotes_tr.qm share/feathernotes/translations/feathernotes_uk.qm share/feathernotes/translations/feathernotes_zh_CN.qm --_----------=_1660546516163070--