diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:41:04 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:41:04 +0800 |
commit | 5c8deb83238594c0e559cf89f0caadbcad3463bc (patch) | |
tree | 4c0d1b640c593697d4f2d3b69eff3cd01ddb0277 | |
parent | f23f7a72407edc0c6dc38e0a94c42734b7afbf02 (diff) | |
download | marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.gz marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.zst marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.zip |
Another batch of updated ports:
- gtk30-3.14.3
- gnome-themes-standard-3.14.0
- pango-1.36.8
- clutter-1.20.0
- clutter-gtk-1.6.0
- gobject-introspection-1.42.0
As usual, remove deprecated @dirrm[try] entries from the
pkg-plist files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19945 df743ca5-7f9a-e211-a948-0013205c9059
22 files changed, 363 insertions, 535 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 3a03bc04a..f6a6f1306 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= gobject-introspection -PORTVERSION= 1.40.0 -PORTREVISION= 2 +PORTVERSION= 1.42.0 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +21,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehier glib20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip # Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo index 748a7e7ad..d5ce5b506 100644 --- a/devel/gobject-introspection/distinfo +++ b/devel/gobject-introspection/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gobject-introspection-1.40.0.tar.xz) = 96ea75e9679083e7fe39a105e810e2ead2d708abf189a5ba420bfccfffa24e98 -SIZE (gnome3/gobject-introspection-1.40.0.tar.xz) = 1286424 +SHA256 (gnome3/gobject-introspection-1.42.0.tar.xz) = 3ba2edfad4f71d4f0de16960b5d5f2511335fa646b2c49bbb93ce5942b3f95f7 +SIZE (gnome3/gobject-introspection-1.42.0.tar.xz) = 1308056 diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index 190c8f4b6..903340789 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -21,6 +21,7 @@ include/gobject-introspection-1.0/gitypeinfo.h include/gobject-introspection-1.0/gitypelib.h include/gobject-introspection-1.0/gitypes.h include/gobject-introspection-1.0/giunioninfo.h +include/gobject-introspection-1.0/giversionmacros.h include/gobject-introspection-1.0/givfuncinfo.h lib/girepository-1.0/DBus-1.0.typelib lib/girepository-1.0/DBusGLib-1.0.typelib @@ -56,6 +57,9 @@ lib/gobject-introspection/giscanner/ast.pyo lib/gobject-introspection/giscanner/cachestore.py lib/gobject-introspection/giscanner/cachestore.pyc lib/gobject-introspection/giscanner/cachestore.pyo +lib/gobject-introspection/giscanner/ccompiler.py +lib/gobject-introspection/giscanner/ccompiler.pyc +lib/gobject-introspection/giscanner/ccompiler.pyo lib/gobject-introspection/giscanner/codegen.py lib/gobject-introspection/giscanner/codegen.pyc lib/gobject-introspection/giscanner/codegen.pyo @@ -206,19 +210,10 @@ share/gobject-introspection-1.0/tests/foo.c share/gobject-introspection-1.0/tests/foo.h share/gobject-introspection-1.0/tests/gimarshallingtests.c share/gobject-introspection-1.0/tests/gimarshallingtests.h +share/gobject-introspection-1.0/tests/gitestmacros.h share/gobject-introspection-1.0/tests/regress.c share/gobject-introspection-1.0/tests/regress.h share/gobject-introspection-1.0/tests/utility.c share/gobject-introspection-1.0/tests/utility.h share/gobject-introspection-1.0/tests/warnlib.c share/gobject-introspection-1.0/tests/warnlib.h -@dirrm share/gobject-introspection-1.0/tests -@dirrm share/gobject-introspection-1.0 -@dirrm lib/gobject-introspection/giscanner/doctemplates/Python -@dirrm lib/gobject-introspection/giscanner/doctemplates/Gjs -@dirrm lib/gobject-introspection/giscanner/doctemplates/C -@dirrm lib/gobject-introspection/giscanner/doctemplates -@dirrm lib/gobject-introspection/giscanner/collections -@dirrm lib/gobject-introspection/giscanner -@dirrm lib/gobject-introspection -@dirrm include/gobject-introspection-1.0 diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile index 0e6995449..e47900d6b 100644 --- a/graphics/clutter-gtk3/Makefile +++ b/graphics/clutter-gtk3/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= clutter-gtk -PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/graphics/clutter-gtk3/distinfo b/graphics/clutter-gtk3/distinfo index 686df838a..21bcb9804 100644 --- a/graphics/clutter-gtk3/distinfo +++ b/graphics/clutter-gtk3/distinfo @@ -1,2 +1,2 @@ -SHA256 (clutter-gtk-1.5.2.tar.xz) = 3f57438ab01c249cb020e8787e8a72c51a92f817517ee8c0c696111c83891fc8 -SIZE (clutter-gtk-1.5.2.tar.xz) = 312344 +SHA256 (clutter-gtk-1.6.0.tar.xz) = 883550b574a036363239442edceb61cf3f6bedc8adc97d3404278556dc82234d +SIZE (clutter-gtk-1.6.0.tar.xz) = 313240 diff --git a/graphics/clutter-gtk3/pkg-plist b/graphics/clutter-gtk3/pkg-plist index cfb3603fc..0244b2f2a 100644 --- a/graphics/clutter-gtk3/pkg-plist +++ b/graphics/clutter-gtk3/pkg-plist @@ -14,5 +14,3 @@ share/gir-1.0/GtkClutter-1.0.gir share/locale/ja/LC_MESSAGES/cluttergtk-1.0.mo share/locale/pl/LC_MESSAGES/cluttergtk-1.0.mo share/locale/zh_CN/LC_MESSAGES/cluttergtk-1.0.mo -@dirrm include/clutter-gtk-1.0/clutter-gtk -@dirrm include/clutter-gtk-1.0 diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index d21fcc3cc..6c36e3159 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= clutter -PORTVERSION= 1.18.4 -PORTREVISION= 1 +PORTVERSION= 1.20.0 CATEGORIES= graphics MASTER_SITES= GNOME @@ -20,15 +19,16 @@ LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gdkpixbuf2 gnomeprefix atk pango \ introspection:build -USE_GL= gl +USE_GL= gl egl USE_XORG= glproto x11 xfixes xdamage xcomposite xi GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-x --enable-conformance=no \ + --enable-egl-backend=yes \ --disable-gdk-backend CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo index 5b7b7b5f4..3d11b0592 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,2 +1,2 @@ -SHA256 (clutter-1.18.4.tar.xz) = 4eea1015cd6d4b4945cb5d4a60e52275b0d70e13852d6d99c9abc0cd4deeb60c -SIZE (clutter-1.18.4.tar.xz) = 5237900 +SHA256 (clutter-1.20.0.tar.xz) = cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293 +SIZE (clutter-1.20.0.tar.xz) = 5237780 diff --git a/graphics/clutter/pkg-plist b/graphics/clutter/pkg-plist index e04de0309..63946e215 100644 --- a/graphics/clutter/pkg-plist +++ b/graphics/clutter/pkg-plist @@ -130,6 +130,8 @@ include/clutter-1.0/clutter/deprecated/clutter-texture.h include/clutter-1.0/clutter/deprecated/clutter-timeline.h include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h include/clutter-1.0/clutter/deprecated/clutter-util.h +include/clutter-1.0/clutter/egl/clutter-egl-headers.h +include/clutter-1.0/clutter/egl/clutter-egl.h include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h include/clutter-1.0/clutter/glx/clutter-glx.h include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h @@ -139,12 +141,13 @@ lib/girepository-1.0/Clutter-1.0.typelib lib/girepository-1.0/ClutterX11-1.0.typelib lib/libclutter-1.0.so lib/libclutter-1.0.so.0 -lib/libclutter-1.0.so.0.1800.4 +lib/libclutter-1.0.so.0.2000.0 lib/libclutter-glx-1.0.so lib/libclutter-glx-1.0.so.0 libdata/pkgconfig/cally-1.0.pc libdata/pkgconfig/clutter-1.0.pc libdata/pkgconfig/clutter-cogl-1.0.pc +libdata/pkgconfig/clutter-egl-1.0.pc libdata/pkgconfig/clutter-glx-1.0.pc libdata/pkgconfig/clutter-x11-1.0.pc share/doc/cally/CallyActor.html @@ -417,35 +420,3 @@ share/locale/yi/LC_MESSAGES/clutter-1.0.mo share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm %%DOCSDIR%% -@dirrm share/doc/cally -@dirrm include/clutter-1.0/clutter/x11 -@dirrm include/clutter-1.0/clutter/glx -@dirrm include/clutter-1.0/clutter/deprecated -@dirrm include/clutter-1.0/clutter -@dirrm include/clutter-1.0/cally -@dirrm include/clutter-1.0 diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index d35ed3160..ca655f259 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= gnome-backgrounds -PORTVERSION= 3.12.2 +PORTVERSION= 3.14.1 CATEGORIES= x11-themes graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11-themes/gnome-backgrounds/distinfo b/x11-themes/gnome-backgrounds/distinfo index c000cff48..065117ce4 100644 --- a/x11-themes/gnome-backgrounds/distinfo +++ b/x11-themes/gnome-backgrounds/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-backgrounds-3.12.2.tar.xz) = ac4d3e0fffc5991865ca748e728a1ab87f167400105250ce2195b03502427180 -SIZE (gnome3/gnome-backgrounds-3.12.2.tar.xz) = 12979856 +SHA256 (gnome3/gnome-backgrounds-3.14.1.tar.xz) = deeea0499f34b118d27d94e3ac8d23e3b210bd602b2c1aa0e0242a75ae78c126 +SIZE (gnome3/gnome-backgrounds-3.14.1.tar.xz) = 16463428 diff --git a/x11-themes/gnome-backgrounds/pkg-plist b/x11-themes/gnome-backgrounds/pkg-plist index be83f8134..7de80f044 100644 --- a/x11-themes/gnome-backgrounds/pkg-plist +++ b/x11-themes/gnome-backgrounds/pkg-plist @@ -13,6 +13,12 @@ share/backgrounds/gnome/Stones.jpg share/backgrounds/gnome/Terraform-green.jpg share/backgrounds/gnome/Waves.jpg share/backgrounds/gnome/Whispy_Tails.jpg +share/backgrounds/gnome/adwaita-day.jpg +share/backgrounds/gnome/adwaita-lock.jpg +share/backgrounds/gnome/adwaita-morning.jpg +share/backgrounds/gnome/adwaita-night.jpg +share/backgrounds/gnome/adwaita-timed.xml +share/gnome-background-properties/adwaita.xml share/gnome-background-properties/gnome-backgrounds.xml share/locale/af/LC_MESSAGES/gnome-backgrounds.mo share/locale/an/LC_MESSAGES/gnome-backgrounds.mo diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile index 30bb520fe..1dacca808 100644 --- a/x11-themes/gnome-themes-standard/Makefile +++ b/x11-themes/gnome-themes-standard/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= gnome-themes-standard -PORTVERSION= 3.12.0 -PORTREVISION= 1 +PORTVERSION= 3.14.0 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11-themes/gnome-themes-standard/distinfo b/x11-themes/gnome-themes-standard/distinfo index 5a995a385..b37a926ff 100644 --- a/x11-themes/gnome-themes-standard/distinfo +++ b/x11-themes/gnome-themes-standard/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-themes-standard-3.12.0.tar.xz) = a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217 -SIZE (gnome3/gnome-themes-standard-3.12.0.tar.xz) = 5911004 +SHA256 (gnome3/gnome-themes-standard-3.14.0.tar.xz) = addd469f4ba746f8ebb03da8b5c67b7d8b6b2c979f7f07958455c7e33fbdbe09 +SIZE (gnome3/gnome-themes-standard-3.14.0.tar.xz) = 2575612 diff --git a/x11-themes/gnome-themes-standard/pkg-plist b/x11-themes/gnome-themes-standard/pkg-plist index 97d83b7b5..8f9057026 100644 --- a/x11-themes/gnome-themes-standard/pkg-plist +++ b/x11-themes/gnome-themes-standard/pkg-plist @@ -1,98 +1,10 @@ lib/gtk-2.0/%%GTK2_VERSION%%/engines/libadwaita.so -lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libadwaita.so -share/gnome-background-properties/adwaita.xml -share/icons/Adwaita/cursors/00008160000006810000408080010102 -share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 -share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 -share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf -share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 -share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 -share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df -share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 -share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 -share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 -share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f -share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f -share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 -share/icons/Adwaita/cursors/X_cursor -share/icons/Adwaita/cursors/arrow -share/icons/Adwaita/cursors/bd_double_arrow -share/icons/Adwaita/cursors/bottom_left_corner -share/icons/Adwaita/cursors/bottom_right_corner -share/icons/Adwaita/cursors/bottom_side -share/icons/Adwaita/cursors/bottom_tee -share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -share/icons/Adwaita/cursors/circle -share/icons/Adwaita/cursors/copy -share/icons/Adwaita/cursors/cross -share/icons/Adwaita/cursors/cross_reverse -share/icons/Adwaita/cursors/crossed_circle -share/icons/Adwaita/cursors/crosshair -share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b -share/icons/Adwaita/cursors/diamond_cross -share/icons/Adwaita/cursors/dnd-ask -share/icons/Adwaita/cursors/dnd-copy -share/icons/Adwaita/cursors/dnd-link -share/icons/Adwaita/cursors/dnd-move -share/icons/Adwaita/cursors/dnd-none -share/icons/Adwaita/cursors/dot_box_mask -share/icons/Adwaita/cursors/dotbox -share/icons/Adwaita/cursors/double_arrow -share/icons/Adwaita/cursors/draft_large -share/icons/Adwaita/cursors/draft_small -share/icons/Adwaita/cursors/draped_box -share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 -share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -share/icons/Adwaita/cursors/fd_double_arrow -share/icons/Adwaita/cursors/fleur -share/icons/Adwaita/cursors/grabbing -share/icons/Adwaita/cursors/h_double_arrow -share/icons/Adwaita/cursors/hand -share/icons/Adwaita/cursors/hand1 -share/icons/Adwaita/cursors/hand2 -share/icons/Adwaita/cursors/help -share/icons/Adwaita/cursors/icon -share/icons/Adwaita/cursors/left_ptr -share/icons/Adwaita/cursors/left_ptr_help -share/icons/Adwaita/cursors/left_ptr_watch -share/icons/Adwaita/cursors/left_side -share/icons/Adwaita/cursors/left_tee -share/icons/Adwaita/cursors/link -share/icons/Adwaita/cursors/ll_angle -share/icons/Adwaita/cursors/lr_angle -share/icons/Adwaita/cursors/move -share/icons/Adwaita/cursors/pencil -share/icons/Adwaita/cursors/pirate -share/icons/Adwaita/cursors/plus -share/icons/Adwaita/cursors/question_arrow -share/icons/Adwaita/cursors/right_ptr -share/icons/Adwaita/cursors/right_side -share/icons/Adwaita/cursors/right_tee -share/icons/Adwaita/cursors/sb_down_arrow -share/icons/Adwaita/cursors/sb_h_double_arrow -share/icons/Adwaita/cursors/sb_left_arrow -share/icons/Adwaita/cursors/sb_right_arrow -share/icons/Adwaita/cursors/sb_up_arrow -share/icons/Adwaita/cursors/sb_v_double_arrow -share/icons/Adwaita/cursors/target -share/icons/Adwaita/cursors/tcross -share/icons/Adwaita/cursors/top_left_arrow -share/icons/Adwaita/cursors/top_left_corner -share/icons/Adwaita/cursors/top_right_corner -share/icons/Adwaita/cursors/top_side -share/icons/Adwaita/cursors/top_tee -share/icons/Adwaita/cursors/ul_angle -share/icons/Adwaita/cursors/ur_angle -share/icons/Adwaita/cursors/v_double_arrow -share/icons/Adwaita/cursors/watch -share/icons/Adwaita/cursors/xterm share/icons/HighContrast/16x16/actions/action-unavailable.png share/icons/HighContrast/16x16/actions/bookmark-add.png share/icons/HighContrast/16x16/actions/bookmark-new.png share/icons/HighContrast/16x16/actions/call-end.png share/icons/HighContrast/16x16/actions/call-start.png +share/icons/HighContrast/16x16/actions/content-loading.png share/icons/HighContrast/16x16/actions/document-open-recent.png share/icons/HighContrast/16x16/actions/document-open.png share/icons/HighContrast/16x16/actions/document-page-setup.png @@ -155,6 +67,7 @@ share/icons/HighContrast/16x16/actions/list-remove.png share/icons/HighContrast/16x16/actions/mail-mark-important.png share/icons/HighContrast/16x16/actions/mail-send-receive.png share/icons/HighContrast/16x16/actions/mail-send.png +share/icons/HighContrast/16x16/actions/mark-location.png share/icons/HighContrast/16x16/actions/media-eject.png share/icons/HighContrast/16x16/actions/media-playback-pause.png share/icons/HighContrast/16x16/actions/media-playback-start-rtl.png @@ -169,6 +82,7 @@ share/icons/HighContrast/16x16/actions/media-skip-backward-rtl.png share/icons/HighContrast/16x16/actions/media-skip-backward.png share/icons/HighContrast/16x16/actions/media-skip-forward-rtl.png share/icons/HighContrast/16x16/actions/media-skip-forward.png +share/icons/HighContrast/16x16/actions/media-view-subtitles.png share/icons/HighContrast/16x16/actions/object-flip-horizontal.png share/icons/HighContrast/16x16/actions/object-flip-vertical.png share/icons/HighContrast/16x16/actions/object-rotate-left.png @@ -189,6 +103,9 @@ share/icons/HighContrast/16x16/actions/view-paged.png share/icons/HighContrast/16x16/actions/view-refresh.png share/icons/HighContrast/16x16/actions/view-restore.png share/icons/HighContrast/16x16/actions/window-close.png +share/icons/HighContrast/16x16/actions/window-maximize.png +share/icons/HighContrast/16x16/actions/window-minimize.png +share/icons/HighContrast/16x16/actions/window-restore.png share/icons/HighContrast/16x16/actions/zoom-fit-best.png share/icons/HighContrast/16x16/actions/zoom-in.png share/icons/HighContrast/16x16/actions/zoom-original.png @@ -218,7 +135,6 @@ share/icons/HighContrast/16x16/apps/evolution.png share/icons/HighContrast/16x16/apps/fedora-release-notes.png share/icons/HighContrast/16x16/apps/file-roller.png share/icons/HighContrast/16x16/apps/firefox.png -share/icons/HighContrast/16x16/apps/five-or-more.png share/icons/HighContrast/16x16/apps/gimp.png share/icons/HighContrast/16x16/apps/glade.png share/icons/HighContrast/16x16/apps/gnome-abrt.png @@ -226,7 +142,6 @@ share/icons/HighContrast/16x16/apps/gnome-aisleriot.png share/icons/HighContrast/16x16/apps/gnome-boxes.png share/icons/HighContrast/16x16/apps/gnome-documents.png share/icons/HighContrast/16x16/apps/gnome-freecell.png -share/icons/HighContrast/16x16/apps/gnome-mines.png share/icons/HighContrast/16x16/apps/gnome-nettool.png share/icons/HighContrast/16x16/apps/gnome-power-manager.png share/icons/HighContrast/16x16/apps/gnome-tweak-tool.png @@ -235,7 +150,6 @@ share/icons/HighContrast/16x16/apps/gtranslator.png share/icons/HighContrast/16x16/apps/haguichi.png share/icons/HighContrast/16x16/apps/headpin.png share/icons/HighContrast/16x16/apps/help-browser.png -share/icons/HighContrast/16x16/apps/iagno.png share/icons/HighContrast/16x16/apps/ifolder.png share/icons/HighContrast/16x16/apps/inkscape.png share/icons/HighContrast/16x16/apps/katello.png @@ -247,6 +161,7 @@ share/icons/HighContrast/16x16/apps/libreoffice-math.png share/icons/HighContrast/16x16/apps/libreoffice-startcenter.png share/icons/HighContrast/16x16/apps/libreoffice-writer.png share/icons/HighContrast/16x16/apps/miro.png +share/icons/HighContrast/16x16/apps/multimedia-volume-control.png share/icons/HighContrast/16x16/apps/palimpsest.png share/icons/HighContrast/16x16/apps/pidgin.png share/icons/HighContrast/16x16/apps/pino.png @@ -300,8 +215,12 @@ share/icons/HighContrast/16x16/categories/preferences-other.png share/icons/HighContrast/16x16/categories/preferences-system.png share/icons/HighContrast/16x16/categories/system-help.png share/icons/HighContrast/16x16/devices/audio-card.png +share/icons/HighContrast/16x16/devices/audio-headphones.png +share/icons/HighContrast/16x16/devices/audio-headset.png share/icons/HighContrast/16x16/devices/audio-input-microphone.png +share/icons/HighContrast/16x16/devices/audio-speakers.png share/icons/HighContrast/16x16/devices/camera-photo.png +share/icons/HighContrast/16x16/devices/camera-video.png share/icons/HighContrast/16x16/devices/camera-web.png share/icons/HighContrast/16x16/devices/colorimeter-colorhug.png share/icons/HighContrast/16x16/devices/computer-apple-ipad.png @@ -311,6 +230,8 @@ share/icons/HighContrast/16x16/devices/drive-harddisk-ieee1394.png share/icons/HighContrast/16x16/devices/drive-harddisk-system.png share/icons/HighContrast/16x16/devices/drive-harddisk-usb.png share/icons/HighContrast/16x16/devices/drive-harddisk.png +share/icons/HighContrast/16x16/devices/drive-multidisk-alt.png +share/icons/HighContrast/16x16/devices/drive-multidisk-alt2.png share/icons/HighContrast/16x16/devices/drive-multidisk.png share/icons/HighContrast/16x16/devices/drive-optical.png share/icons/HighContrast/16x16/devices/drive-removable-media.png @@ -331,6 +252,8 @@ share/icons/HighContrast/16x16/devices/media-removable.png share/icons/HighContrast/16x16/devices/media-zip.png share/icons/HighContrast/16x16/devices/multimedia-player-apple-ipod-touch.png share/icons/HighContrast/16x16/devices/multimedia-player.png +share/icons/HighContrast/16x16/devices/network-wired.png +share/icons/HighContrast/16x16/devices/network-wireless.png share/icons/HighContrast/16x16/devices/phone-apple-iphone.png share/icons/HighContrast/16x16/devices/phone.png share/icons/HighContrast/16x16/devices/printer-network.png @@ -377,6 +300,7 @@ share/icons/HighContrast/16x16/mimetypes/application-rss+xml.png share/icons/HighContrast/16x16/mimetypes/application-x-appliance.png share/icons/HighContrast/16x16/mimetypes/audio-x-generic.png share/icons/HighContrast/16x16/mimetypes/folder-publicshare.png +share/icons/HighContrast/16x16/mimetypes/inode-directory.png share/icons/HighContrast/16x16/mimetypes/package-x-generic.png share/icons/HighContrast/16x16/mimetypes/text-x-generic.png share/icons/HighContrast/16x16/mimetypes/video-x-generic.png @@ -395,8 +319,10 @@ share/icons/HighContrast/16x16/places/network-server.png share/icons/HighContrast/16x16/places/network-workgroup.png share/icons/HighContrast/16x16/places/start-here.png share/icons/HighContrast/16x16/places/user-bookmarks.png +share/icons/HighContrast/16x16/places/user-desktop.png share/icons/HighContrast/16x16/places/user-home.png share/icons/HighContrast/16x16/places/user-trash.png +share/icons/HighContrast/16x16/status/airplane-mode.png share/icons/HighContrast/16x16/status/alarm.png share/icons/HighContrast/16x16/status/appointment-missed.png share/icons/HighContrast/16x16/status/appointment-soon.png @@ -436,7 +362,13 @@ share/icons/HighContrast/16x16/status/mail-attachment.png share/icons/HighContrast/16x16/status/mail-read.png share/icons/HighContrast/16x16/status/mail-replied.png share/icons/HighContrast/16x16/status/mail-unread.png +share/icons/HighContrast/16x16/status/media-playlist-consecutive-rtl.png +share/icons/HighContrast/16x16/status/media-playlist-consecutive.png +share/icons/HighContrast/16x16/status/media-playlist-repeat-rtl.png +share/icons/HighContrast/16x16/status/media-playlist-repeat-song-rtl.png +share/icons/HighContrast/16x16/status/media-playlist-repeat-song.png share/icons/HighContrast/16x16/status/media-playlist-repeat.png +share/icons/HighContrast/16x16/status/media-playlist-shuffle-rtl.png share/icons/HighContrast/16x16/status/media-playlist-shuffle.png share/icons/HighContrast/16x16/status/microphone-sensitivity-high.png share/icons/HighContrast/16x16/status/microphone-sensitivity-low.png @@ -448,6 +380,8 @@ share/icons/HighContrast/16x16/status/network-cellular-acquiring.png share/icons/HighContrast/16x16/status/network-cellular-connected.png share/icons/HighContrast/16x16/status/network-cellular-edge.png share/icons/HighContrast/16x16/status/network-cellular-gprs.png +share/icons/HighContrast/16x16/status/network-cellular-no-route.png +share/icons/HighContrast/16x16/status/network-cellular-offline.png share/icons/HighContrast/16x16/status/network-cellular-signal-excellent.png share/icons/HighContrast/16x16/status/network-cellular-signal-good.png share/icons/HighContrast/16x16/status/network-cellular-signal-none.png @@ -465,11 +399,15 @@ share/icons/HighContrast/16x16/status/network-vpn-acquiring.png share/icons/HighContrast/16x16/status/network-vpn.png share/icons/HighContrast/16x16/status/network-wired-acquiring.png share/icons/HighContrast/16x16/status/network-wired-disconnected.png +share/icons/HighContrast/16x16/status/network-wired-no-route.png +share/icons/HighContrast/16x16/status/network-wired-offline.png share/icons/HighContrast/16x16/status/network-wired.png share/icons/HighContrast/16x16/status/network-wireless-acquiring.png share/icons/HighContrast/16x16/status/network-wireless-connected.png share/icons/HighContrast/16x16/status/network-wireless-encrypted.png share/icons/HighContrast/16x16/status/network-wireless-hotspot.png +share/icons/HighContrast/16x16/status/network-wireless-no-route.png +share/icons/HighContrast/16x16/status/network-wireless-offline.png share/icons/HighContrast/16x16/status/network-wireless-signal-excellent.png share/icons/HighContrast/16x16/status/network-wireless-signal-good.png share/icons/HighContrast/16x16/status/network-wireless-signal-none.png @@ -479,6 +417,8 @@ share/icons/HighContrast/16x16/status/non-starred.png share/icons/HighContrast/16x16/status/printer-error.png share/icons/HighContrast/16x16/status/printer-printing.png share/icons/HighContrast/16x16/status/printer-warning.png +share/icons/HighContrast/16x16/status/rotation-allowed.png +share/icons/HighContrast/16x16/status/rotation-locked.png share/icons/HighContrast/16x16/status/security-high.png share/icons/HighContrast/16x16/status/security-low.png share/icons/HighContrast/16x16/status/security-medium.png @@ -498,6 +438,7 @@ share/icons/HighContrast/16x16/status/user-invisible.png share/icons/HighContrast/16x16/status/user-offline.png share/icons/HighContrast/16x16/status/user-status-pending.png share/icons/HighContrast/16x16/status/user-trash-full.png +share/icons/HighContrast/16x16/status/view-wrapped-rtl.png share/icons/HighContrast/16x16/status/view-wrapped.png share/icons/HighContrast/16x16/status/weather-clear-night.png share/icons/HighContrast/16x16/status/weather-clear.png @@ -510,11 +451,29 @@ share/icons/HighContrast/16x16/status/weather-showers-scattered.png share/icons/HighContrast/16x16/status/weather-showers.png share/icons/HighContrast/16x16/status/weather-snow.png share/icons/HighContrast/16x16/status/weather-storm.png +share/icons/HighContrast/16x16/stock/gtk-apply.png +share/icons/HighContrast/16x16/stock/gtk-bold.png +share/icons/HighContrast/16x16/stock/gtk-cancel.png +share/icons/HighContrast/16x16/stock/gtk-connect.png +share/icons/HighContrast/16x16/stock/gtk-convert.png +share/icons/HighContrast/16x16/stock/gtk-disconnect.png +share/icons/HighContrast/16x16/stock/gtk-dnd-multiple.png +share/icons/HighContrast/16x16/stock/gtk-dnd.png +share/icons/HighContrast/16x16/stock/gtk-edit.png +share/icons/HighContrast/16x16/stock/gtk-index.png +share/icons/HighContrast/16x16/stock/gtk-no.png +share/icons/HighContrast/16x16/stock/gtk-ok.png +share/icons/HighContrast/16x16/stock/gtk-preferences.png +share/icons/HighContrast/16x16/stock/gtk-select-color.png +share/icons/HighContrast/16x16/stock/gtk-select-font.png +share/icons/HighContrast/16x16/stock/gtk-undelete.png +share/icons/HighContrast/16x16/stock/gtk-yes.png share/icons/HighContrast/22x22/actions/action-unavailable.png share/icons/HighContrast/22x22/actions/bookmark-add.png share/icons/HighContrast/22x22/actions/bookmark-new.png share/icons/HighContrast/22x22/actions/call-end.png share/icons/HighContrast/22x22/actions/call-start.png +share/icons/HighContrast/22x22/actions/content-loading.png share/icons/HighContrast/22x22/actions/document-open-recent.png share/icons/HighContrast/22x22/actions/document-open.png share/icons/HighContrast/22x22/actions/document-page-setup.png @@ -577,6 +536,7 @@ share/icons/HighContrast/22x22/actions/list-remove.png share/icons/HighContrast/22x22/actions/mail-mark-important.png share/icons/HighContrast/22x22/actions/mail-send-receive.png share/icons/HighContrast/22x22/actions/mail-send.png +share/icons/HighContrast/22x22/actions/mark-location.png share/icons/HighContrast/22x22/actions/media-eject.png share/icons/HighContrast/22x22/actions/media-playback-pause.png share/icons/HighContrast/22x22/actions/media-playback-start-rtl.png @@ -591,6 +551,7 @@ share/icons/HighContrast/22x22/actions/media-skip-backward-rtl.png share/icons/HighContrast/22x22/actions/media-skip-backward.png share/icons/HighContrast/22x22/actions/media-skip-forward-rtl.png share/icons/HighContrast/22x22/actions/media-skip-forward.png +share/icons/HighContrast/22x22/actions/media-view-subtitles.png share/icons/HighContrast/22x22/actions/object-flip-horizontal.png share/icons/HighContrast/22x22/actions/object-flip-vertical.png share/icons/HighContrast/22x22/actions/object-rotate-left.png @@ -611,6 +572,9 @@ share/icons/HighContrast/22x22/actions/view-paged.png share/icons/HighContrast/22x22/actions/view-refresh.png share/icons/HighContrast/22x22/actions/view-restore.png share/icons/HighContrast/22x22/actions/window-close.png +share/icons/HighContrast/22x22/actions/window-maximize.png +share/icons/HighContrast/22x22/actions/window-minimize.png +share/icons/HighContrast/22x22/actions/window-restore.png share/icons/HighContrast/22x22/actions/zoom-fit-best.png share/icons/HighContrast/22x22/actions/zoom-in.png share/icons/HighContrast/22x22/actions/zoom-original.png @@ -640,7 +604,6 @@ share/icons/HighContrast/22x22/apps/evolution.png share/icons/HighContrast/22x22/apps/fedora-release-notes.png share/icons/HighContrast/22x22/apps/file-roller.png share/icons/HighContrast/22x22/apps/firefox.png -share/icons/HighContrast/22x22/apps/five-or-more.png share/icons/HighContrast/22x22/apps/gimp.png share/icons/HighContrast/22x22/apps/glade.png share/icons/HighContrast/22x22/apps/gnome-abrt.png @@ -648,7 +611,6 @@ share/icons/HighContrast/22x22/apps/gnome-aisleriot.png share/icons/HighContrast/22x22/apps/gnome-boxes.png share/icons/HighContrast/22x22/apps/gnome-documents.png share/icons/HighContrast/22x22/apps/gnome-freecell.png -share/icons/HighContrast/22x22/apps/gnome-mines.png share/icons/HighContrast/22x22/apps/gnome-nettool.png share/icons/HighContrast/22x22/apps/gnome-power-manager.png share/icons/HighContrast/22x22/apps/gnome-tweak-tool.png @@ -657,7 +619,6 @@ share/icons/HighContrast/22x22/apps/gtranslator.png share/icons/HighContrast/22x22/apps/haguichi.png share/icons/HighContrast/22x22/apps/headpin.png share/icons/HighContrast/22x22/apps/help-browser.png -share/icons/HighContrast/22x22/apps/iagno.png share/icons/HighContrast/22x22/apps/ifolder.png share/icons/HighContrast/22x22/apps/inkscape.png share/icons/HighContrast/22x22/apps/katello.png @@ -669,6 +630,7 @@ share/icons/HighContrast/22x22/apps/libreoffice-math.png share/icons/HighContrast/22x22/apps/libreoffice-startcenter.png share/icons/HighContrast/22x22/apps/libreoffice-writer.png share/icons/HighContrast/22x22/apps/miro.png +share/icons/HighContrast/22x22/apps/multimedia-volume-control.png share/icons/HighContrast/22x22/apps/palimpsest.png share/icons/HighContrast/22x22/apps/pidgin.png share/icons/HighContrast/22x22/apps/pino.png @@ -722,8 +684,12 @@ share/icons/HighContrast/22x22/categories/preferences-other.png share/icons/HighContrast/22x22/categories/preferences-system.png share/icons/HighContrast/22x22/categories/system-help.png share/icons/HighContrast/22x22/devices/audio-card.png +share/icons/HighContrast/22x22/devices/audio-headphones.png +share/icons/HighContrast/22x22/devices/audio-headset.png share/icons/HighContrast/22x22/devices/audio-input-microphone.png +share/icons/HighContrast/22x22/devices/audio-speakers.png share/icons/HighContrast/22x22/devices/camera-photo.png +share/icons/HighContrast/22x22/devices/camera-video.png share/icons/HighContrast/22x22/devices/camera-web.png share/icons/HighContrast/22x22/devices/colorimeter-colorhug.png share/icons/HighContrast/22x22/devices/computer-apple-ipad.png @@ -733,6 +699,8 @@ share/icons/HighContrast/22x22/devices/drive-harddisk-ieee1394.png share/icons/HighContrast/22x22/devices/drive-harddisk-system.png share/icons/HighContrast/22x22/devices/drive-harddisk-usb.png share/icons/HighContrast/22x22/devices/drive-harddisk.png +share/icons/HighContrast/22x22/devices/drive-multidisk-alt.png +share/icons/HighContrast/22x22/devices/drive-multidisk-alt2.png share/icons/HighContrast/22x22/devices/drive-multidisk.png share/icons/HighContrast/22x22/devices/drive-optical.png share/icons/HighContrast/22x22/devices/drive-removable-media.png @@ -753,6 +721,8 @@ share/icons/HighContrast/22x22/devices/media-removable.png share/icons/HighContrast/22x22/devices/media-zip.png share/icons/HighContrast/22x22/devices/multimedia-player-apple-ipod-touch.png share/icons/HighContrast/22x22/devices/multimedia-player.png +share/icons/HighContrast/22x22/devices/network-wired.png +share/icons/HighContrast/22x22/devices/network-wireless.png share/icons/HighContrast/22x22/devices/phone-apple-iphone.png share/icons/HighContrast/22x22/devices/phone.png share/icons/HighContrast/22x22/devices/printer-network.png @@ -799,6 +769,7 @@ share/icons/HighContrast/22x22/mimetypes/application-rss+xml.png share/icons/HighContrast/22x22/mimetypes/application-x-appliance.png share/icons/HighContrast/22x22/mimetypes/audio-x-generic.png share/icons/HighContrast/22x22/mimetypes/folder-publicshare.png +share/icons/HighContrast/22x22/mimetypes/inode-directory.png share/icons/HighContrast/22x22/mimetypes/package-x-generic.png share/icons/HighContrast/22x22/mimetypes/text-x-generic.png share/icons/HighContrast/22x22/mimetypes/video-x-generic.png @@ -817,8 +788,10 @@ share/icons/HighContrast/22x22/places/network-server.png share/icons/HighContrast/22x22/places/network-workgroup.png share/icons/HighContrast/22x22/places/start-here.png share/icons/HighContrast/22x22/places/user-bookmarks.png +share/icons/HighContrast/22x22/places/user-desktop.png share/icons/HighContrast/22x22/places/user-home.png share/icons/HighContrast/22x22/places/user-trash.png +share/icons/HighContrast/22x22/status/airplane-mode.png share/icons/HighContrast/22x22/status/alarm.png share/icons/HighContrast/22x22/status/appointment-missed.png share/icons/HighContrast/22x22/status/appointment-soon.png @@ -858,7 +831,13 @@ share/icons/HighContrast/22x22/status/mail-attachment.png share/icons/HighContrast/22x22/status/mail-read.png share/icons/HighContrast/22x22/status/mail-replied.png share/icons/HighContrast/22x22/status/mail-unread.png +share/icons/HighContrast/22x22/status/media-playlist-consecutive-rtl.png +share/icons/HighContrast/22x22/status/media-playlist-consecutive.png +share/icons/HighContrast/22x22/status/media-playlist-repeat-rtl.png +share/icons/HighContrast/22x22/status/media-playlist-repeat-song-rtl.png +share/icons/HighContrast/22x22/status/media-playlist-repeat-song.png share/icons/HighContrast/22x22/status/media-playlist-repeat.png +share/icons/HighContrast/22x22/status/media-playlist-shuffle-rtl.png share/icons/HighContrast/22x22/status/media-playlist-shuffle.png share/icons/HighContrast/22x22/status/microphone-sensitivity-high.png share/icons/HighContrast/22x22/status/microphone-sensitivity-low.png @@ -870,6 +849,8 @@ share/icons/HighContrast/22x22/status/network-cellular-acquiring.png share/icons/HighContrast/22x22/status/network-cellular-connected.png share/icons/HighContrast/22x22/status/network-cellular-edge.png share/icons/HighContrast/22x22/status/network-cellular-gprs.png +share/icons/HighContrast/22x22/status/network-cellular-no-route.png +share/icons/HighContrast/22x22/status/network-cellular-offline.png share/icons/HighContrast/22x22/status/network-cellular-signal-excellent.png share/icons/HighContrast/22x22/status/network-cellular-signal-good.png share/icons/HighContrast/22x22/status/network-cellular-signal-none.png @@ -887,11 +868,15 @@ share/icons/HighContrast/22x22/status/network-vpn-acquiring.png share/icons/HighContrast/22x22/status/network-vpn.png share/icons/HighContrast/22x22/status/network-wired-acquiring.png share/icons/HighContrast/22x22/status/network-wired-disconnected.png +share/icons/HighContrast/22x22/status/network-wired-no-route.png +share/icons/HighContrast/22x22/status/network-wired-offline.png share/icons/HighContrast/22x22/status/network-wired.png share/icons/HighContrast/22x22/status/network-wireless-acquiring.png share/icons/HighContrast/22x22/status/network-wireless-connected.png share/icons/HighContrast/22x22/status/network-wireless-encrypted.png share/icons/HighContrast/22x22/status/network-wireless-hotspot.png +share/icons/HighContrast/22x22/status/network-wireless-no-route.png +share/icons/HighContrast/22x22/status/network-wireless-offline.png share/icons/HighContrast/22x22/status/network-wireless-signal-excellent.png share/icons/HighContrast/22x22/status/network-wireless-signal-good.png share/icons/HighContrast/22x22/status/network-wireless-signal-none.png @@ -901,6 +886,8 @@ share/icons/HighContrast/22x22/status/non-starred.png share/icons/HighContrast/22x22/status/printer-error.png share/icons/HighContrast/22x22/status/printer-printing.png share/icons/HighContrast/22x22/status/printer-warning.png +share/icons/HighContrast/22x22/status/rotation-allowed.png +share/icons/HighContrast/22x22/status/rotation-locked.png share/icons/HighContrast/22x22/status/security-high.png share/icons/HighContrast/22x22/status/security-low.png share/icons/HighContrast/22x22/status/security-medium.png @@ -920,6 +907,7 @@ share/icons/HighContrast/22x22/status/user-invisible.png share/icons/HighContrast/22x22/status/user-offline.png share/icons/HighContrast/22x22/status/user-status-pending.png share/icons/HighContrast/22x22/status/user-trash-full.png +share/icons/HighContrast/22x22/status/view-wrapped-rtl.png share/icons/HighContrast/22x22/status/view-wrapped.png share/icons/HighContrast/22x22/status/weather-clear-night.png share/icons/HighContrast/22x22/status/weather-clear.png @@ -932,11 +920,29 @@ share/icons/HighContrast/22x22/status/weather-showers-scattered.png share/icons/HighContrast/22x22/status/weather-showers.png share/icons/HighContrast/22x22/status/weather-snow.png share/icons/HighContrast/22x22/status/weather-storm.png +share/icons/HighContrast/22x22/stock/gtk-apply.png +share/icons/HighContrast/22x22/stock/gtk-bold.png +share/icons/HighContrast/22x22/stock/gtk-cancel.png +share/icons/HighContrast/22x22/stock/gtk-connect.png +share/icons/HighContrast/22x22/stock/gtk-convert.png +share/icons/HighContrast/22x22/stock/gtk-disconnect.png +share/icons/HighContrast/22x22/stock/gtk-dnd-multiple.png +share/icons/HighContrast/22x22/stock/gtk-dnd.png +share/icons/HighContrast/22x22/stock/gtk-edit.png +share/icons/HighContrast/22x22/stock/gtk-index.png +share/icons/HighContrast/22x22/stock/gtk-no.png +share/icons/HighContrast/22x22/stock/gtk-ok.png +share/icons/HighContrast/22x22/stock/gtk-preferences.png +share/icons/HighContrast/22x22/stock/gtk-select-color.png +share/icons/HighContrast/22x22/stock/gtk-select-font.png +share/icons/HighContrast/22x22/stock/gtk-undelete.png +share/icons/HighContrast/22x22/stock/gtk-yes.png share/icons/HighContrast/24x24/actions/action-unavailable.png share/icons/HighContrast/24x24/actions/bookmark-add.png share/icons/HighContrast/24x24/actions/bookmark-new.png share/icons/HighContrast/24x24/actions/call-end.png share/icons/HighContrast/24x24/actions/call-start.png +share/icons/HighContrast/24x24/actions/content-loading.png share/icons/HighContrast/24x24/actions/document-open-recent.png share/icons/HighContrast/24x24/actions/document-open.png share/icons/HighContrast/24x24/actions/document-page-setup.png @@ -999,6 +1005,7 @@ share/icons/HighContrast/24x24/actions/list-remove.png share/icons/HighContrast/24x24/actions/mail-mark-important.png share/icons/HighContrast/24x24/actions/mail-send-receive.png share/icons/HighContrast/24x24/actions/mail-send.png +share/icons/HighContrast/24x24/actions/mark-location.png share/icons/HighContrast/24x24/actions/media-eject.png share/icons/HighContrast/24x24/actions/media-playback-pause.png share/icons/HighContrast/24x24/actions/media-playback-start-rtl.png @@ -1013,6 +1020,7 @@ share/icons/HighContrast/24x24/actions/media-skip-backward-rtl.png share/icons/HighContrast/24x24/actions/media-skip-backward.png share/icons/HighContrast/24x24/actions/media-skip-forward-rtl.png share/icons/HighContrast/24x24/actions/media-skip-forward.png +share/icons/HighContrast/24x24/actions/media-view-subtitles.png share/icons/HighContrast/24x24/actions/object-flip-horizontal.png share/icons/HighContrast/24x24/actions/object-flip-vertical.png share/icons/HighContrast/24x24/actions/object-rotate-left.png @@ -1033,6 +1041,9 @@ share/icons/HighContrast/24x24/actions/view-paged.png share/icons/HighContrast/24x24/actions/view-refresh.png share/icons/HighContrast/24x24/actions/view-restore.png share/icons/HighContrast/24x24/actions/window-close.png +share/icons/HighContrast/24x24/actions/window-maximize.png +share/icons/HighContrast/24x24/actions/window-minimize.png +share/icons/HighContrast/24x24/actions/window-restore.png share/icons/HighContrast/24x24/actions/zoom-fit-best.png share/icons/HighContrast/24x24/actions/zoom-in.png share/icons/HighContrast/24x24/actions/zoom-original.png @@ -1062,7 +1073,6 @@ share/icons/HighContrast/24x24/apps/evolution.png share/icons/HighContrast/24x24/apps/fedora-release-notes.png share/icons/HighContrast/24x24/apps/file-roller.png share/icons/HighContrast/24x24/apps/firefox.png -share/icons/HighContrast/24x24/apps/five-or-more.png share/icons/HighContrast/24x24/apps/gimp.png share/icons/HighContrast/24x24/apps/glade.png share/icons/HighContrast/24x24/apps/gnome-abrt.png @@ -1070,7 +1080,6 @@ share/icons/HighContrast/24x24/apps/gnome-aisleriot.png share/icons/HighContrast/24x24/apps/gnome-boxes.png share/icons/HighContrast/24x24/apps/gnome-documents.png share/icons/HighContrast/24x24/apps/gnome-freecell.png -share/icons/HighContrast/24x24/apps/gnome-mines.png share/icons/HighContrast/24x24/apps/gnome-nettool.png share/icons/HighContrast/24x24/apps/gnome-power-manager.png share/icons/HighContrast/24x24/apps/gnome-tweak-tool.png @@ -1079,7 +1088,6 @@ share/icons/HighContrast/24x24/apps/gtranslator.png share/icons/HighContrast/24x24/apps/haguichi.png share/icons/HighContrast/24x24/apps/headpin.png share/icons/HighContrast/24x24/apps/help-browser.png -share/icons/HighContrast/24x24/apps/iagno.png share/icons/HighContrast/24x24/apps/ifolder.png share/icons/HighContrast/24x24/apps/inkscape.png share/icons/HighContrast/24x24/apps/katello.png @@ -1091,6 +1099,7 @@ share/icons/HighContrast/24x24/apps/libreoffice-math.png share/icons/HighContrast/24x24/apps/libreoffice-startcenter.png share/icons/HighContrast/24x24/apps/libreoffice-writer.png share/icons/HighContrast/24x24/apps/miro.png +share/icons/HighContrast/24x24/apps/multimedia-volume-control.png share/icons/HighContrast/24x24/apps/palimpsest.png share/icons/HighContrast/24x24/apps/pidgin.png share/icons/HighContrast/24x24/apps/pino.png @@ -1144,8 +1153,12 @@ share/icons/HighContrast/24x24/categories/preferences-other.png share/icons/HighContrast/24x24/categories/preferences-system.png share/icons/HighContrast/24x24/categories/system-help.png share/icons/HighContrast/24x24/devices/audio-card.png +share/icons/HighContrast/24x24/devices/audio-headphones.png +share/icons/HighContrast/24x24/devices/audio-headset.png share/icons/HighContrast/24x24/devices/audio-input-microphone.png +share/icons/HighContrast/24x24/devices/audio-speakers.png share/icons/HighContrast/24x24/devices/camera-photo.png +share/icons/HighContrast/24x24/devices/camera-video.png share/icons/HighContrast/24x24/devices/camera-web.png share/icons/HighContrast/24x24/devices/colorimeter-colorhug.png share/icons/HighContrast/24x24/devices/computer-apple-ipad.png @@ -1155,6 +1168,8 @@ share/icons/HighContrast/24x24/devices/drive-harddisk-ieee1394.png share/icons/HighContrast/24x24/devices/drive-harddisk-system.png share/icons/HighContrast/24x24/devices/drive-harddisk-usb.png share/icons/HighContrast/24x24/devices/drive-harddisk.png +share/icons/HighContrast/24x24/devices/drive-multidisk-alt.png +share/icons/HighContrast/24x24/devices/drive-multidisk-alt2.png share/icons/HighContrast/24x24/devices/drive-multidisk.png share/icons/HighContrast/24x24/devices/drive-optical.png share/icons/HighContrast/24x24/devices/drive-removable-media.png @@ -1175,6 +1190,8 @@ share/icons/HighContrast/24x24/devices/media-removable.png share/icons/HighContrast/24x24/devices/media-zip.png share/icons/HighContrast/24x24/devices/multimedia-player-apple-ipod-touch.png share/icons/HighContrast/24x24/devices/multimedia-player.png +share/icons/HighContrast/24x24/devices/network-wired.png +share/icons/HighContrast/24x24/devices/network-wireless.png share/icons/HighContrast/24x24/devices/phone-apple-iphone.png share/icons/HighContrast/24x24/devices/phone.png share/icons/HighContrast/24x24/devices/printer-network.png @@ -1221,6 +1238,7 @@ share/icons/HighContrast/24x24/mimetypes/application-rss+xml.png share/icons/HighContrast/24x24/mimetypes/application-x-appliance.png share/icons/HighContrast/24x24/mimetypes/audio-x-generic.png share/icons/HighContrast/24x24/mimetypes/folder-publicshare.png +share/icons/HighContrast/24x24/mimetypes/inode-directory.png share/icons/HighContrast/24x24/mimetypes/package-x-generic.png share/icons/HighContrast/24x24/mimetypes/text-x-generic.png share/icons/HighContrast/24x24/mimetypes/video-x-generic.png @@ -1239,8 +1257,10 @@ share/icons/HighContrast/24x24/places/network-server.png share/icons/HighContrast/24x24/places/network-workgroup.png share/icons/HighContrast/24x24/places/start-here.png share/icons/HighContrast/24x24/places/user-bookmarks.png +share/icons/HighContrast/24x24/places/user-desktop.png share/icons/HighContrast/24x24/places/user-home.png share/icons/HighContrast/24x24/places/user-trash.png +share/icons/HighContrast/24x24/status/airplane-mode.png share/icons/HighContrast/24x24/status/alarm.png share/icons/HighContrast/24x24/status/appointment-missed.png share/icons/HighContrast/24x24/status/appointment-soon.png @@ -1280,7 +1300,13 @@ share/icons/HighContrast/24x24/status/mail-attachment.png share/icons/HighContrast/24x24/status/mail-read.png share/icons/HighContrast/24x24/status/mail-replied.png share/icons/HighContrast/24x24/status/mail-unread.png +share/icons/HighContrast/24x24/status/media-playlist-consecutive-rtl.png +share/icons/HighContrast/24x24/status/media-playlist-consecutive.png +share/icons/HighContrast/24x24/status/media-playlist-repeat-rtl.png +share/icons/HighContrast/24x24/status/media-playlist-repeat-song-rtl.png +share/icons/HighContrast/24x24/status/media-playlist-repeat-song.png share/icons/HighContrast/24x24/status/media-playlist-repeat.png +share/icons/HighContrast/24x24/status/media-playlist-shuffle-rtl.png share/icons/HighContrast/24x24/status/media-playlist-shuffle.png share/icons/HighContrast/24x24/status/microphone-sensitivity-high.png share/icons/HighContrast/24x24/status/microphone-sensitivity-low.png @@ -1292,6 +1318,8 @@ share/icons/HighContrast/24x24/status/network-cellular-acquiring.png share/icons/HighContrast/24x24/status/network-cellular-connected.png share/icons/HighContrast/24x24/status/network-cellular-edge.png share/icons/HighContrast/24x24/status/network-cellular-gprs.png +share/icons/HighContrast/24x24/status/network-cellular-no-route.png +share/icons/HighContrast/24x24/status/network-cellular-offline.png share/icons/HighContrast/24x24/status/network-cellular-signal-excellent.png share/icons/HighContrast/24x24/status/network-cellular-signal-good.png share/icons/HighContrast/24x24/status/network-cellular-signal-none.png @@ -1309,11 +1337,15 @@ share/icons/HighContrast/24x24/status/network-vpn-acquiring.png share/icons/HighContrast/24x24/status/network-vpn.png share/icons/HighContrast/24x24/status/network-wired-acquiring.png share/icons/HighContrast/24x24/status/network-wired-disconnected.png +share/icons/HighContrast/24x24/status/network-wired-no-route.png +share/icons/HighContrast/24x24/status/network-wired-offline.png share/icons/HighContrast/24x24/status/network-wired.png share/icons/HighContrast/24x24/status/network-wireless-acquiring.png share/icons/HighContrast/24x24/status/network-wireless-connected.png share/icons/HighContrast/24x24/status/network-wireless-encrypted.png share/icons/HighContrast/24x24/status/network-wireless-hotspot.png +share/icons/HighContrast/24x24/status/network-wireless-no-route.png +share/icons/HighContrast/24x24/status/network-wireless-offline.png share/icons/HighContrast/24x24/status/network-wireless-signal-excellent.png share/icons/HighContrast/24x24/status/network-wireless-signal-good.png share/icons/HighContrast/24x24/status/network-wireless-signal-none.png @@ -1323,6 +1355,8 @@ share/icons/HighContrast/24x24/status/non-starred.png share/icons/HighContrast/24x24/status/printer-error.png share/icons/HighContrast/24x24/status/printer-printing.png share/icons/HighContrast/24x24/status/printer-warning.png +share/icons/HighContrast/24x24/status/rotation-allowed.png +share/icons/HighContrast/24x24/status/rotation-locked.png share/icons/HighContrast/24x24/status/security-high.png share/icons/HighContrast/24x24/status/security-low.png share/icons/HighContrast/24x24/status/security-medium.png @@ -1342,6 +1376,7 @@ share/icons/HighContrast/24x24/status/user-invisible.png share/icons/HighContrast/24x24/status/user-offline.png share/icons/HighContrast/24x24/status/user-status-pending.png share/icons/HighContrast/24x24/status/user-trash-full.png +share/icons/HighContrast/24x24/status/view-wrapped-rtl.png share/icons/HighContrast/24x24/status/view-wrapped.png share/icons/HighContrast/24x24/status/weather-clear-night.png share/icons/HighContrast/24x24/status/weather-clear.png @@ -1354,11 +1389,29 @@ share/icons/HighContrast/24x24/status/weather-showers-scattered.png share/icons/HighContrast/24x24/status/weather-showers.png share/icons/HighContrast/24x24/status/weather-snow.png share/icons/HighContrast/24x24/status/weather-storm.png +share/icons/HighContrast/24x24/stock/gtk-apply.png +share/icons/HighContrast/24x24/stock/gtk-bold.png +share/icons/HighContrast/24x24/stock/gtk-cancel.png +share/icons/HighContrast/24x24/stock/gtk-connect.png +share/icons/HighContrast/24x24/stock/gtk-convert.png +share/icons/HighContrast/24x24/stock/gtk-disconnect.png +share/icons/HighContrast/24x24/stock/gtk-dnd-multiple.png +share/icons/HighContrast/24x24/stock/gtk-dnd.png +share/icons/HighContrast/24x24/stock/gtk-edit.png +share/icons/HighContrast/24x24/stock/gtk-index.png +share/icons/HighContrast/24x24/stock/gtk-no.png +share/icons/HighContrast/24x24/stock/gtk-ok.png +share/icons/HighContrast/24x24/stock/gtk-preferences.png +share/icons/HighContrast/24x24/stock/gtk-select-color.png +share/icons/HighContrast/24x24/stock/gtk-select-font.png +share/icons/HighContrast/24x24/stock/gtk-undelete.png +share/icons/HighContrast/24x24/stock/gtk-yes.png share/icons/HighContrast/256x256/actions/action-unavailable.png share/icons/HighContrast/256x256/actions/bookmark-add.png share/icons/HighContrast/256x256/actions/bookmark-new.png share/icons/HighContrast/256x256/actions/call-end.png share/icons/HighContrast/256x256/actions/call-start.png +share/icons/HighContrast/256x256/actions/content-loading.png share/icons/HighContrast/256x256/actions/document-open-recent.png share/icons/HighContrast/256x256/actions/document-open.png share/icons/HighContrast/256x256/actions/document-page-setup.png @@ -1421,6 +1474,7 @@ share/icons/HighContrast/256x256/actions/list-remove.png share/icons/HighContrast/256x256/actions/mail-mark-important.png share/icons/HighContrast/256x256/actions/mail-send-receive.png share/icons/HighContrast/256x256/actions/mail-send.png +share/icons/HighContrast/256x256/actions/mark-location.png share/icons/HighContrast/256x256/actions/media-eject.png share/icons/HighContrast/256x256/actions/media-playback-pause.png share/icons/HighContrast/256x256/actions/media-playback-start-rtl.png @@ -1435,6 +1489,7 @@ share/icons/HighContrast/256x256/actions/media-skip-backward-rtl.png share/icons/HighContrast/256x256/actions/media-skip-backward.png share/icons/HighContrast/256x256/actions/media-skip-forward-rtl.png share/icons/HighContrast/256x256/actions/media-skip-forward.png +share/icons/HighContrast/256x256/actions/media-view-subtitles.png share/icons/HighContrast/256x256/actions/object-flip-horizontal.png share/icons/HighContrast/256x256/actions/object-flip-vertical.png share/icons/HighContrast/256x256/actions/object-rotate-left.png @@ -1455,6 +1510,9 @@ share/icons/HighContrast/256x256/actions/view-paged.png share/icons/HighContrast/256x256/actions/view-refresh.png share/icons/HighContrast/256x256/actions/view-restore.png share/icons/HighContrast/256x256/actions/window-close.png +share/icons/HighContrast/256x256/actions/window-maximize.png +share/icons/HighContrast/256x256/actions/window-minimize.png +share/icons/HighContrast/256x256/actions/window-restore.png share/icons/HighContrast/256x256/actions/zoom-fit-best.png share/icons/HighContrast/256x256/actions/zoom-in.png share/icons/HighContrast/256x256/actions/zoom-original.png @@ -1483,7 +1541,6 @@ share/icons/HighContrast/256x256/apps/evolution.png share/icons/HighContrast/256x256/apps/fedora-release-notes.png share/icons/HighContrast/256x256/apps/file-roller.png share/icons/HighContrast/256x256/apps/firefox.png -share/icons/HighContrast/256x256/apps/five-or-more.png share/icons/HighContrast/256x256/apps/gimp.png share/icons/HighContrast/256x256/apps/glade.png share/icons/HighContrast/256x256/apps/gnome-abrt.png @@ -1491,7 +1548,6 @@ share/icons/HighContrast/256x256/apps/gnome-aisleriot.png share/icons/HighContrast/256x256/apps/gnome-boxes.png share/icons/HighContrast/256x256/apps/gnome-documents.png share/icons/HighContrast/256x256/apps/gnome-freecell.png -share/icons/HighContrast/256x256/apps/gnome-mines.png share/icons/HighContrast/256x256/apps/gnome-nettool.png share/icons/HighContrast/256x256/apps/gnome-power-manager.png share/icons/HighContrast/256x256/apps/gnome-tweak-tool.png @@ -1500,7 +1556,6 @@ share/icons/HighContrast/256x256/apps/gtranslator.png share/icons/HighContrast/256x256/apps/haguichi.png share/icons/HighContrast/256x256/apps/headpin.png share/icons/HighContrast/256x256/apps/help-browser.png -share/icons/HighContrast/256x256/apps/iagno.png share/icons/HighContrast/256x256/apps/ifolder.png share/icons/HighContrast/256x256/apps/inkscape.png share/icons/HighContrast/256x256/apps/katello.png @@ -1512,6 +1567,7 @@ share/icons/HighContrast/256x256/apps/libreoffice-math.png share/icons/HighContrast/256x256/apps/libreoffice-startcenter.png share/icons/HighContrast/256x256/apps/libreoffice-writer.png share/icons/HighContrast/256x256/apps/miro.png +share/icons/HighContrast/256x256/apps/multimedia-volume-control.png share/icons/HighContrast/256x256/apps/palimpsest.png share/icons/HighContrast/256x256/apps/pidgin.png share/icons/HighContrast/256x256/apps/pino.png @@ -1565,8 +1621,12 @@ share/icons/HighContrast/256x256/categories/preferences-other.png share/icons/HighContrast/256x256/categories/preferences-system.png share/icons/HighContrast/256x256/categories/system-help.png share/icons/HighContrast/256x256/devices/audio-card.png +share/icons/HighContrast/256x256/devices/audio-headphones.png +share/icons/HighContrast/256x256/devices/audio-headset.png share/icons/HighContrast/256x256/devices/audio-input-microphone.png +share/icons/HighContrast/256x256/devices/audio-speakers.png share/icons/HighContrast/256x256/devices/camera-photo.png +share/icons/HighContrast/256x256/devices/camera-video.png share/icons/HighContrast/256x256/devices/camera-web.png share/icons/HighContrast/256x256/devices/colorimeter-colorhug.png share/icons/HighContrast/256x256/devices/computer-apple-ipad.png @@ -1576,6 +1636,8 @@ share/icons/HighContrast/256x256/devices/drive-harddisk-ieee1394.png share/icons/HighContrast/256x256/devices/drive-harddisk-system.png share/icons/HighContrast/256x256/devices/drive-harddisk-usb.png share/icons/HighContrast/256x256/devices/drive-harddisk.png +share/icons/HighContrast/256x256/devices/drive-multidisk-alt.png +share/icons/HighContrast/256x256/devices/drive-multidisk-alt2.png share/icons/HighContrast/256x256/devices/drive-multidisk.png share/icons/HighContrast/256x256/devices/drive-optical.png share/icons/HighContrast/256x256/devices/drive-removable-media.png @@ -1596,6 +1658,8 @@ share/icons/HighContrast/256x256/devices/media-removable.png share/icons/HighContrast/256x256/devices/media-zip.png share/icons/HighContrast/256x256/devices/multimedia-player-apple-ipod-touch.png share/icons/HighContrast/256x256/devices/multimedia-player.png +share/icons/HighContrast/256x256/devices/network-wired.png +share/icons/HighContrast/256x256/devices/network-wireless.png share/icons/HighContrast/256x256/devices/phone-apple-iphone.png share/icons/HighContrast/256x256/devices/phone.png share/icons/HighContrast/256x256/devices/printer-network.png @@ -1642,6 +1706,7 @@ share/icons/HighContrast/256x256/mimetypes/application-rss+xml.png share/icons/HighContrast/256x256/mimetypes/application-x-appliance.png share/icons/HighContrast/256x256/mimetypes/audio-x-generic.png share/icons/HighContrast/256x256/mimetypes/folder-publicshare.png +share/icons/HighContrast/256x256/mimetypes/inode-directory.png share/icons/HighContrast/256x256/mimetypes/package-x-generic.png share/icons/HighContrast/256x256/mimetypes/text-x-generic.png share/icons/HighContrast/256x256/mimetypes/video-x-generic.png @@ -1660,8 +1725,10 @@ share/icons/HighContrast/256x256/places/network-server.png share/icons/HighContrast/256x256/places/network-workgroup.png share/icons/HighContrast/256x256/places/start-here.png share/icons/HighContrast/256x256/places/user-bookmarks.png +share/icons/HighContrast/256x256/places/user-desktop.png share/icons/HighContrast/256x256/places/user-home.png share/icons/HighContrast/256x256/places/user-trash.png +share/icons/HighContrast/256x256/status/airplane-mode.png share/icons/HighContrast/256x256/status/alarm.png share/icons/HighContrast/256x256/status/appointment-missed.png share/icons/HighContrast/256x256/status/appointment-soon.png @@ -1701,7 +1768,13 @@ share/icons/HighContrast/256x256/status/mail-attachment.png share/icons/HighContrast/256x256/status/mail-read.png share/icons/HighContrast/256x256/status/mail-replied.png share/icons/HighContrast/256x256/status/mail-unread.png +share/icons/HighContrast/256x256/status/media-playlist-consecutive-rtl.png +share/icons/HighContrast/256x256/status/media-playlist-consecutive.png +share/icons/HighContrast/256x256/status/media-playlist-repeat-rtl.png +share/icons/HighContrast/256x256/status/media-playlist-repeat-song-rtl.png +share/icons/HighContrast/256x256/status/media-playlist-repeat-song.png share/icons/HighContrast/256x256/status/media-playlist-repeat.png +share/icons/HighContrast/256x256/status/media-playlist-shuffle-rtl.png share/icons/HighContrast/256x256/status/media-playlist-shuffle.png share/icons/HighContrast/256x256/status/microphone-sensitivity-high.png share/icons/HighContrast/256x256/status/microphone-sensitivity-low.png @@ -1713,6 +1786,8 @@ share/icons/HighContrast/256x256/status/network-cellular-acquiring.png share/icons/HighContrast/256x256/status/network-cellular-connected.png share/icons/HighContrast/256x256/status/network-cellular-edge.png share/icons/HighContrast/256x256/status/network-cellular-gprs.png +share/icons/HighContrast/256x256/status/network-cellular-no-route.png +share/icons/HighContrast/256x256/status/network-cellular-offline.png share/icons/HighContrast/256x256/status/network-cellular-signal-excellent.png share/icons/HighContrast/256x256/status/network-cellular-signal-good.png share/icons/HighContrast/256x256/status/network-cellular-signal-none.png @@ -1730,11 +1805,15 @@ share/icons/HighContrast/256x256/status/network-vpn-acquiring.png share/icons/HighContrast/256x256/status/network-vpn.png share/icons/HighContrast/256x256/status/network-wired-acquiring.png share/icons/HighContrast/256x256/status/network-wired-disconnected.png +share/icons/HighContrast/256x256/status/network-wired-no-route.png +share/icons/HighContrast/256x256/status/network-wired-offline.png share/icons/HighContrast/256x256/status/network-wired.png share/icons/HighContrast/256x256/status/network-wireless-acquiring.png share/icons/HighContrast/256x256/status/network-wireless-connected.png share/icons/HighContrast/256x256/status/network-wireless-encrypted.png share/icons/HighContrast/256x256/status/network-wireless-hotspot.png +share/icons/HighContrast/256x256/status/network-wireless-no-route.png +share/icons/HighContrast/256x256/status/network-wireless-offline.png share/icons/HighContrast/256x256/status/network-wireless-signal-excellent.png share/icons/HighContrast/256x256/status/network-wireless-signal-good.png share/icons/HighContrast/256x256/status/network-wireless-signal-none.png @@ -1744,6 +1823,8 @@ share/icons/HighContrast/256x256/status/non-starred.png share/icons/HighContrast/256x256/status/printer-error.png share/icons/HighContrast/256x256/status/printer-printing.png share/icons/HighContrast/256x256/status/printer-warning.png +share/icons/HighContrast/256x256/status/rotation-allowed.png +share/icons/HighContrast/256x256/status/rotation-locked.png share/icons/HighContrast/256x256/status/security-high.png share/icons/HighContrast/256x256/status/security-low.png share/icons/HighContrast/256x256/status/security-medium.png @@ -1763,6 +1844,7 @@ share/icons/HighContrast/256x256/status/user-invisible.png share/icons/HighContrast/256x256/status/user-offline.png share/icons/HighContrast/256x256/status/user-status-pending.png share/icons/HighContrast/256x256/status/user-trash-full.png +share/icons/HighContrast/256x256/status/view-wrapped-rtl.png share/icons/HighContrast/256x256/status/view-wrapped.png share/icons/HighContrast/256x256/status/weather-clear-night.png share/icons/HighContrast/256x256/status/weather-clear.png @@ -1775,11 +1857,29 @@ share/icons/HighContrast/256x256/status/weather-showers-scattered.png share/icons/HighContrast/256x256/status/weather-showers.png share/icons/HighContrast/256x256/status/weather-snow.png share/icons/HighContrast/256x256/status/weather-storm.png +share/icons/HighContrast/256x256/stock/gtk-apply.png +share/icons/HighContrast/256x256/stock/gtk-bold.png +share/icons/HighContrast/256x256/stock/gtk-cancel.png +share/icons/HighContrast/256x256/stock/gtk-connect.png +share/icons/HighContrast/256x256/stock/gtk-convert.png +share/icons/HighContrast/256x256/stock/gtk-disconnect.png +share/icons/HighContrast/256x256/stock/gtk-dnd-multiple.png +share/icons/HighContrast/256x256/stock/gtk-dnd.png +share/icons/HighContrast/256x256/stock/gtk-edit.png +share/icons/HighContrast/256x256/stock/gtk-index.png +share/icons/HighContrast/256x256/stock/gtk-no.png +share/icons/HighContrast/256x256/stock/gtk-ok.png +share/icons/HighContrast/256x256/stock/gtk-preferences.png +share/icons/HighContrast/256x256/stock/gtk-select-color.png +share/icons/HighContrast/256x256/stock/gtk-select-font.png +share/icons/HighContrast/256x256/stock/gtk-undelete.png +share/icons/HighContrast/256x256/stock/gtk-yes.png share/icons/HighContrast/32x32/actions/action-unavailable.png share/icons/HighContrast/32x32/actions/bookmark-add.png share/icons/HighContrast/32x32/actions/bookmark-new.png share/icons/HighContrast/32x32/actions/call-end.png share/icons/HighContrast/32x32/actions/call-start.png +share/icons/HighContrast/32x32/actions/content-loading.png share/icons/HighContrast/32x32/actions/document-open-recent.png share/icons/HighContrast/32x32/actions/document-open.png share/icons/HighContrast/32x32/actions/document-page-setup.png @@ -1842,6 +1942,7 @@ share/icons/HighContrast/32x32/actions/list-remove.png share/icons/HighContrast/32x32/actions/mail-mark-important.png share/icons/HighContrast/32x32/actions/mail-send-receive.png share/icons/HighContrast/32x32/actions/mail-send.png +share/icons/HighContrast/32x32/actions/mark-location.png share/icons/HighContrast/32x32/actions/media-eject.png share/icons/HighContrast/32x32/actions/media-playback-pause.png share/icons/HighContrast/32x32/actions/media-playback-start-rtl.png @@ -1856,6 +1957,7 @@ share/icons/HighContrast/32x32/actions/media-skip-backward-rtl.png share/icons/HighContrast/32x32/actions/media-skip-backward.png share/icons/HighContrast/32x32/actions/media-skip-forward-rtl.png share/icons/HighContrast/32x32/actions/media-skip-forward.png +share/icons/HighContrast/32x32/actions/media-view-subtitles.png share/icons/HighContrast/32x32/actions/object-flip-horizontal.png share/icons/HighContrast/32x32/actions/object-flip-vertical.png share/icons/HighContrast/32x32/actions/object-rotate-left.png @@ -1876,6 +1978,9 @@ share/icons/HighContrast/32x32/actions/view-paged.png share/icons/HighContrast/32x32/actions/view-refresh.png share/icons/HighContrast/32x32/actions/view-restore.png share/icons/HighContrast/32x32/actions/window-close.png +share/icons/HighContrast/32x32/actions/window-maximize.png +share/icons/HighContrast/32x32/actions/window-minimize.png +share/icons/HighContrast/32x32/actions/window-restore.png share/icons/HighContrast/32x32/actions/zoom-fit-best.png share/icons/HighContrast/32x32/actions/zoom-in.png share/icons/HighContrast/32x32/actions/zoom-original.png @@ -1905,7 +2010,6 @@ share/icons/HighContrast/32x32/apps/evolution.png share/icons/HighContrast/32x32/apps/fedora-release-notes.png share/icons/HighContrast/32x32/apps/file-roller.png share/icons/HighContrast/32x32/apps/firefox.png -share/icons/HighContrast/32x32/apps/five-or-more.png share/icons/HighContrast/32x32/apps/gimp.png share/icons/HighContrast/32x32/apps/glade.png share/icons/HighContrast/32x32/apps/gnome-abrt.png @@ -1913,7 +2017,6 @@ share/icons/HighContrast/32x32/apps/gnome-aisleriot.png share/icons/HighContrast/32x32/apps/gnome-boxes.png share/icons/HighContrast/32x32/apps/gnome-documents.png share/icons/HighContrast/32x32/apps/gnome-freecell.png -share/icons/HighContrast/32x32/apps/gnome-mines.png share/icons/HighContrast/32x32/apps/gnome-nettool.png share/icons/HighContrast/32x32/apps/gnome-power-manager.png share/icons/HighContrast/32x32/apps/gnome-tweak-tool.png @@ -1922,7 +2025,6 @@ share/icons/HighContrast/32x32/apps/gtranslator.png share/icons/HighContrast/32x32/apps/haguichi.png share/icons/HighContrast/32x32/apps/headpin.png share/icons/HighContrast/32x32/apps/help-browser.png -share/icons/HighContrast/32x32/apps/iagno.png share/icons/HighContrast/32x32/apps/ifolder.png share/icons/HighContrast/32x32/apps/inkscape.png share/icons/HighContrast/32x32/apps/katello.png @@ -1934,6 +2036,7 @@ share/icons/HighContrast/32x32/apps/libreoffice-math.png share/icons/HighContrast/32x32/apps/libreoffice-startcenter.png share/icons/HighContrast/32x32/apps/libreoffice-writer.png share/icons/HighContrast/32x32/apps/miro.png +share/icons/HighContrast/32x32/apps/multimedia-volume-control.png share/icons/HighContrast/32x32/apps/palimpsest.png share/icons/HighContrast/32x32/apps/pidgin.png share/icons/HighContrast/32x32/apps/pino.png @@ -1987,8 +2090,12 @@ share/icons/HighContrast/32x32/categories/preferences-other.png share/icons/HighContrast/32x32/categories/preferences-system.png share/icons/HighContrast/32x32/categories/system-help.png share/icons/HighContrast/32x32/devices/audio-card.png +share/icons/HighContrast/32x32/devices/audio-headphones.png +share/icons/HighContrast/32x32/devices/audio-headset.png share/icons/HighContrast/32x32/devices/audio-input-microphone.png +share/icons/HighContrast/32x32/devices/audio-speakers.png share/icons/HighContrast/32x32/devices/camera-photo.png +share/icons/HighContrast/32x32/devices/camera-video.png share/icons/HighContrast/32x32/devices/camera-web.png share/icons/HighContrast/32x32/devices/colorimeter-colorhug.png share/icons/HighContrast/32x32/devices/computer-apple-ipad.png @@ -1998,6 +2105,8 @@ share/icons/HighContrast/32x32/devices/drive-harddisk-ieee1394.png share/icons/HighContrast/32x32/devices/drive-harddisk-system.png share/icons/HighContrast/32x32/devices/drive-harddisk-usb.png share/icons/HighContrast/32x32/devices/drive-harddisk.png +share/icons/HighContrast/32x32/devices/drive-multidisk-alt.png +share/icons/HighContrast/32x32/devices/drive-multidisk-alt2.png share/icons/HighContrast/32x32/devices/drive-multidisk.png share/icons/HighContrast/32x32/devices/drive-optical.png share/icons/HighContrast/32x32/devices/drive-removable-media.png @@ -2018,6 +2127,8 @@ share/icons/HighContrast/32x32/devices/media-removable.png share/icons/HighContrast/32x32/devices/media-zip.png share/icons/HighContrast/32x32/devices/multimedia-player-apple-ipod-touch.png share/icons/HighContrast/32x32/devices/multimedia-player.png +share/icons/HighContrast/32x32/devices/network-wired.png +share/icons/HighContrast/32x32/devices/network-wireless.png share/icons/HighContrast/32x32/devices/phone-apple-iphone.png share/icons/HighContrast/32x32/devices/phone.png share/icons/HighContrast/32x32/devices/printer-network.png @@ -2064,6 +2175,7 @@ share/icons/HighContrast/32x32/mimetypes/application-rss+xml.png share/icons/HighContrast/32x32/mimetypes/application-x-appliance.png share/icons/HighContrast/32x32/mimetypes/audio-x-generic.png share/icons/HighContrast/32x32/mimetypes/folder-publicshare.png +share/icons/HighContrast/32x32/mimetypes/inode-directory.png share/icons/HighContrast/32x32/mimetypes/package-x-generic.png share/icons/HighContrast/32x32/mimetypes/text-x-generic.png share/icons/HighContrast/32x32/mimetypes/video-x-generic.png @@ -2082,8 +2194,10 @@ share/icons/HighContrast/32x32/places/network-server.png share/icons/HighContrast/32x32/places/network-workgroup.png share/icons/HighContrast/32x32/places/start-here.png share/icons/HighContrast/32x32/places/user-bookmarks.png +share/icons/HighContrast/32x32/places/user-desktop.png share/icons/HighContrast/32x32/places/user-home.png share/icons/HighContrast/32x32/places/user-trash.png +share/icons/HighContrast/32x32/status/airplane-mode.png share/icons/HighContrast/32x32/status/alarm.png share/icons/HighContrast/32x32/status/appointment-missed.png share/icons/HighContrast/32x32/status/appointment-soon.png @@ -2123,7 +2237,13 @@ share/icons/HighContrast/32x32/status/mail-attachment.png share/icons/HighContrast/32x32/status/mail-read.png share/icons/HighContrast/32x32/status/mail-replied.png share/icons/HighContrast/32x32/status/mail-unread.png +share/icons/HighContrast/32x32/status/media-playlist-consecutive-rtl.png +share/icons/HighContrast/32x32/status/media-playlist-consecutive.png +share/icons/HighContrast/32x32/status/media-playlist-repeat-rtl.png +share/icons/HighContrast/32x32/status/media-playlist-repeat-song-rtl.png +share/icons/HighContrast/32x32/status/media-playlist-repeat-song.png share/icons/HighContrast/32x32/status/media-playlist-repeat.png +share/icons/HighContrast/32x32/status/media-playlist-shuffle-rtl.png share/icons/HighContrast/32x32/status/media-playlist-shuffle.png share/icons/HighContrast/32x32/status/microphone-sensitivity-high.png share/icons/HighContrast/32x32/status/microphone-sensitivity-low.png @@ -2135,6 +2255,8 @@ share/icons/HighContrast/32x32/status/network-cellular-acquiring.png share/icons/HighContrast/32x32/status/network-cellular-connected.png share/icons/HighContrast/32x32/status/network-cellular-edge.png share/icons/HighContrast/32x32/status/network-cellular-gprs.png +share/icons/HighContrast/32x32/status/network-cellular-no-route.png +share/icons/HighContrast/32x32/status/network-cellular-offline.png share/icons/HighContrast/32x32/status/network-cellular-signal-excellent.png share/icons/HighContrast/32x32/status/network-cellular-signal-good.png share/icons/HighContrast/32x32/status/network-cellular-signal-none.png @@ -2152,11 +2274,15 @@ share/icons/HighContrast/32x32/status/network-vpn-acquiring.png share/icons/HighContrast/32x32/status/network-vpn.png share/icons/HighContrast/32x32/status/network-wired-acquiring.png share/icons/HighContrast/32x32/status/network-wired-disconnected.png +share/icons/HighContrast/32x32/status/network-wired-no-route.png +share/icons/HighContrast/32x32/status/network-wired-offline.png share/icons/HighContrast/32x32/status/network-wired.png share/icons/HighContrast/32x32/status/network-wireless-acquiring.png share/icons/HighContrast/32x32/status/network-wireless-connected.png share/icons/HighContrast/32x32/status/network-wireless-encrypted.png share/icons/HighContrast/32x32/status/network-wireless-hotspot.png +share/icons/HighContrast/32x32/status/network-wireless-no-route.png +share/icons/HighContrast/32x32/status/network-wireless-offline.png share/icons/HighContrast/32x32/status/network-wireless-signal-excellent.png share/icons/HighContrast/32x32/status/network-wireless-signal-good.png share/icons/HighContrast/32x32/status/network-wireless-signal-none.png @@ -2166,6 +2292,8 @@ share/icons/HighContrast/32x32/status/non-starred.png share/icons/HighContrast/32x32/status/printer-error.png share/icons/HighContrast/32x32/status/printer-printing.png share/icons/HighContrast/32x32/status/printer-warning.png +share/icons/HighContrast/32x32/status/rotation-allowed.png +share/icons/HighContrast/32x32/status/rotation-locked.png share/icons/HighContrast/32x32/status/security-high.png share/icons/HighContrast/32x32/status/security-low.png share/icons/HighContrast/32x32/status/security-medium.png @@ -2185,6 +2313,7 @@ share/icons/HighContrast/32x32/status/user-invisible.png share/icons/HighContrast/32x32/status/user-offline.png share/icons/HighContrast/32x32/status/user-status-pending.png share/icons/HighContrast/32x32/status/user-trash-full.png +share/icons/HighContrast/32x32/status/view-wrapped-rtl.png share/icons/HighContrast/32x32/status/view-wrapped.png share/icons/HighContrast/32x32/status/weather-clear-night.png share/icons/HighContrast/32x32/status/weather-clear.png @@ -2197,11 +2326,29 @@ share/icons/HighContrast/32x32/status/weather-showers-scattered.png share/icons/HighContrast/32x32/status/weather-showers.png share/icons/HighContrast/32x32/status/weather-snow.png share/icons/HighContrast/32x32/status/weather-storm.png +share/icons/HighContrast/32x32/stock/gtk-apply.png +share/icons/HighContrast/32x32/stock/gtk-bold.png +share/icons/HighContrast/32x32/stock/gtk-cancel.png +share/icons/HighContrast/32x32/stock/gtk-connect.png +share/icons/HighContrast/32x32/stock/gtk-convert.png +share/icons/HighContrast/32x32/stock/gtk-disconnect.png +share/icons/HighContrast/32x32/stock/gtk-dnd-multiple.png +share/icons/HighContrast/32x32/stock/gtk-dnd.png +share/icons/HighContrast/32x32/stock/gtk-edit.png +share/icons/HighContrast/32x32/stock/gtk-index.png +share/icons/HighContrast/32x32/stock/gtk-no.png +share/icons/HighContrast/32x32/stock/gtk-ok.png +share/icons/HighContrast/32x32/stock/gtk-preferences.png +share/icons/HighContrast/32x32/stock/gtk-select-color.png +share/icons/HighContrast/32x32/stock/gtk-select-font.png +share/icons/HighContrast/32x32/stock/gtk-undelete.png +share/icons/HighContrast/32x32/stock/gtk-yes.png share/icons/HighContrast/48x48/actions/action-unavailable.png share/icons/HighContrast/48x48/actions/bookmark-add.png share/icons/HighContrast/48x48/actions/bookmark-new.png share/icons/HighContrast/48x48/actions/call-end.png share/icons/HighContrast/48x48/actions/call-start.png +share/icons/HighContrast/48x48/actions/content-loading.png share/icons/HighContrast/48x48/actions/document-open-recent.png share/icons/HighContrast/48x48/actions/document-open.png share/icons/HighContrast/48x48/actions/document-page-setup.png @@ -2264,6 +2411,7 @@ share/icons/HighContrast/48x48/actions/list-remove.png share/icons/HighContrast/48x48/actions/mail-mark-important.png share/icons/HighContrast/48x48/actions/mail-send-receive.png share/icons/HighContrast/48x48/actions/mail-send.png +share/icons/HighContrast/48x48/actions/mark-location.png share/icons/HighContrast/48x48/actions/media-eject.png share/icons/HighContrast/48x48/actions/media-playback-pause.png share/icons/HighContrast/48x48/actions/media-playback-start-rtl.png @@ -2278,6 +2426,7 @@ share/icons/HighContrast/48x48/actions/media-skip-backward-rtl.png share/icons/HighContrast/48x48/actions/media-skip-backward.png share/icons/HighContrast/48x48/actions/media-skip-forward-rtl.png share/icons/HighContrast/48x48/actions/media-skip-forward.png +share/icons/HighContrast/48x48/actions/media-view-subtitles.png share/icons/HighContrast/48x48/actions/object-flip-horizontal.png share/icons/HighContrast/48x48/actions/object-flip-vertical.png share/icons/HighContrast/48x48/actions/object-rotate-left.png @@ -2298,6 +2447,9 @@ share/icons/HighContrast/48x48/actions/view-paged.png share/icons/HighContrast/48x48/actions/view-refresh.png share/icons/HighContrast/48x48/actions/view-restore.png share/icons/HighContrast/48x48/actions/window-close.png +share/icons/HighContrast/48x48/actions/window-maximize.png +share/icons/HighContrast/48x48/actions/window-minimize.png +share/icons/HighContrast/48x48/actions/window-restore.png share/icons/HighContrast/48x48/actions/zoom-fit-best.png share/icons/HighContrast/48x48/actions/zoom-in.png share/icons/HighContrast/48x48/actions/zoom-original.png @@ -2330,7 +2482,6 @@ share/icons/HighContrast/48x48/apps/evolution.png share/icons/HighContrast/48x48/apps/fedora-release-notes.png share/icons/HighContrast/48x48/apps/file-roller.png share/icons/HighContrast/48x48/apps/firefox.png -share/icons/HighContrast/48x48/apps/five-or-more.png share/icons/HighContrast/48x48/apps/gimp.png share/icons/HighContrast/48x48/apps/glade.png share/icons/HighContrast/48x48/apps/gnome-abrt.png @@ -2338,7 +2489,6 @@ share/icons/HighContrast/48x48/apps/gnome-aisleriot.png share/icons/HighContrast/48x48/apps/gnome-boxes.png share/icons/HighContrast/48x48/apps/gnome-documents.png share/icons/HighContrast/48x48/apps/gnome-freecell.png -share/icons/HighContrast/48x48/apps/gnome-mines.png share/icons/HighContrast/48x48/apps/gnome-nettool.png share/icons/HighContrast/48x48/apps/gnome-power-manager.png share/icons/HighContrast/48x48/apps/gnome-tweak-tool.png @@ -2347,7 +2497,6 @@ share/icons/HighContrast/48x48/apps/gtranslator.png share/icons/HighContrast/48x48/apps/haguichi.png share/icons/HighContrast/48x48/apps/headpin.png share/icons/HighContrast/48x48/apps/help-browser.png -share/icons/HighContrast/48x48/apps/iagno.png share/icons/HighContrast/48x48/apps/ifolder.png share/icons/HighContrast/48x48/apps/inkscape.png share/icons/HighContrast/48x48/apps/katello.png @@ -2359,6 +2508,7 @@ share/icons/HighContrast/48x48/apps/libreoffice-math.png share/icons/HighContrast/48x48/apps/libreoffice-startcenter.png share/icons/HighContrast/48x48/apps/libreoffice-writer.png share/icons/HighContrast/48x48/apps/miro.png +share/icons/HighContrast/48x48/apps/multimedia-volume-control.png share/icons/HighContrast/48x48/apps/palimpsest.png share/icons/HighContrast/48x48/apps/pidgin.png share/icons/HighContrast/48x48/apps/pino.png @@ -2412,8 +2562,12 @@ share/icons/HighContrast/48x48/categories/preferences-other.png share/icons/HighContrast/48x48/categories/preferences-system.png share/icons/HighContrast/48x48/categories/system-help.png share/icons/HighContrast/48x48/devices/audio-card.png +share/icons/HighContrast/48x48/devices/audio-headphones.png +share/icons/HighContrast/48x48/devices/audio-headset.png share/icons/HighContrast/48x48/devices/audio-input-microphone.png +share/icons/HighContrast/48x48/devices/audio-speakers.png share/icons/HighContrast/48x48/devices/camera-photo.png +share/icons/HighContrast/48x48/devices/camera-video.png share/icons/HighContrast/48x48/devices/camera-web.png share/icons/HighContrast/48x48/devices/colorimeter-colorhug.png share/icons/HighContrast/48x48/devices/computer-apple-ipad.png @@ -2423,6 +2577,8 @@ share/icons/HighContrast/48x48/devices/drive-harddisk-ieee1394.png share/icons/HighContrast/48x48/devices/drive-harddisk-system.png share/icons/HighContrast/48x48/devices/drive-harddisk-usb.png share/icons/HighContrast/48x48/devices/drive-harddisk.png +share/icons/HighContrast/48x48/devices/drive-multidisk-alt.png +share/icons/HighContrast/48x48/devices/drive-multidisk-alt2.png share/icons/HighContrast/48x48/devices/drive-multidisk.png share/icons/HighContrast/48x48/devices/drive-optical.png share/icons/HighContrast/48x48/devices/drive-removable-media.png @@ -2443,6 +2599,8 @@ share/icons/HighContrast/48x48/devices/media-removable.png share/icons/HighContrast/48x48/devices/media-zip.png share/icons/HighContrast/48x48/devices/multimedia-player-apple-ipod-touch.png share/icons/HighContrast/48x48/devices/multimedia-player.png +share/icons/HighContrast/48x48/devices/network-wired.png +share/icons/HighContrast/48x48/devices/network-wireless.png share/icons/HighContrast/48x48/devices/phone-apple-iphone.png share/icons/HighContrast/48x48/devices/phone.png share/icons/HighContrast/48x48/devices/printer-network.png @@ -2489,6 +2647,7 @@ share/icons/HighContrast/48x48/mimetypes/application-rss+xml.png share/icons/HighContrast/48x48/mimetypes/application-x-appliance.png share/icons/HighContrast/48x48/mimetypes/audio-x-generic.png share/icons/HighContrast/48x48/mimetypes/folder-publicshare.png +share/icons/HighContrast/48x48/mimetypes/inode-directory.png share/icons/HighContrast/48x48/mimetypes/package-x-generic.png share/icons/HighContrast/48x48/mimetypes/text-x-generic.png share/icons/HighContrast/48x48/mimetypes/video-x-generic.png @@ -2507,8 +2666,10 @@ share/icons/HighContrast/48x48/places/network-server.png share/icons/HighContrast/48x48/places/network-workgroup.png share/icons/HighContrast/48x48/places/start-here.png share/icons/HighContrast/48x48/places/user-bookmarks.png +share/icons/HighContrast/48x48/places/user-desktop.png share/icons/HighContrast/48x48/places/user-home.png share/icons/HighContrast/48x48/places/user-trash.png +share/icons/HighContrast/48x48/status/airplane-mode.png share/icons/HighContrast/48x48/status/alarm.png share/icons/HighContrast/48x48/status/appointment-missed.png share/icons/HighContrast/48x48/status/appointment-soon.png @@ -2548,7 +2709,13 @@ share/icons/HighContrast/48x48/status/mail-attachment.png share/icons/HighContrast/48x48/status/mail-read.png share/icons/HighContrast/48x48/status/mail-replied.png share/icons/HighContrast/48x48/status/mail-unread.png +share/icons/HighContrast/48x48/status/media-playlist-consecutive-rtl.png +share/icons/HighContrast/48x48/status/media-playlist-consecutive.png +share/icons/HighContrast/48x48/status/media-playlist-repeat-rtl.png +share/icons/HighContrast/48x48/status/media-playlist-repeat-song-rtl.png +share/icons/HighContrast/48x48/status/media-playlist-repeat-song.png share/icons/HighContrast/48x48/status/media-playlist-repeat.png +share/icons/HighContrast/48x48/status/media-playlist-shuffle-rtl.png share/icons/HighContrast/48x48/status/media-playlist-shuffle.png share/icons/HighContrast/48x48/status/microphone-sensitivity-high.png share/icons/HighContrast/48x48/status/microphone-sensitivity-low.png @@ -2560,6 +2727,8 @@ share/icons/HighContrast/48x48/status/network-cellular-acquiring.png share/icons/HighContrast/48x48/status/network-cellular-connected.png share/icons/HighContrast/48x48/status/network-cellular-edge.png share/icons/HighContrast/48x48/status/network-cellular-gprs.png +share/icons/HighContrast/48x48/status/network-cellular-no-route.png +share/icons/HighContrast/48x48/status/network-cellular-offline.png share/icons/HighContrast/48x48/status/network-cellular-signal-excellent.png share/icons/HighContrast/48x48/status/network-cellular-signal-good.png share/icons/HighContrast/48x48/status/network-cellular-signal-none.png @@ -2577,11 +2746,15 @@ share/icons/HighContrast/48x48/status/network-vpn-acquiring.png share/icons/HighContrast/48x48/status/network-vpn.png share/icons/HighContrast/48x48/status/network-wired-acquiring.png share/icons/HighContrast/48x48/status/network-wired-disconnected.png +share/icons/HighContrast/48x48/status/network-wired-no-route.png +share/icons/HighContrast/48x48/status/network-wired-offline.png share/icons/HighContrast/48x48/status/network-wired.png share/icons/HighContrast/48x48/status/network-wireless-acquiring.png share/icons/HighContrast/48x48/status/network-wireless-connected.png share/icons/HighContrast/48x48/status/network-wireless-encrypted.png share/icons/HighContrast/48x48/status/network-wireless-hotspot.png +share/icons/HighContrast/48x48/status/network-wireless-no-route.png +share/icons/HighContrast/48x48/status/network-wireless-offline.png share/icons/HighContrast/48x48/status/network-wireless-signal-excellent.png share/icons/HighContrast/48x48/status/network-wireless-signal-good.png share/icons/HighContrast/48x48/status/network-wireless-signal-none.png @@ -2591,6 +2764,8 @@ share/icons/HighContrast/48x48/status/non-starred.png share/icons/HighContrast/48x48/status/printer-error.png share/icons/HighContrast/48x48/status/printer-printing.png share/icons/HighContrast/48x48/status/printer-warning.png +share/icons/HighContrast/48x48/status/rotation-allowed.png +share/icons/HighContrast/48x48/status/rotation-locked.png share/icons/HighContrast/48x48/status/security-high.png share/icons/HighContrast/48x48/status/security-low.png share/icons/HighContrast/48x48/status/security-medium.png @@ -2610,6 +2785,7 @@ share/icons/HighContrast/48x48/status/user-invisible.png share/icons/HighContrast/48x48/status/user-offline.png share/icons/HighContrast/48x48/status/user-status-pending.png share/icons/HighContrast/48x48/status/user-trash-full.png +share/icons/HighContrast/48x48/status/view-wrapped-rtl.png share/icons/HighContrast/48x48/status/view-wrapped.png share/icons/HighContrast/48x48/status/weather-clear-night.png share/icons/HighContrast/48x48/status/weather-clear.png @@ -2642,9 +2818,7 @@ share/icons/HighContrast/48x48/stock/gtk-yes.png share/icons/HighContrast/index.theme share/icons/HighContrast/scalable/actions-extra/bookmark-view.svg share/icons/HighContrast/scalable/actions-extra/history-view.svg -share/icons/HighContrast/scalable/actions/address-book-new.svg share/icons/HighContrast/scalable/actions/application-exit.svg -share/icons/HighContrast/scalable/actions/appointment-new.svg share/icons/HighContrast/scalable/actions/call-start.svg share/icons/HighContrast/scalable/actions/call-stop.svg share/icons/HighContrast/scalable/actions/contact-new.svg @@ -2661,7 +2835,6 @@ share/icons/HighContrast/scalable/actions/document-properties.svg share/icons/HighContrast/scalable/actions/document-revert.svg share/icons/HighContrast/scalable/actions/document-save-as.svg share/icons/HighContrast/scalable/actions/document-save.svg -share/icons/HighContrast/scalable/actions/document-send.svg share/icons/HighContrast/scalable/actions/edit-clear.svg share/icons/HighContrast/scalable/actions/edit-copy.svg share/icons/HighContrast/scalable/actions/edit-cut.svg @@ -2670,7 +2843,6 @@ share/icons/HighContrast/scalable/actions/edit-find-replace.svg share/icons/HighContrast/scalable/actions/edit-find.svg share/icons/HighContrast/scalable/actions/edit-paste.svg share/icons/HighContrast/scalable/actions/edit-redo.svg -share/icons/HighContrast/scalable/actions/edit-select-all.svg share/icons/HighContrast/scalable/actions/edit-undo.svg share/icons/HighContrast/scalable/actions/folder-new.svg share/icons/HighContrast/scalable/actions/format-indent-less.svg @@ -2680,8 +2852,6 @@ share/icons/HighContrast/scalable/actions/format-justify-fill.svg share/icons/HighContrast/scalable/actions/format-justify-left.svg share/icons/HighContrast/scalable/actions/format-justify-right.svg share/icons/HighContrast/scalable/actions/format-text-bold.svg -share/icons/HighContrast/scalable/actions/format-text-direction-ltr.svg -share/icons/HighContrast/scalable/actions/format-text-direction-rtl.svg share/icons/HighContrast/scalable/actions/format-text-italic.svg share/icons/HighContrast/scalable/actions/format-text-strikethrough.svg share/icons/HighContrast/scalable/actions/format-text-underline.svg @@ -2699,22 +2869,18 @@ share/icons/HighContrast/scalable/actions/help-about.svg share/icons/HighContrast/scalable/actions/help-contents.svg share/icons/HighContrast/scalable/actions/help-faq.svg share/icons/HighContrast/scalable/actions/insert-image.svg -share/icons/HighContrast/scalable/actions/insert-link.svg share/icons/HighContrast/scalable/actions/insert-object.svg share/icons/HighContrast/scalable/actions/insert-text.svg share/icons/HighContrast/scalable/actions/list-add.svg share/icons/HighContrast/scalable/actions/list-remove.svg share/icons/HighContrast/scalable/actions/mail-forward.svg share/icons/HighContrast/scalable/actions/mail-mark-important.svg -share/icons/HighContrast/scalable/actions/mail-mark-junk.svg -share/icons/HighContrast/scalable/actions/mail-mark-notjunk.svg share/icons/HighContrast/scalable/actions/mail-mark-read.svg share/icons/HighContrast/scalable/actions/mail-mark-unread.svg share/icons/HighContrast/scalable/actions/mail-message-new.svg share/icons/HighContrast/scalable/actions/mail-reply-all.svg share/icons/HighContrast/scalable/actions/mail-reply-sender.svg share/icons/HighContrast/scalable/actions/mail-send-receive.svg -share/icons/HighContrast/scalable/actions/mail-send.svg share/icons/HighContrast/scalable/actions/media-eject.svg share/icons/HighContrast/scalable/actions/media-playback-pause.svg share/icons/HighContrast/scalable/actions/media-playback-start.svg @@ -2731,7 +2897,6 @@ share/icons/HighContrast/scalable/actions/object-rotate-right.svg share/icons/HighContrast/scalable/actions/process-stop.svg share/icons/HighContrast/scalable/actions/system-lock-screen.svg share/icons/HighContrast/scalable/actions/system-log-out.svg -share/icons/HighContrast/scalable/actions/system-reboot.svg share/icons/HighContrast/scalable/actions/system-run.svg share/icons/HighContrast/scalable/actions/system-search.svg share/icons/HighContrast/scalable/actions/system-shutdown.svg @@ -2751,15 +2916,10 @@ share/icons/HighContrast/scalable/actions/zoom-out.svg share/icons/HighContrast/scalable/apps-extra/brasero.svg share/icons/HighContrast/scalable/apps-extra/bug-buddy.svg share/icons/HighContrast/scalable/apps-extra/firefox-icon.svg -share/icons/HighContrast/scalable/apps-extra/gnome-chess.svg share/icons/HighContrast/scalable/apps-extra/internet-group-chat.svg share/icons/HighContrast/scalable/apps-extra/internet-mail.svg -share/icons/HighContrast/scalable/apps-extra/internet-news-reader.svg -share/icons/HighContrast/scalable/apps-extra/internet-web-browser.svg share/icons/HighContrast/scalable/apps-extra/orca.svg share/icons/HighContrast/scalable/apps-extra/pidgin.svg -share/icons/HighContrast/scalable/apps-extra/preferences-system-network-proxy.svg -share/icons/HighContrast/scalable/apps-extra/preferences-system-session.svg share/icons/HighContrast/scalable/apps-extra/preferences-system-windows.svg share/icons/HighContrast/scalable/apps-extra/rhythmbox.svg share/icons/HighContrast/scalable/apps-extra/sound-juicer.svg @@ -2768,68 +2928,45 @@ share/icons/HighContrast/scalable/apps-extra/tomboy.svg share/icons/HighContrast/scalable/apps-extra/totem.svg share/icons/HighContrast/scalable/apps/accessories-calculator.svg share/icons/HighContrast/scalable/apps/accessories-character-map.svg -share/icons/HighContrast/scalable/apps/accessories-dictionary.svg share/icons/HighContrast/scalable/apps/accessories-text-editor.svg share/icons/HighContrast/scalable/apps/help-browser.svg -share/icons/HighContrast/scalable/apps/multimedia-volume-control.svg share/icons/HighContrast/scalable/apps/preferences-desktop-accessibility.svg share/icons/HighContrast/scalable/apps/preferences-desktop-font.svg -share/icons/HighContrast/scalable/apps/preferences-desktop-keyboard.svg share/icons/HighContrast/scalable/apps/preferences-desktop-locale.svg -share/icons/HighContrast/scalable/apps/preferences-desktop-multimedia.svg share/icons/HighContrast/scalable/apps/preferences-desktop-screensaver.svg -share/icons/HighContrast/scalable/apps/preferences-desktop-theme.svg -share/icons/HighContrast/scalable/apps/preferences-desktop-wallpaper.svg share/icons/HighContrast/scalable/apps/system-file-manager.svg -share/icons/HighContrast/scalable/apps/system-software-install.svg -share/icons/HighContrast/scalable/apps/system-software-update.svg share/icons/HighContrast/scalable/apps/utilities-system-monitor.svg share/icons/HighContrast/scalable/apps/utilities-terminal.svg share/icons/HighContrast/scalable/categories/applications-accessories.svg share/icons/HighContrast/scalable/categories/applications-development.svg -share/icons/HighContrast/scalable/categories/applications-engineering.svg share/icons/HighContrast/scalable/categories/applications-games.svg share/icons/HighContrast/scalable/categories/applications-graphics.svg share/icons/HighContrast/scalable/categories/applications-internet.svg share/icons/HighContrast/scalable/categories/applications-multimedia.svg -share/icons/HighContrast/scalable/categories/applications-office.svg -share/icons/HighContrast/scalable/categories/applications-other.svg share/icons/HighContrast/scalable/categories/applications-science.svg share/icons/HighContrast/scalable/categories/applications-system.svg -share/icons/HighContrast/scalable/categories/applications-utilities.svg share/icons/HighContrast/scalable/categories/preferences-desktop-peripherals.svg -share/icons/HighContrast/scalable/categories/preferences-desktop-personal.svg share/icons/HighContrast/scalable/categories/preferences-desktop.svg -share/icons/HighContrast/scalable/categories/preferences-other.svg -share/icons/HighContrast/scalable/categories/preferences-system-network.svg share/icons/HighContrast/scalable/categories/preferences-system.svg -share/icons/HighContrast/scalable/categories/system-help.svg -share/icons/HighContrast/scalable/devices/audio-card.svg share/icons/HighContrast/scalable/devices/audio-input-microphone.svg share/icons/HighContrast/scalable/devices/battery.svg share/icons/HighContrast/scalable/devices/camera-photo.svg share/icons/HighContrast/scalable/devices/camera-video.svg -share/icons/HighContrast/scalable/devices/camera-web.svg share/icons/HighContrast/scalable/devices/computer.svg share/icons/HighContrast/scalable/devices/drive-harddisk.svg share/icons/HighContrast/scalable/devices/drive-optical.svg share/icons/HighContrast/scalable/devices/drive-removable-media.svg -share/icons/HighContrast/scalable/devices/input-gaming.svg share/icons/HighContrast/scalable/devices/input-keyboard.svg share/icons/HighContrast/scalable/devices/input-mouse.svg -share/icons/HighContrast/scalable/devices/input-tablet.svg share/icons/HighContrast/scalable/devices/media-flash.svg share/icons/HighContrast/scalable/devices/media-floppy.svg share/icons/HighContrast/scalable/devices/media-optical.svg share/icons/HighContrast/scalable/devices/media-tape.svg -share/icons/HighContrast/scalable/devices/modem.svg share/icons/HighContrast/scalable/devices/multimedia-player.svg share/icons/HighContrast/scalable/devices/network-wired.svg share/icons/HighContrast/scalable/devices/network-wireless.svg -share/icons/HighContrast/scalable/devices/pda.svg share/icons/HighContrast/scalable/devices/phone.svg share/icons/HighContrast/scalable/devices/printer.svg -share/icons/HighContrast/scalable/devices/scanner.svg share/icons/HighContrast/scalable/devices/video-display.svg share/icons/HighContrast/scalable/emblems/emblem-default.svg share/icons/HighContrast/scalable/emblems/emblem-documents.svg @@ -2839,32 +2976,9 @@ share/icons/HighContrast/scalable/emblems/emblem-important.svg share/icons/HighContrast/scalable/emblems/emblem-mail.svg share/icons/HighContrast/scalable/emblems/emblem-photos.svg share/icons/HighContrast/scalable/emblems/emblem-readonly.svg -share/icons/HighContrast/scalable/emblems/emblem-shared.svg share/icons/HighContrast/scalable/emblems/emblem-symbolic-link.svg -share/icons/HighContrast/scalable/emblems/emblem-synchronized.svg share/icons/HighContrast/scalable/emblems/emblem-system.svg share/icons/HighContrast/scalable/emblems/emblem-unreadable.svg -share/icons/HighContrast/scalable/emotes/face-angel.svg -share/icons/HighContrast/scalable/emotes/face-angry.svg -share/icons/HighContrast/scalable/emotes/face-cool.svg -share/icons/HighContrast/scalable/emotes/face-crying.svg -share/icons/HighContrast/scalable/emotes/face-devilish.svg -share/icons/HighContrast/scalable/emotes/face-embarrassed.svg -share/icons/HighContrast/scalable/emotes/face-kiss.svg -share/icons/HighContrast/scalable/emotes/face-laugh.svg -share/icons/HighContrast/scalable/emotes/face-monkey.svg -share/icons/HighContrast/scalable/emotes/face-plain.svg -share/icons/HighContrast/scalable/emotes/face-raspberry.svg -share/icons/HighContrast/scalable/emotes/face-sad.svg -share/icons/HighContrast/scalable/emotes/face-sick.svg -share/icons/HighContrast/scalable/emotes/face-smile-big.svg -share/icons/HighContrast/scalable/emotes/face-smile.svg -share/icons/HighContrast/scalable/emotes/face-smirk.svg -share/icons/HighContrast/scalable/emotes/face-surprise.svg -share/icons/HighContrast/scalable/emotes/face-tired.svg -share/icons/HighContrast/scalable/emotes/face-uncertain.svg -share/icons/HighContrast/scalable/emotes/face-wink.svg -share/icons/HighContrast/scalable/emotes/face-worried.svg share/icons/HighContrast/scalable/mimetypes/application-x-executable.svg share/icons/HighContrast/scalable/mimetypes/audio-x-generic.svg share/icons/HighContrast/scalable/mimetypes/font-x-generic.svg @@ -2899,8 +3013,6 @@ share/icons/HighContrast/scalable/status-extra/nm-signal-25.svg share/icons/HighContrast/scalable/status-extra/nm-signal-50.svg share/icons/HighContrast/scalable/status-extra/nm-signal-75.svg share/icons/HighContrast/scalable/status-extra/user.svg -share/icons/HighContrast/scalable/status/appointment-missed.svg -share/icons/HighContrast/scalable/status/appointment-soon.svg share/icons/HighContrast/scalable/status/audio-volume-high.svg share/icons/HighContrast/scalable/status/audio-volume-low.svg share/icons/HighContrast/scalable/status/audio-volume-medium.svg @@ -2915,38 +3027,16 @@ share/icons/HighContrast/scalable/status/dialog-warning.svg share/icons/HighContrast/scalable/status/folder-drag-accept.svg share/icons/HighContrast/scalable/status/folder-open.svg share/icons/HighContrast/scalable/status/folder-visiting.svg -share/icons/HighContrast/scalable/status/image-loading.svg share/icons/HighContrast/scalable/status/image-missing.svg share/icons/HighContrast/scalable/status/mail-attachment.svg -share/icons/HighContrast/scalable/status/mail-read.svg -share/icons/HighContrast/scalable/status/mail-replied.svg -share/icons/HighContrast/scalable/status/mail-signed-verified.svg -share/icons/HighContrast/scalable/status/mail-signed.svg -share/icons/HighContrast/scalable/status/mail-unread.svg share/icons/HighContrast/scalable/status/media-playlist-repeat.svg share/icons/HighContrast/scalable/status/media-playlist-shuffle.svg -share/icons/HighContrast/scalable/status/network-error.svg -share/icons/HighContrast/scalable/status/network-idle.svg share/icons/HighContrast/scalable/status/network-offline.svg share/icons/HighContrast/scalable/status/network-online.svg -share/icons/HighContrast/scalable/status/network-receive.svg -share/icons/HighContrast/scalable/status/network-transmit-receive.svg -share/icons/HighContrast/scalable/status/network-transmit.svg share/icons/HighContrast/scalable/status/printer-error.svg share/icons/HighContrast/scalable/status/printer-printing.svg -share/icons/HighContrast/scalable/status/security-high.svg -share/icons/HighContrast/scalable/status/security-low.svg -share/icons/HighContrast/scalable/status/security-medium.svg share/icons/HighContrast/scalable/status/software-update-available.svg share/icons/HighContrast/scalable/status/software-update-urgent.svg -share/icons/HighContrast/scalable/status/sync-error.svg -share/icons/HighContrast/scalable/status/sync-synchronizing.svg -share/icons/HighContrast/scalable/status/task-due.svg -share/icons/HighContrast/scalable/status/task-past-due.svg -share/icons/HighContrast/scalable/status/user-away.svg -share/icons/HighContrast/scalable/status/user-idle.svg -share/icons/HighContrast/scalable/status/user-offline.svg -share/icons/HighContrast/scalable/status/user-online.svg share/icons/HighContrast/scalable/status/user-trash-full.svg share/icons/HighContrast/scalable/status/weather-clear-night.svg share/icons/HighContrast/scalable/status/weather-clear.svg @@ -2954,15 +3044,10 @@ share/icons/HighContrast/scalable/status/weather-few-clouds-night.svg share/icons/HighContrast/scalable/status/weather-few-clouds.svg share/icons/HighContrast/scalable/status/weather-fog.svg share/icons/HighContrast/scalable/status/weather-overcast.svg -share/icons/HighContrast/scalable/status/weather-severe-alert.svg share/icons/HighContrast/scalable/status/weather-showers-scattered.svg share/icons/HighContrast/scalable/status/weather-showers.svg share/icons/HighContrast/scalable/status/weather-snow.svg share/icons/HighContrast/scalable/status/weather-storm.svg -share/themes/Adwaita/backgrounds/adwaita-timed.xml -share/themes/Adwaita/backgrounds/bright-day.jpg -share/themes/Adwaita/backgrounds/good-night.jpg -share/themes/Adwaita/backgrounds/morning.jpg share/themes/Adwaita/gtk-2.0/Arrows/arrow-down-insens.png share/themes/Adwaita/gtk-2.0/Arrows/arrow-down-prelight.png share/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-insens.png @@ -3088,12 +3173,8 @@ share/themes/Adwaita/gtk-2.0/Tabs/tab-top-active.png share/themes/Adwaita/gtk-2.0/Tabs/tab-top.png share/themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png share/themes/Adwaita/gtk-2.0/gtkrc -share/themes/Adwaita/gtk-3.0/gtk-dark.css share/themes/Adwaita/gtk-3.0/gtk.css -share/themes/Adwaita/gtk-3.0/gtk.gresource -share/themes/Adwaita/gtk-3.0/settings.ini share/themes/Adwaita/index.theme -share/themes/Adwaita/metacity-1/metacity-theme-2.xml share/themes/Adwaita/metacity-1/metacity-theme-3.xml share/themes/HighContrast/gtk-2.0/gtkrc share/themes/HighContrast/gtk-3.0/gtk.css @@ -3101,137 +3182,3 @@ share/themes/HighContrast/gtk-3.0/gtk.gresource share/themes/HighContrast/gtk-3.0/settings.ini share/themes/HighContrast/index.theme share/themes/HighContrast/metacity-1/metacity-theme-3.xml -@dirrm share/themes/HighContrast/metacity-1 -@dirrm share/themes/HighContrast/gtk-3.0 -@dirrm share/themes/HighContrast/gtk-2.0 -@dirrm share/themes/HighContrast -@dirrm share/themes/Adwaita/metacity-1 -@dirrm share/themes/Adwaita/gtk-3.0 -@dirrm share/themes/Adwaita/gtk-2.0/Toolbar -@dirrm share/themes/Adwaita/gtk-2.0/Tabs -@dirrm share/themes/Adwaita/gtk-2.0/Spin -@dirrm share/themes/Adwaita/gtk-2.0/Shadows -@dirrm share/themes/Adwaita/gtk-2.0/Scrollbars -@dirrm share/themes/Adwaita/gtk-2.0/Range -@dirrm share/themes/Adwaita/gtk-2.0/ProgressBar -@dirrm share/themes/Adwaita/gtk-2.0/Others -@dirrm share/themes/Adwaita/gtk-2.0/Menu-Menubar -@dirrm share/themes/Adwaita/gtk-2.0/Lines -@dirrm share/themes/Adwaita/gtk-2.0/Handles -@dirrm share/themes/Adwaita/gtk-2.0/Expanders -@dirrm share/themes/Adwaita/gtk-2.0/Entry -@dirrm share/themes/Adwaita/gtk-2.0/Check-Radio -@dirrm share/themes/Adwaita/gtk-2.0/Buttons -@dirrm share/themes/Adwaita/gtk-2.0/Arrows -@dirrm share/themes/Adwaita/gtk-2.0 -@dirrm share/themes/Adwaita/backgrounds -@dirrm share/themes/Adwaita -@dirrmtry share/themes -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/fy/LC_MESSAGES -@dirrmtry share/locale/fy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/an/LC_MESSAGES -@dirrmtry share/locale/an -@dirrm share/icons/HighContrast/scalable/status-extra -@dirrm share/icons/HighContrast/scalable/status -@dirrm share/icons/HighContrast/scalable/places-extra -@dirrm share/icons/HighContrast/scalable/places -@dirrm share/icons/HighContrast/scalable/mimetypes -@dirrm share/icons/HighContrast/scalable/emotes -@dirrm share/icons/HighContrast/scalable/emblems -@dirrm share/icons/HighContrast/scalable/devices -@dirrm share/icons/HighContrast/scalable/categories -@dirrm share/icons/HighContrast/scalable/apps-extra -@dirrm share/icons/HighContrast/scalable/apps -@dirrm share/icons/HighContrast/scalable/actions-extra -@dirrm share/icons/HighContrast/scalable/actions -@dirrm share/icons/HighContrast/scalable -@dirrm share/icons/HighContrast/48x48/stock -@dirrm share/icons/HighContrast/48x48/status -@dirrm share/icons/HighContrast/48x48/places -@dirrm share/icons/HighContrast/48x48/mimetypes -@dirrm share/icons/HighContrast/48x48/emotes -@dirrm share/icons/HighContrast/48x48/emblems -@dirrm share/icons/HighContrast/48x48/devices -@dirrm share/icons/HighContrast/48x48/categories -@dirrm share/icons/HighContrast/48x48/apps -@dirrm share/icons/HighContrast/48x48/animations -@dirrm share/icons/HighContrast/48x48/actions -@dirrm share/icons/HighContrast/48x48 -@dirrm share/icons/HighContrast/32x32/status -@dirrm share/icons/HighContrast/32x32/places -@dirrm share/icons/HighContrast/32x32/mimetypes -@dirrm share/icons/HighContrast/32x32/emotes -@dirrm share/icons/HighContrast/32x32/emblems -@dirrm share/icons/HighContrast/32x32/devices -@dirrm share/icons/HighContrast/32x32/categories -@dirrm share/icons/HighContrast/32x32/apps -@dirrm share/icons/HighContrast/32x32/actions -@dirrm share/icons/HighContrast/32x32 -@dirrm share/icons/HighContrast/256x256/status -@dirrm share/icons/HighContrast/256x256/places -@dirrm share/icons/HighContrast/256x256/mimetypes -@dirrm share/icons/HighContrast/256x256/emotes -@dirrm share/icons/HighContrast/256x256/emblems -@dirrm share/icons/HighContrast/256x256/devices -@dirrm share/icons/HighContrast/256x256/categories -@dirrm share/icons/HighContrast/256x256/apps -@dirrm share/icons/HighContrast/256x256/actions -@dirrm share/icons/HighContrast/256x256 -@dirrm share/icons/HighContrast/24x24/status -@dirrm share/icons/HighContrast/24x24/places -@dirrm share/icons/HighContrast/24x24/mimetypes -@dirrm share/icons/HighContrast/24x24/emotes -@dirrm share/icons/HighContrast/24x24/emblems -@dirrm share/icons/HighContrast/24x24/devices -@dirrm share/icons/HighContrast/24x24/categories -@dirrm share/icons/HighContrast/24x24/apps -@dirrm share/icons/HighContrast/24x24/actions -@dirrm share/icons/HighContrast/24x24 -@dirrm share/icons/HighContrast/22x22/status -@dirrm share/icons/HighContrast/22x22/places -@dirrm share/icons/HighContrast/22x22/mimetypes -@dirrm share/icons/HighContrast/22x22/emotes -@dirrm share/icons/HighContrast/22x22/emblems -@dirrm share/icons/HighContrast/22x22/devices -@dirrm share/icons/HighContrast/22x22/categories -@dirrm share/icons/HighContrast/22x22/apps -@dirrm share/icons/HighContrast/22x22/actions -@dirrm share/icons/HighContrast/22x22 -@dirrm share/icons/HighContrast/16x16/status -@dirrm share/icons/HighContrast/16x16/places -@dirrm share/icons/HighContrast/16x16/mimetypes -@dirrm share/icons/HighContrast/16x16/emotes -@dirrm share/icons/HighContrast/16x16/emblems -@dirrm share/icons/HighContrast/16x16/devices -@dirrm share/icons/HighContrast/16x16/categories -@dirrm share/icons/HighContrast/16x16/apps -@dirrm share/icons/HighContrast/16x16/actions -@dirrm share/icons/HighContrast/16x16 -@dirrmtry share/icons/HighContrast -@dirrm share/icons/Adwaita/cursors -@dirrm share/icons/Adwaita -@dirrmtry share/icons -@dirrm share/gnome-background-properties -@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 281fa61d6..4fec32449 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -4,7 +4,7 @@ # Please keep gtk30 and x11-themes/gnome-themes-standard minor version in sync PORTNAME= gtk -PORTVERSION= 3.12.2 +PORTVERSION= 3.14.3 PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -40,14 +40,15 @@ USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit \ --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -LIBVERSION= 0.1200.2 +LIBVERSION= 0.1400.3 PLIST_SUB+= LIBVERSION=${LIBVERSION} GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ org.gtk.Settings.ColorChooser.gschema.xml \ + org.gtk.Settings.Debug.gschema.xml \ org.gtk.Settings.FileChooser.gschema.xml \ org.gtk.exampleapp.gschema.xml diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 9cb404599..41108098a 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtk+-3.12.2.tar.xz) = 61d74eea74231b1ea4b53084a9d6fc9917ab0e1d71b69d92cbf60a4b4fb385d0 -SIZE (gnome3/gtk+-3.12.2.tar.xz) = 15015024 +SHA256 (gnome3/gtk+-3.14.3.tar.xz) = 5e8c62b932f4f0384c3c8cbf251f65978bdecde3211bb16e4c2bde5d8b3af72f +SIZE (gnome3/gtk+-3.14.3.tar.xz) = 15646820 diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in index ce24b9df6..0f19135f1 100644 --- a/x11-toolkits/gtk30/files/patch-Makefile.in +++ b/x11-toolkits/gtk30/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2013-12-02 23:31:49.000000000 +0100 -+++ Makefile.in 2013-12-02 23:32:00.000000000 +0100 -@@ -533,7 +533,7 @@ +--- Makefile.in.orig 2014-10-14 15:48:07.903444240 +0200 ++++ Makefile.in 2014-10-14 15:49:51.089555876 +0200 +@@ -540,7 +540,7 @@ || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ && DISPLAY=:$$XID && export DISPLAY --SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples -+SRC_SUBDIRS = gdk gtk libgail-util modules demos examples +-SRC_SUBDIRS = util gdk gtk libgail-util modules demos tests testsuite examples ++SRC_SUBDIRS = util gdk gtk libgail-util modules demos examples SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} MAINTAINERCLEANFILES = \ diff --git a/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in index 862035f40..83ee0513a 100644 --- a/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in +++ b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in @@ -1,10 +1,10 @@ ---- docs/reference/gtk/Makefile.in.orig 2013-03-28 10:39:58.000000000 +0000 -+++ docs/reference/gtk/Makefile.in 2013-03-28 10:43:09.000000000 +0000 -@@ -852,7 +852,6 @@ +--- docs/reference/gtk/Makefile.in.orig 2014-10-14 15:50:07.675435846 +0200 ++++ docs/reference/gtk/Makefile.in 2014-10-14 15:50:49.218431589 +0200 +@@ -820,7 +820,6 @@ ######################################################################## man_MANS = \ gtk-query-immodules-3.0.1 \ - gtk-update-icon-cache.1 \ + gtk-encode-symbolic-svg.1 \ gtk-launch.1 \ - broadwayd.1 - + gtk3-demo.1 \ diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index 15341e786..aac9078c2 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -1,7 +1,9 @@ +bin/gtk-encode-symbolic-svg bin/gtk-launch bin/gtk-query-immodules-3.0 bin/gtk3-demo bin/gtk3-demo-application +bin/gtk3-icon-browser bin/gtk3-widget-factory etc/gtk-3.0/im-multipress.conf include/gail-3.0/libgail-util/gail-util.h @@ -10,7 +12,6 @@ include/gail-3.0/libgail-util/gailtextutil.h include/gtk-3.0/gdk/gdk.h include/gtk-3.0/gdk/gdkapplaunchcontext.h include/gtk-3.0/gdk/gdkcairo.h -include/gtk-3.0/gdk/gdkcolor.h include/gtk-3.0/gdk/gdkconfig.h include/gtk-3.0/gdk/gdkcursor.h include/gtk-3.0/gdk/gdkdevice.h @@ -109,9 +110,12 @@ include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +include/gtk-3.0/gdk/deprecated/gdkcolor.h include/gtk-3.0/gtk/deprecated/gtkaction.h include/gtk-3.0/gtk/deprecated/gtkactiongroup.h include/gtk-3.0/gtk/deprecated/gtkactivatable.h +include/gtk-3.0/gtk/deprecated/gtkalignment.h +include/gtk-3.0/gtk/deprecated/gtkarrow.h include/gtk-3.0/gtk/deprecated/gtkcolorsel.h include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h include/gtk-3.0/gtk/deprecated/gtkfontsel.h @@ -126,14 +130,18 @@ include/gtk-3.0/gtk/deprecated/gtkhseparator.h include/gtk-3.0/gtk/deprecated/gtkhsv.h include/gtk-3.0/gtk/deprecated/gtkiconfactory.h include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h +include/gtk-3.0/gtk/deprecated/gtkmisc.h +include/gtk-3.0/gtk/deprecated/gtknumerableicon.h include/gtk-3.0/gtk/deprecated/gtkradioaction.h include/gtk-3.0/gtk/deprecated/gtkrc.h include/gtk-3.0/gtk/deprecated/gtkrecentaction.h include/gtk-3.0/gtk/deprecated/gtkstock.h include/gtk-3.0/gtk/deprecated/gtkstyle.h +include/gtk-3.0/gtk/deprecated/gtkstatusicon.h include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h include/gtk-3.0/gtk/deprecated/gtktable.h include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +include/gtk-3.0/gtk/deprecated/gtkthemingengine.h include/gtk-3.0/gtk/deprecated/gtktoggleaction.h include/gtk-3.0/gtk/deprecated/gtkuimanager.h include/gtk-3.0/gtk/deprecated/gtkvbbox.h @@ -152,14 +160,12 @@ include/gtk-3.0/gtk/gtkaccessible.h include/gtk-3.0/gtk/gtkactionable.h include/gtk-3.0/gtk/gtkactionbar.h include/gtk-3.0/gtk/gtkadjustment.h -include/gtk-3.0/gtk/gtkalignment.h include/gtk-3.0/gtk/gtkappchooser.h include/gtk-3.0/gtk/gtkappchooserbutton.h include/gtk-3.0/gtk/gtkappchooserdialog.h include/gtk-3.0/gtk/gtkappchooserwidget.h include/gtk-3.0/gtk/gtkapplication.h include/gtk-3.0/gtk/gtkapplicationwindow.h -include/gtk-3.0/gtk/gtkarrow.h include/gtk-3.0/gtk/gtkaspectframe.h include/gtk-3.0/gtk/gtkassistant.h include/gtk-3.0/gtk/gtkbbox.h @@ -209,6 +215,7 @@ include/gtk-3.0/gtk/gtkentrybuffer.h include/gtk-3.0/gtk/gtkentrycompletion.h include/gtk-3.0/gtk/gtkenums.h include/gtk-3.0/gtk/gtkeventbox.h +include/gtk-3.0/gtk/gtkeventcontroller.h include/gtk-3.0/gtk/gtkexpander.h include/gtk-3.0/gtk/gtkfilechooser.h include/gtk-3.0/gtk/gtkfilechooserbutton.h @@ -222,6 +229,15 @@ include/gtk-3.0/gtk/gtkfontchooser.h include/gtk-3.0/gtk/gtkfontchooserdialog.h include/gtk-3.0/gtk/gtkfontchooserwidget.h include/gtk-3.0/gtk/gtkframe.h +include/gtk-3.0/gtk/gtkgesture.h +include/gtk-3.0/gtk/gtkgesturedrag.h +include/gtk-3.0/gtk/gtkgesturelongpress.h +include/gtk-3.0/gtk/gtkgesturemultipress.h +include/gtk-3.0/gtk/gtkgesturepan.h +include/gtk-3.0/gtk/gtkgesturerotate.h +include/gtk-3.0/gtk/gtkgesturesingle.h +include/gtk-3.0/gtk/gtkgestureswipe.h +include/gtk-3.0/gtk/gtkgesturezoom.h include/gtk-3.0/gtk/gtkgrid.h include/gtk-3.0/gtk/gtkheaderbar.h include/gtk-3.0/gtk/gtkicontheme.h @@ -249,11 +265,9 @@ include/gtk-3.0/gtk/gtkmenuitem.h include/gtk-3.0/gtk/gtkmenushell.h include/gtk-3.0/gtk/gtkmenutoolbutton.h include/gtk-3.0/gtk/gtkmessagedialog.h -include/gtk-3.0/gtk/gtkmisc.h include/gtk-3.0/gtk/gtkmodules.h include/gtk-3.0/gtk/gtkmountoperation.h include/gtk-3.0/gtk/gtknotebook.h -include/gtk-3.0/gtk/gtknumerableicon.h include/gtk-3.0/gtk/gtkoffscreenwindow.h include/gtk-3.0/gtk/gtkorientable.h include/gtk-3.0/gtk/gtkoverlay.h @@ -298,7 +312,6 @@ include/gtk-3.0/gtk/gtksocket.h include/gtk-3.0/gtk/gtkspinbutton.h include/gtk-3.0/gtk/gtkspinner.h include/gtk-3.0/gtk/gtkstatusbar.h -include/gtk-3.0/gtk/gtkstatusicon.h include/gtk-3.0/gtk/gtkstack.h include/gtk-3.0/gtk/gtkstackswitcher.h include/gtk-3.0/gtk/gtkstylecontext.h @@ -317,7 +330,6 @@ include/gtk-3.0/gtk/gtktextmark.h include/gtk-3.0/gtk/gtktexttag.h include/gtk-3.0/gtk/gtktexttagtable.h include/gtk-3.0/gtk/gtktextview.h -include/gtk-3.0/gtk/gtkthemingengine.h include/gtk-3.0/gtk/gtktogglebutton.h include/gtk-3.0/gtk/gtktoggletoolbutton.h include/gtk-3.0/gtk/gtktoolbar.h @@ -344,6 +356,7 @@ include/gtk-3.0/gtk/gtkvolumebutton.h include/gtk-3.0/gtk/gtkwidget.h include/gtk-3.0/gtk/gtkwidgetpath.h include/gtk-3.0/gtk/gtkwindow.h +include/gtk-3.0/gtk/gtkwindowgroup.h include/gtk-3.0/gtk/gtkx.h include/gtk-3.0/unix-print/gtk/gtkpagesetupunixdialog.h include/gtk-3.0/unix-print/gtk/gtkprinter.h @@ -386,6 +399,7 @@ libdata/pkgconfig/gtk+-x11-3.0.pc man/man1/gtk-query-immodules-3.0.1.gz share/aclocal/gtk-3.0.m4 share/applications/gtk3-demo.desktop +share/applications/gtk3-icon-browser.desktop share/applications/gtk3-widget-factory.desktop share/gir-1.0/Gdk-3.0.gir share/gir-1.0/GdkX11-3.0.gir @@ -635,114 +649,13 @@ share/themes/Default/gtk-3.0/gtk-keys.css share/themes/Emacs/gtk-3.0/gtk-keys.css @exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true @unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true -@dirrm share/themes/Emacs/gtk-3.0 -@dirrmtry share/themes/Emacs -@dirrm share/themes/Default/gtk-3.0 -@dirrmtry share/themes/Default -@dirrmtry share/themes -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/lg/LC_MESSAGES -@dirrmtry share/locale/lg -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/kg/LC_MESSAGES -@dirrmtry share/locale/kg -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/gd/LC_MESSAGES -@dirrmtry share/locale/gd -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang -@dirrmtry share/locale/an/LC_MESSAGES -@dirrmtry share/locale/an -@dirrm share/gtk-3.0 @exec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @rmtry lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache @exec /bin/mkdir -p %D/lib/gtk-3.0/modules @exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/engines @exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/loaders -@dirrm lib/gtk-3.0/modules -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/printbackends -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/loaders -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/immodules -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/engines -@dirrm lib/gtk-3.0/%%GTK3_VERSION%% -@dirrm lib/gtk-3.0 -@dirrm include/gtk-3.0/unix-print/gtk -@dirrm include/gtk-3.0/unix-print -@dirrm include/gtk-3.0/gtk/deprecated -@dirrm include/gtk-3.0/gtk/a11y -@dirrm include/gtk-3.0/gtk -@dirrm include/gtk-3.0/gdk/x11 -@dirrm include/gtk-3.0/gdk -@dirrm include/gtk-3.0 -@dirrm include/gail-3.0/libgail-util -@dirrm include/gail-3.0 -@dirrm etc/gtk-3.0 +@dir lib/gtk-3.0 +@dir lib/gtk-3.0/%%GTK3_VERSION%% +@dir lib/gtk-3.0/%%GTK3_VERSION%%/engines +@dir lib/gtk-3.0/%%GTK3_VERSION%%/loaders +@dir lib/gtk-3.0/modules diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index da6add776..3351a1c71 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= pango -PORTVERSION= 1.36.7 +PORTVERSION= 1.36.8 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -33,7 +33,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip VERSION= 1.8.0 -LIBVERSION= 0.3600.7 +LIBVERSION= 0.3600.8 PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION} FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index 1186786a1..6ddbe76ed 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pango-1.36.7.tar.xz) = 1f7b527423a1b3044fd9ae7fbe054107b06723ff1c73e0b5f7bf9b84358d404a -SIZE (gnome2/pango-1.36.7.tar.xz) = 1033896 +SHA256 (gnome2/pango-1.36.8.tar.xz) = 18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07 +SIZE (gnome2/pango-1.36.8.tar.xz) = 1033528 |