diff options
author | nia <nia@pkgsrc.org> | 2020-02-08 16:14:52 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-02-08 16:14:52 +0000 |
commit | 1b6dcccdf24807434aff49a36b504d55c8fdf244 (patch) | |
tree | 8be4839c5287d843a1649421193c0c71a74d2366 /graphics/Makefile | |
parent | ce9146c3a368228b013578eb3545fecca4be98e3 (diff) | |
download | pkgsrc-1b6dcccdf24807434aff49a36b504d55c8fdf244.tar.gz |
graphics: Remove adapta-gtk-theme
This package is causing a lot of problems in bulk builds. There's no reason
all the SVGs can't be pregenerated, but instead it needs to do a few hours
of parallel conversions with inkscape.
it's now unmaintained upstream so there's little chance of it getting
distributed in a more sensible way in the future, and as maintainer, I
no longer care about this package
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9cb8e24e7c6..b0c36e8f04a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.879 2020/02/05 13:18:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.880 2020/02/08 16:14:52 nia Exp $ # COMMENT= Graphics tools and libraries @@ -37,7 +37,6 @@ SUBDIR+= R-viridisLite SUBDIR+= SDL2_image SUBDIR+= SDL_image SUBDIR+= aalib -SUBDIR+= adapta-gtk-theme SUBDIR+= adaptagrams SUBDIR+= adwaita-icon-theme SUBDIR+= agg |