After this version, gnome-icon-theme-symbolic is merged with gnome-icon-theme and renamed to adwaita-icon-theme. 3.11.92 - fix exported wifi and volume icons - fix epoxrted goa-panel - inode-directory mimetype icon - network offline status icons (bug #726321) - larger a/c icon (bug #701031) 3.11.91 - fix export issues of audio-input-microphone (bug #724670) - media-view-subtitles (bug #722198) 3.11.5 - refined ethernet/wired icons - missing device states for wired and cellular - outlines for some icons causing alpha compositing issues 3.11.2 - network-wireless - action-unavailable fixes - grid alignment - avatar less blocky - new computer icons - places more consistent - updated network status icons (arrows)
25 lines
915 B
Makefile
25 lines
915 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/11/05 23:12:04 prlw1 Exp $
|
|
|
|
DISTNAME= gnome-icon-theme-symbolic-3.12.0
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme-symbolic/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Symbolic icons for the GNOME icon sets
|
|
LICENSE= cc-by-sa-v3.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= gnome-icon-theme-symbolic.pc.in
|
|
|
|
# The list of installed files depends on the version of
|
|
# icon-naming-utils, so be sure that this dependency corresponds to
|
|
# the current pkgsrc version.
|
|
BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90
|
|
.include "../../graphics/icon-naming-utils/buildlink3.mk"
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|