pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/netsurf



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Sep 12 17:27:16 UTC 2019

Modified Files:
        pkgsrc/www/netsurf: Makefile

Log Message:
Fix gtk dialog warnings about not finding icons in netsurf

Add graphics/hicolor-icon-theme as a dependency to netsurf.
Netsurf generates console warning messages like
"gtk dialog warning can't find icon .. please install
hicolor icon theme ..." so lets make sure it is installed.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/www/netsurf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/netsurf/Makefile
diff -u pkgsrc/www/netsurf/Makefile:1.80 pkgsrc/www/netsurf/Makefile:1.81
--- pkgsrc/www/netsurf/Makefile:1.80    Thu Sep 12 15:53:02 2019
+++ pkgsrc/www/netsurf/Makefile Thu Sep 12 17:27:16 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2019/09/12 15:53:02 nros Exp $
+# $NetBSD: Makefile,v 1.81 2019/09/12 17:27:16 nros Exp $
 
 DISTNAME=      netsurf-all-3.9
 PKGNAME=       ${DISTNAME:S/-all//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://download.netsurf-browser.org/netsurf/releases/source-full/
 
@@ -43,6 +44,7 @@ TOOL_DEPENDS+=                vim-share-[0-9]*:../../e
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gperf/buildlink3.mk"
 .include "../../devel/libglade/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index