pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xournalpp



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.

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"



Home | Main Index | Thread Index | Old Index