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:           Tue Sep 17 11:00:23 UTC 2019

Modified Files:
        pkgsrc/www/netsurf: Makefile

Log Message:
fix icons in www/netsurf

Now that netsurf uses gtk3, install
adwaita icon theme so that it finds
icons to use with its gui.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 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.83 pkgsrc/www/netsurf/Makefile:1.84
--- pkgsrc/www/netsurf/Makefile:1.83    Thu Sep 12 18:57:09 2019
+++ pkgsrc/www/netsurf/Makefile Tue Sep 17 11:00:23 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.83 2019/09/12 18:57:09 nia Exp $
+# $NetBSD: Makefile,v 1.84 2019/09/17 11:00:23 nros Exp $
 
 DISTNAME=      netsurf-all-3.9
 PKGNAME=       ${DISTNAME:S/-all//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www
 MASTER_SITES=  https://download.netsurf-browser.org/netsurf/releases/source-full/
 
@@ -60,7 +60,7 @@ post-install:
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gperf/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index