pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xournalpp editors/xournalpp: add dependency: g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a714a523e34
branches:  trunk
changeset: 382045:4a714a523e34
user:      yhardy <yhardy%pkgsrc.org@localhost>
date:      Mon Jul 18 20:37:58 2022 +0000

description:
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.

diffstat:

 editors/xournalpp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2e9dd449527f -r 4a714a523e34 editors/xournalpp/Makefile
--- a/editors/xournalpp/Makefile        Mon Jul 18 19:49:21 2022 +0000
+++ b/editors/xournalpp/Makefile        Mon Jul 18 20:37:58 2022 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index