diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-11-05 23:29:48 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-11-05 23:29:48 +0000 |
commit | 64f27c351b9e2bb4f0672ef7069359293beb44c4 (patch) | |
tree | 1663a7199c91a65952bf4c075a8bc454a213364d /graphics/Makefile | |
parent | e24e8eef67eb038e77805e43519cd0af72d112d9 (diff) | |
download | pkgsrc-64f27c351b9e2bb4f0672ef7069359293beb44c4.tar.gz |
Add adwaita-icon-theme 3.14.1
This is the successor to gnome-icon-theme and gnome-icon-theme-symbolic.
3.14.0
- fix grid alignment in some symbolics
- sync folder-videos and folder-videos-symbolic
- translation updates
3.13.91
- checkbox/radio assets for gtk part of the symbolic icon theme
- updated cursors. 16 frame animation for fluidity (bug #734429)
- grid alignment for dictionary
- highres input-gaming (bug #735160)
- cellular network status cleanup (bug #735236)
- rtl variants for media icons (bug #735721)
- floating point errors in dimensions (bug #634023)
- translation updates
3.13.5
- support pre-rendered symbolic pngs
- improved cursors
- add missing symbolic mimetype icons
- translation updates
3.13.4
- add open-menu-symbolic
- translation updates
3.13.3
- symbolic icons for use in gtk theme instead of image assets
- spinner that only scales up to 32
- naming fixes
- sync metaphors between fullcolor and symbolic
- fix a few misrendering of symbolic icons
3.13.2
- checkbox and radio as icons (for popovers and menus in gtk)
- dropped legacy icon name mapping using symlinks (bug #728984)
- generic document-new (simple scan)
- spinner as icon (process-working)
- updated folder design for hicolor
- expanders as icons (bug #729565)
- settings for high contrast (bug #708311)
- updated translations
3.13.1
- make a/c status more prominnet (bug #701031)
- combine fullcolor, symbolic & cursor assets into one module
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0caad4bc0ab..829e61ac619 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.692 2014/11/02 18:22:47 khorben Exp $ +# $NetBSD: Makefile,v 1.693 2014/11/05 23:29:48 prlw1 Exp $ # COMMENT= Graphics tools and libraries @@ -23,6 +23,7 @@ SUBDIR+= SDL2_image SUBDIR+= SDL_image SUBDIR+= TiffIO SUBDIR+= aalib +SUBDIR+= adwaita-icon-theme SUBDIR+= agg SUBDIR+= aqsis SUBDIR+= artist |