pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/netsurf fix icons in www/netsurf
details: https://anonhg.NetBSD.org/pkgsrc/rev/05ddb768b128
branches: trunk
changeset: 401445:05ddb768b128
user: nros <nros%pkgsrc.org@localhost>
date: Tue Sep 17 11:00:23 2019 +0000
description:
fix icons in www/netsurf
Now that netsurf uses gtk3, install
adwaita icon theme so that it finds
icons to use with its gui.
diffstat:
www/netsurf/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r f8c9bacf74ff -r 05ddb768b128 www/netsurf/Makefile
--- a/www/netsurf/Makefile Tue Sep 17 10:56:03 2019 +0000
+++ b/www/netsurf/Makefile Tue Sep 17 11:00:23 2019 +0000
@@ -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 @@
.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