diff options
author | yhardy <yhardy@pkgsrc.org> | 2022-07-18 20:37:58 +0000 |
---|---|---|
committer | yhardy <yhardy@pkgsrc.org> | 2022-07-18 20:37:58 +0000 |
commit | 26e1a36a9a2c79362db68436146ab913bcda49ab (patch) | |
tree | 2231884cba0b8df33afd3b44940a9db81deb6350 /editors | |
parent | 9c3faff7263c4a39a54513d1a2805d84c511712d (diff) | |
download | pkgsrc-26e1a36a9a2c79362db68436146ab913bcda49ab.tar.gz |
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 (limited to 'editors')
-rw-r--r-- | editors/xournalpp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xournalpp/Makefile b/editors/xournalpp/Makefile index eb02aead8f6..623f780d997 100644 --- a/editors/xournalpp/Makefile +++ b/editors/xournalpp/Makefile @@ -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" |