2bcdfd8ddc
New in 0.17: * Fix 256x256@2/animations name in index.theme New in 0.16: * Add hidpi icon directories (e.g. 48x48@2) with scale=2 New in 0.15: * A new icon subdirectory symbolic/apps is available for symbolic application icons. It similar to scalable, except it has a target design size of 16, which is what symbolic icons use.
20 lines
494 B
Makefile
20 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.27 2017/10/02 15:06:03 wiz Exp $
|
|
|
|
DISTNAME= hicolor-icon-theme-0.17
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://icon-theme.freedesktop.org/releases/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.freedesktop.org/wiki/Software/icon-theme/
|
|
COMMENT= Standard icon theme called hicolor
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
USE_LANGUAGES= # none, not even C
|
|
USE_TOOLS+= gmake
|
|
|
|
ICON_THEMES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|