File:
[cvs.NetBSD.org] /
pkgsrc /
graphics /
adwaita-icon-theme /
Makefile
Revision
1.24:
download - view:
text,
annotated -
select for diffs
Mon Apr 20 06:50:53 2020 UTC (4 years, 7 months ago) by
wiz
Branches:
MAIN
CVS tags:
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
HEAD
adwaita-icon-theme: update to 3.36.1.
3.36.1
- symbolic: user-not-tracked bugfix (issue 81)
- fullcolor: video-x-generic metaphor (issue 59)
- symbolic: color coding of battery states (issue 77)
- symbolic: hw disabled states (sam)
- symbolic: microphone state icons (sam)
# $NetBSD: Makefile,v 1.24 2020/04/20 06:50:53 wiz Exp $
DISTNAME= adwaita-icon-theme-3.36.1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/adwaita-icon-theme/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= https://www.gnome.org/
COMMENT= Standard GNOME icons
LICENSE= cc-by-sa-v3.0 OR gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
# otherwise it creates lots of superfluous lib/locale dirs
USE_PKGLOCALEDIR= yes
TOOLS_NOOP+= gtk-update-icon-cache
CONFIGURE_ENV+= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
PKGCONFIG_OVERRIDE+= adwaita-icon-theme.pc.in
# should be created by the upstream installation Makefile targets,
# but isn't
INSTALLATION_DIRS+= share/icons/Adwaita/96x96/places
ICON_THEMES= yes
.include "../../mk/bsd.prefs.mk"
.for s in 96 256
PRINT_PLIST_AWK+= {gsub("^share/icons/Adwaita/${s}x${s}/places/start-here.png","@comment this is in PLIST.NetBSD, do not add here: &");}
.endfor
post-install:
.if ${OPSYS} == "NetBSD"
. for s in 16 22 24 32 48 96 256
${INSTALL_DATA} ${FILESDIR}/netbsd-${s}.png \
${DESTDIR}${PREFIX}/share/icons/Adwaita/${s}x${s}/places/start-here.png
. endfor
.endif
BUILDLINK_DEPMETHOD.gettext-lib= build
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>