Received: by mail.netbsd.org (Postfix, from userid 605) id 958D084EFA; Mon, 18 Jul 2022 20:38:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D046B84D61 for ; Mon, 18 Jul 2022 20:37:59 +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 ofx02rrSpHY2 for ; Mon, 18 Jul 2022 20:37:59 +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 292C784D17 for ; Mon, 18 Jul 2022 20:37:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D31AFB1A; Mon, 18 Jul 2022 20:37:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658176679226390" MIME-Version: 1.0 Date: Mon, 18 Jul 2022 20:37:59 +0000 From: "Yorick Hardy" Subject: CVS commit: pkgsrc/editors/xournalpp To: pkgsrc-changes@NetBSD.org Reply-To: yhardy@netbsd.org X-Mailer: log_accum Message-Id: <20220718203759.1D31AFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658176679226390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: yhardy Date: Mon Jul 18 20:37:59 UTC 2022 Modified Files: pkgsrc/editors/xournalpp: Makefile Log Message: editors/xournalpp: add dependency: graphics/adwaita-icon-theme Xournal++ crashes when the image-missing icon is not present in the icon theme, depend on graphics/adwaita-icon-theme for the icon -- this is the solution suggested in the Xournal++ 1.1.0 release notes. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/editors/xournalpp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658176679226390 Content-Disposition: inline Content-Length: 966 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xournalpp/Makefile diff -u pkgsrc/editors/xournalpp/Makefile:1.39 pkgsrc/editors/xournalpp/Makefile:1.40 --- pkgsrc/editors/xournalpp/Makefile:1.39 Wed May 4 21:05:42 2022 +++ pkgsrc/editors/xournalpp/Makefile Mon Jul 18 20:37:58 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2022/05/04 21:05:42 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2022/07/18 20:37:58 yhardy Exp $ DISTNAME= xournalpp-1.1.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=xournalpp/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -45,6 +45,7 @@ post-install: .include "../../archivers/libzip/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" .include "../../audio/portaudio/buildlink3.mk" +.include "../../graphics/adwaita-icon-theme/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" .include "../../lang/lua53/buildlink3.mk" --_----------=_1658176679226390--