Skip to content

Commit

Permalink
New upstream snapshot for GNOME Shell Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 authored and github-actions[bot] committed Sep 6, 2024
1 parent 2d29780 commit 6c485f3
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gnome-shell/upstream/data/gnome-shell-icons.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<file preprocess="xml-stripblanks">scalable/actions/shell-focus-top-bar-symbolic-rtl.svg</file>
<file preprocess="xml-stripblanks">scalable/actions/shell-focus-windows-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/background-app-ghost-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/check-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/keyboard-brightness-high-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/keyboard-brightness-medium-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/keyboard-brightness-off-symbolic.svg</file>
Expand All @@ -45,6 +46,7 @@
<file preprocess="xml-stripblanks">scalable/status/keyboard-hide-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/keyboard-layout-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/keyboard-shift-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/keyboard-zwnj-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/message-indicator-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/no-notifications-symbolic.svg</file>
<file preprocess="xml-stripblanks">scalable/status/screen-privacy-disabled-symbolic.svg</file>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion gnome-shell/upstream/data/icons/meson.build
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
install_subdir('hicolor', install_dir: icondir)
excluded_icons=[]
if not have_portal_helper
excluded_icons += [
'scalable/apps/org.gnome.Shell.CaptivePortal.svg',
'symbolic/apps/org.gnome.Shell.CaptivePortal-symbolic.svg',
]
endif
install_subdir('hicolor',
install_dir: icondir, exclude_files: excluded_icons)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c485f3

Please sign in to comment.