Update to yaru-22.04.4.
This commit is contained in:
parent
d822bd52a5
commit
ab8cbe03ee
@ -1,6 +1,6 @@
|
||||
COMMENT= Ubuntu GNOME theme
|
||||
|
||||
GH_TAGNAME= 22.04.3.1
|
||||
GH_TAGNAME= 22.04.4
|
||||
GH_ACCOUNT= ubuntu
|
||||
GH_PROJECT= yaru
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (yaru-22.04.3.1.tar.gz) = hOg6gjr9PU+iTpOXNCQ3zR/ifjob5OgCvq3jNu5wpcE=
|
||||
SIZE (yaru-22.04.3.1.tar.gz) = 68106228
|
||||
SHA256 (yaru-22.04.4.tar.gz) = 6LhdOxlltGEbQoC01TuN6v2sdU95WoqtQ8It2zMIAl4=
|
||||
SIZE (yaru-22.04.4.tar.gz) = 68116909
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: gnome-shell/src/meson.build
|
||||
--- gnome-shell/src/meson.build.orig
|
||||
+++ gnome-shell/src/meson.build
|
||||
@@ -74,7 +74,7 @@ foreach src: theme_sources
|
||||
@@ -75,7 +75,7 @@ foreach src: theme_sources
|
||||
command: [
|
||||
'bash', '-c',
|
||||
';'.join([
|
||||
|
@ -1,69 +1,7 @@
|
||||
1st chunk:
|
||||
From cb649ee6aef2f8c291cf117085625333e4b51170 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
|
||||
Date: Wed, 30 Mar 2022 01:19:04 +0200
|
||||
Subject: [PATCH] icons: Cleanup meson file, re-organizing logic
|
||||
|
||||
3rd chunk:
|
||||
From 9880be87db4d13ba21d48cbb076ea4cfa7ce0213 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
|
||||
Date: Wed, 30 Mar 2022 00:35:38 +0200
|
||||
Subject: [PATCH] icons: Ensure symlinks are installed as such for all variants
|
||||
|
||||
4th chunk:
|
||||
From 5ffe7c747dcb043d2d5794a0554e134875546b1d Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
|
||||
Date: Wed, 30 Mar 2022 00:47:15 +0200
|
||||
Subject: [PATCH] icons: Avoid adding symlink to parent dark variants if not enabled
|
||||
|
||||
Index: icons/meson.build
|
||||
--- icons/meson.build.orig
|
||||
+++ icons/meson.build
|
||||
@@ -20,6 +20,9 @@ generate_symlinks = find_program('src' / 'symlinks' /
|
||||
generate_index_theme = find_program('src' / 'generate-index-theme.py', required: true)
|
||||
accent_color_gtk_version_reference = '3.0'
|
||||
uses_panel_icons = get_option('ubuntu-unity') or get_option('mate')
|
||||
+dark_theme = meson.project_name() + '-dark'
|
||||
+index_theme = 'index.theme'
|
||||
+cursor_theme = 'cursor.theme'
|
||||
render_targets = []
|
||||
render_accented_targets = []
|
||||
render_and_symlink_targets = []
|
||||
@@ -31,9 +34,9 @@ cleanup_rendered_icons_accented_targets = []
|
||||
|
||||
foreach flavour: icon_flavors
|
||||
is_dark = flavour == 'dark'
|
||||
- is_dark_flavour = is_dark or flavour.endswith('-dark')
|
||||
+ is_dark_flavour = not is_dark and flavour.endswith('-dark')
|
||||
is_accent = enabled_accent_colors.contains(flavour)
|
||||
- base_flavour = is_dark_flavour and not is_dark ? flavour.split('-dark')[0] : ''
|
||||
+ base_flavour = is_dark_flavour ? flavour.split('-dark')[0] : ''
|
||||
is_dark_accent = is_dark_flavour and enabled_accent_colors.contains(base_flavour)
|
||||
|
||||
if (is_accent or is_dark_accent) and not get_option('gtk')
|
||||
@@ -175,8 +178,8 @@ foreach flavour: icon_flavors
|
||||
|
||||
excluded_folders = []
|
||||
excluded_files = [
|
||||
- 'index.theme',
|
||||
- 'cursor.theme',
|
||||
+ index_theme,
|
||||
+ cursor_theme,
|
||||
]
|
||||
|
||||
if not uses_panel_icons
|
||||
@@ -193,6 +196,10 @@ foreach flavour: icon_flavors
|
||||
included_names.length() > 0 ? ['('] + included_names + [')'] : [],
|
||||
'-printf', '%P\\n',
|
||||
).stdout().strip().split('\n')
|
||||
+
|
||||
+ if excluded_folders.length() == 1 and excluded_folders[0] == ''
|
||||
+ excluded_folders = []
|
||||
+ endif
|
||||
endif
|
||||
|
||||
symlinks = []
|
||||
@@ -218,7 +225,7 @@ foreach flavour: icon_flavors
|
||||
@@ -226,7 +226,7 @@ foreach flavour: icon_flavors
|
||||
|
||||
if local_links.length() > 0
|
||||
links_targets = run_command(
|
||||
@ -72,206 +10,3 @@ Index: icons/meson.build
|
||||
'--relative-to=' + meson.current_source_dir() / icon_dir,
|
||||
local_links,
|
||||
check: true,
|
||||
@@ -273,6 +280,51 @@ foreach flavour: icon_flavors
|
||||
endif
|
||||
endforeach
|
||||
|
||||
+ if is_dark_flavour
|
||||
+ assert(get_option('dark'), 'Dark flavour @0@ enabled, but we have no dark parent'.format(flavour))
|
||||
+ # Since we don't have a specific dark theme, we are just re-using
|
||||
+ # the default dark theme as fallback, while the base flavour theme
|
||||
+ # is still inherited as primary.
|
||||
+ dark_categories = run_command(
|
||||
+ 'find',
|
||||
+ dark_theme,
|
||||
+ '!', '-path', dark_theme,
|
||||
+ '-type', 'd',
|
||||
+ '-mindepth', '2',
|
||||
+ '-maxdepth', '2',
|
||||
+ '-printf', '%P\\n',
|
||||
+ ).stdout().strip()
|
||||
+ dark_categories = dark_categories != '' ? dark_categories.split('\n') : []
|
||||
+
|
||||
+ foreach c: dark_categories
|
||||
+ if fs.is_dir(icon_dir / c)
|
||||
+ continue
|
||||
+ endif
|
||||
+
|
||||
+ category = fs.name(c)
|
||||
+ if not uses_panel_icons and PANEL_ONLY_ICONS_CATEGORIES.contains(category)
|
||||
+ continue
|
||||
+ endif
|
||||
+
|
||||
+ target = run_command(python, '-c',
|
||||
+ 'import os, sys; print(os.path.relpath(sys.argv[1], sys.argv[2]))',
|
||||
+ dark_theme / c,
|
||||
+ icon_dir / fs.parent(c)
|
||||
+ ).stdout().strip()
|
||||
+
|
||||
+ if meson.version().version_compare('>= 0.61')
|
||||
+ install_symlink(category,
|
||||
+ install_dir: theme_install_dir / fs.parent(c),
|
||||
+ pointing_to: target,
|
||||
+ )
|
||||
+ else
|
||||
+ meson.add_install_script('bash', '-c',
|
||||
+ 'mkdir -p "${DESTDIR}/@2@"; ln -svf @1@ ${DESTDIR}/@2@/@0@'.format(
|
||||
+ category, target, theme_install_dir / fs.parent(c)))
|
||||
+ endif
|
||||
+ endforeach
|
||||
+ endif
|
||||
+
|
||||
# install cursor thumbnail (cinnamon only)
|
||||
if get_option('cinnamon-shell') and flavour == 'default'
|
||||
install_data(
|
||||
@@ -281,101 +333,60 @@ foreach flavour: icon_flavors
|
||||
)
|
||||
endif
|
||||
|
||||
- themes_f = [
|
||||
- 'cursor.theme',
|
||||
- 'index.theme',
|
||||
- ]
|
||||
- conf_data = configuration_data()
|
||||
- conf_data.set('ProjectName', meson.project_name())
|
||||
- conf_data.set('ThemeName', theme_name)
|
||||
- foreach theme: themes_f
|
||||
- have_file = false
|
||||
- tmp_name = flavour + '-@0@'.format(theme)
|
||||
- if fs.is_file(join_paths(icon_dir, theme))
|
||||
- file = configure_file(
|
||||
- input : join_paths(icon_dir, theme),
|
||||
- output : tmp_name,
|
||||
- configuration : conf_data
|
||||
- )
|
||||
- have_file = true
|
||||
- elif theme == 'index.theme'
|
||||
- generate_index_theme_args = []
|
||||
+ generate_index_theme_args = []
|
||||
+ foreach ef: excluded_folders
|
||||
+ generate_index_theme_args += ['--exclude-directory', ef]
|
||||
+ endforeach
|
||||
|
||||
- foreach ef: excluded_folders
|
||||
- generate_index_theme_args += ['--exclude-directory', ef]
|
||||
- endforeach
|
||||
-
|
||||
- if is_flavour
|
||||
- if is_dark_flavour and not is_dark
|
||||
- dark_theme = meson.project_name() + '-dark'
|
||||
-
|
||||
- if not fs.is_dir(theme_dir)
|
||||
- # Since we don't have a specific dark theme, we are just re-using
|
||||
- # the default dark theme as fallback, while the base flavour theme
|
||||
- # is still inherited as primary.
|
||||
- dark_categories = run_command(
|
||||
- 'find',
|
||||
- dark_theme,
|
||||
- '!', '-path', dark_theme,
|
||||
- '-type', 'd',
|
||||
- '-mindepth', '2',
|
||||
- '-maxdepth', '2',
|
||||
- '-printf', '%P\\n',
|
||||
- ).stdout().strip().split('\n')
|
||||
-
|
||||
- foreach c: dark_categories
|
||||
- target = run_command(python, '-c',
|
||||
- 'import os, sys; print(os.path.relpath(sys.argv[1], sys.argv[2]))',
|
||||
- dark_theme / c,
|
||||
- icon_dir / fs.parent(c)
|
||||
- ).stdout().strip()
|
||||
-
|
||||
- if meson.version().version_compare('>= 0.61')
|
||||
- install_symlink(fs.name(c),
|
||||
- install_dir: theme_install_dir / fs.parent(c),
|
||||
- pointing_to: target,
|
||||
- )
|
||||
- else
|
||||
- meson.add_install_script('bash', '-c',
|
||||
- 'mkdir -p "${DESTDIR}/@2@"; ln -svf @1@ ${DESTDIR}/@2@/@0@'.format(
|
||||
- fs.name(c), target, theme_install_dir / fs.parent(c)))
|
||||
- endif
|
||||
- endforeach
|
||||
-
|
||||
- foreach c: uses_panel_icons ? [] : PANEL_ONLY_ICONS_CATEGORIES
|
||||
- generate_index_theme_args += ['--exclude-context', c]
|
||||
- endforeach
|
||||
- endif
|
||||
-
|
||||
- generate_index_theme_args += [
|
||||
- '--inherits', dark_theme,
|
||||
- '--source-dir', meson.current_source_dir() / dark_theme,
|
||||
- ]
|
||||
- endif
|
||||
-
|
||||
- inherited_flavour = base_flavour != '' ? '-' + base_flavour : ''
|
||||
- generate_index_theme_args += [
|
||||
- '--inherits', meson.project_name() + inherited_flavour
|
||||
- ]
|
||||
+ if is_flavour
|
||||
+ if is_dark_flavour
|
||||
+ if not fs.is_dir(theme_dir)
|
||||
+ foreach c: uses_panel_icons ? [] : PANEL_ONLY_ICONS_CATEGORIES
|
||||
+ generate_index_theme_args += ['--exclude-context', c]
|
||||
+ endforeach
|
||||
endif
|
||||
|
||||
- file = configure_file(
|
||||
- output: tmp_name,
|
||||
- command: [
|
||||
- generate_index_theme,
|
||||
- icon_dir,
|
||||
- '--source-dir', meson.current_source_dir() / icon_dir,
|
||||
- '--output-dir', '@OUTDIR@',
|
||||
- '--output-name', '@OUTPUT@',
|
||||
- ] + generate_index_theme_args,
|
||||
- )
|
||||
- have_file = true
|
||||
+ generate_index_theme_args += [
|
||||
+ '--inherits', dark_theme,
|
||||
+ '--source-dir', meson.current_source_dir() / dark_theme,
|
||||
+ ]
|
||||
endif
|
||||
|
||||
- if have_file
|
||||
- install_data(file, install_dir: theme_install_dir, rename: theme)
|
||||
- endif
|
||||
- endforeach
|
||||
+ inherited_flavour = base_flavour != '' ? '-' + base_flavour : ''
|
||||
+ generate_index_theme_args += [
|
||||
+ '--inherits', meson.project_name() + inherited_flavour
|
||||
+ ]
|
||||
+ endif
|
||||
+
|
||||
+ install_data(
|
||||
+ configure_file(
|
||||
+ output: flavour + '-@0@'.format(index_theme),
|
||||
+ command: [
|
||||
+ generate_index_theme,
|
||||
+ icon_dir,
|
||||
+ '--source-dir', meson.current_source_dir() / icon_dir,
|
||||
+ '--output-dir', '@OUTDIR@',
|
||||
+ '--output-name', '@OUTPUT@',
|
||||
+ ] + generate_index_theme_args,
|
||||
+ ),
|
||||
+ install_dir: theme_install_dir,
|
||||
+ rename: index_theme,
|
||||
+ )
|
||||
+
|
||||
+ if fs.is_file(icon_dir / cursor_theme)
|
||||
+ install_data(
|
||||
+ configure_file(
|
||||
+ input: icon_dir / cursor_theme,
|
||||
+ output: flavour + '-@0@'.format(cursor_theme),
|
||||
+ configuration: {
|
||||
+ 'ProjectName': meson.project_name(),
|
||||
+ 'ThemeName': theme_name,
|
||||
+ },
|
||||
+ ),
|
||||
+ install_dir: theme_install_dir,
|
||||
+ rename: cursor_theme,
|
||||
+ )
|
||||
+ endif
|
||||
|
||||
# Cleanup empty directories, as per excluded files
|
||||
meson.add_install_script('bash', '-c',
|
||||
|
@ -1448,6 +1448,12 @@ share/icons/Yaru-dark/16x16/panel/gnome-netstatus-50-74.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gnome-netstatus-75-100.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gnome-netstatus-disconn.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gnome-netstatus-error.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-gaming-input-000.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-gaming-input-020.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-gaming-input-040.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-gaming-input-060.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-gaming-input-080.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-gaming-input-100.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-keyboard-000.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-keyboard-020.svg
|
||||
share/icons/Yaru-dark/16x16/panel/gpm-keyboard-040.svg
|
||||
@ -1779,10 +1785,13 @@ share/icons/Yaru-dark/22x22/panel/blueman-tray.svg
|
||||
share/icons/Yaru-dark/22x22/panel/bluetooth-active.svg
|
||||
share/icons/Yaru-dark/22x22/panel/bluetooth-disabled.svg
|
||||
share/icons/Yaru-dark/22x22/panel/bluetooth-paired.svg
|
||||
share/icons/Yaru-dark/22x22/panel/caffeine-cup-empty.svg
|
||||
share/icons/Yaru-dark/22x22/panel/caffeine-cup-full.svg
|
||||
share/icons/Yaru-dark/22x22/panel/connect_creating.svg
|
||||
share/icons/Yaru-dark/22x22/panel/connect_established.svg
|
||||
share/icons/Yaru-dark/22x22/panel/connect_no.svg
|
||||
share/icons/Yaru-dark/22x22/panel/deluge-panel.svg
|
||||
share/icons/Yaru-dark/22x22/panel/diodon-panel.svg
|
||||
share/icons/Yaru-dark/22x22/panel/dropboxstatus-busy.svg
|
||||
share/icons/Yaru-dark/22x22/panel/dropboxstatus-busy2.svg
|
||||
share/icons/Yaru-dark/22x22/panel/dropboxstatus-idle.svg
|
||||
@ -1803,6 +1812,12 @@ share/icons/Yaru-dark/22x22/panel/gnome-netstatus-idle.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gnome-netstatus-rx.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gnome-netstatus-tx.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gnome-netstatus-txrx.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-gaming-input-000.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-gaming-input-020.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-gaming-input-040.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-gaming-input-060.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-gaming-input-080.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-gaming-input-100.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-keyboard-000.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-keyboard-020.svg
|
||||
share/icons/Yaru-dark/22x22/panel/gpm-keyboard-040.svg
|
||||
@ -2743,6 +2758,7 @@ share/icons/Yaru-dark/24x24/panel/bluetooth-paired.svg
|
||||
share/icons/Yaru-dark/24x24/panel/connect_creating.svg
|
||||
share/icons/Yaru-dark/24x24/panel/connect_established.svg
|
||||
share/icons/Yaru-dark/24x24/panel/connect_no.svg
|
||||
share/icons/Yaru-dark/24x24/panel/diodon-panel.svg
|
||||
share/icons/Yaru-dark/24x24/panel/dropboxstatus-busy.svg
|
||||
share/icons/Yaru-dark/24x24/panel/dropboxstatus-busy2.svg
|
||||
share/icons/Yaru-dark/24x24/panel/dropboxstatus-idle.svg
|
||||
@ -2763,6 +2779,12 @@ share/icons/Yaru-dark/24x24/panel/gnome-netstatus-idle.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gnome-netstatus-rx.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gnome-netstatus-tx.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gnome-netstatus-txrx.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-gaming-input-000.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-gaming-input-020.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-gaming-input-040.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-gaming-input-060.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-gaming-input-080.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-gaming-input-100.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-keyboard-000.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-keyboard-020.svg
|
||||
share/icons/Yaru-dark/24x24/panel/gpm-keyboard-040.svg
|
||||
@ -2871,6 +2893,9 @@ share/icons/Yaru-dark/24x24/panel/nm-tech-hspa.svg
|
||||
share/icons/Yaru-dark/24x24/panel/nm-tech-umts.svg
|
||||
share/icons/Yaru-dark/24x24/panel/nm-vpn-standalone-lock.svg
|
||||
share/icons/Yaru-dark/24x24/panel/nm-wwan-tower.svg
|
||||
share/icons/Yaru-dark/24x24/panel/optimus-indicator-intel.svg
|
||||
share/icons/Yaru-dark/24x24/panel/optimus-indicator-nvidia.svg
|
||||
share/icons/Yaru-dark/24x24/panel/optimus-indicator-unknown.svg
|
||||
share/icons/Yaru-dark/24x24/panel/org.remmina.Remmina-status.svg
|
||||
share/icons/Yaru-dark/24x24/panel/printer-symbolic.svg
|
||||
share/icons/Yaru-dark/24x24/panel/redshift-status-off.svg
|
||||
@ -2945,6 +2970,7 @@ share/icons/Yaru-dark/24x24/panel/user-idle-panel.svg
|
||||
share/icons/Yaru-dark/24x24/panel/user-indeterminate-panel.svg
|
||||
share/icons/Yaru-dark/24x24/panel/user-invisible-panel.svg
|
||||
share/icons/Yaru-dark/24x24/panel/user-offline-panel.svg
|
||||
share/icons/Yaru-dark/24x24/panel/variety-indicator.svg
|
||||
share/icons/Yaru-dark/24x24/panel/xfce4-mixer-muted.svg
|
||||
share/icons/Yaru-dark/24x24/panel/xfce4-mixer-no-record.svg
|
||||
share/icons/Yaru-dark/24x24/panel/xfce4-mixer-record.svg
|
||||
@ -7843,6 +7869,12 @@ share/icons/Yaru/16x16/panel/gnome-netstatus-50-74.svg
|
||||
share/icons/Yaru/16x16/panel/gnome-netstatus-75-100.svg
|
||||
share/icons/Yaru/16x16/panel/gnome-netstatus-disconn.svg
|
||||
share/icons/Yaru/16x16/panel/gnome-netstatus-error.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-gaming-input-000.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-gaming-input-020.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-gaming-input-040.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-gaming-input-060.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-gaming-input-080.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-gaming-input-100.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-keyboard-000.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-keyboard-020.svg
|
||||
share/icons/Yaru/16x16/panel/gpm-keyboard-040.svg
|
||||
@ -9042,6 +9074,7 @@ share/icons/Yaru/16x16@2x/status/user-trash-full.png
|
||||
share/icons/Yaru/22x22/
|
||||
share/icons/Yaru/22x22/actions/
|
||||
share/icons/Yaru/22x22/actions/address-book-new.png
|
||||
share/icons/Yaru/22x22/actions/application-exit.png
|
||||
share/icons/Yaru/22x22/actions/appointment-new.png
|
||||
share/icons/Yaru/22x22/actions/blueman-send-file.png
|
||||
share/icons/Yaru/22x22/actions/blueman-trust.png
|
||||
@ -9051,6 +9084,8 @@ share/icons/Yaru/22x22/actions/cancel.png
|
||||
share/icons/Yaru/22x22/actions/computer-log-out.png
|
||||
share/icons/Yaru/22x22/actions/contact-new.png
|
||||
share/icons/Yaru/22x22/actions/dialog-cancel.png
|
||||
share/icons/Yaru/22x22/actions/dialog-close.png
|
||||
share/icons/Yaru/22x22/actions/dialog-no.png
|
||||
share/icons/Yaru/22x22/actions/document-new.png
|
||||
share/icons/Yaru/22x22/actions/document-open-recent.png
|
||||
share/icons/Yaru/22x22/actions/document-open.png
|
||||
@ -9108,6 +9143,7 @@ share/icons/Yaru/22x22/actions/go-last.png
|
||||
share/icons/Yaru/22x22/actions/group-delete.png
|
||||
share/icons/Yaru/22x22/actions/gshutdown.png
|
||||
share/icons/Yaru/22x22/actions/gtk-cancel.png
|
||||
share/icons/Yaru/22x22/actions/gtk-close.png
|
||||
share/icons/Yaru/22x22/actions/gtk-copy.png
|
||||
share/icons/Yaru/22x22/actions/gtk-cut.png
|
||||
share/icons/Yaru/22x22/actions/gtk-delete.png
|
||||
@ -9159,6 +9195,7 @@ share/icons/Yaru/22x22/actions/printers.png
|
||||
share/icons/Yaru/22x22/actions/process-stop.png
|
||||
share/icons/Yaru/22x22/actions/redo.png
|
||||
share/icons/Yaru/22x22/actions/stock_calc-cancel.png
|
||||
share/icons/Yaru/22x22/actions/stock_close.png
|
||||
share/icons/Yaru/22x22/actions/stock_copy.png
|
||||
share/icons/Yaru/22x22/actions/stock_cut.png
|
||||
share/icons/Yaru/22x22/actions/stock_delete.png
|
||||
@ -9191,6 +9228,7 @@ share/icons/Yaru/22x22/actions/system-shutdown.png
|
||||
share/icons/Yaru/22x22/actions/undo.png
|
||||
share/icons/Yaru/22x22/actions/view-zoom-in.png
|
||||
share/icons/Yaru/22x22/actions/view-zoom-out.png
|
||||
share/icons/Yaru/22x22/actions/window-close.png
|
||||
share/icons/Yaru/22x22/actions/xfsm-logout.png
|
||||
share/icons/Yaru/22x22/actions/xfsm-reboot.png
|
||||
share/icons/Yaru/22x22/actions/xfsm-shutdown.png
|
||||
@ -9245,6 +9283,8 @@ share/icons/Yaru/22x22/animations/nm-vpn-connecting11.svg
|
||||
share/icons/Yaru/22x22/animations/nm-vpn-connecting12.svg
|
||||
share/icons/Yaru/22x22/animations/nm-vpn-connecting13.svg
|
||||
share/icons/Yaru/22x22/animations/nm-vpn-connecting14.svg
|
||||
share/icons/Yaru/22x22/apps/
|
||||
share/icons/Yaru/22x22/apps/ubiquity.png
|
||||
share/icons/Yaru/22x22/categories/
|
||||
share/icons/Yaru/22x22/categories/preferences-system-bluetooth.png
|
||||
share/icons/Yaru/22x22/legacy/
|
||||
@ -9317,10 +9357,13 @@ share/icons/Yaru/22x22/panel/blueman-tray.svg
|
||||
share/icons/Yaru/22x22/panel/bluetooth-active.svg
|
||||
share/icons/Yaru/22x22/panel/bluetooth-disabled.svg
|
||||
share/icons/Yaru/22x22/panel/bluetooth-paired.svg
|
||||
share/icons/Yaru/22x22/panel/caffeine-cup-empty.svg
|
||||
share/icons/Yaru/22x22/panel/caffeine-cup-full.svg
|
||||
share/icons/Yaru/22x22/panel/connect_creating.svg
|
||||
share/icons/Yaru/22x22/panel/connect_established.svg
|
||||
share/icons/Yaru/22x22/panel/connect_no.svg
|
||||
share/icons/Yaru/22x22/panel/deluge-panel.svg
|
||||
share/icons/Yaru/22x22/panel/diodon-panel.svg
|
||||
share/icons/Yaru/22x22/panel/dropboxstatus-busy.svg
|
||||
share/icons/Yaru/22x22/panel/dropboxstatus-busy2.svg
|
||||
share/icons/Yaru/22x22/panel/dropboxstatus-idle.svg
|
||||
@ -9341,6 +9384,12 @@ share/icons/Yaru/22x22/panel/gnome-netstatus-idle.svg
|
||||
share/icons/Yaru/22x22/panel/gnome-netstatus-rx.svg
|
||||
share/icons/Yaru/22x22/panel/gnome-netstatus-tx.svg
|
||||
share/icons/Yaru/22x22/panel/gnome-netstatus-txrx.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-gaming-input-000.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-gaming-input-020.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-gaming-input-040.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-gaming-input-060.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-gaming-input-080.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-gaming-input-100.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-keyboard-000.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-keyboard-020.svg
|
||||
share/icons/Yaru/22x22/panel/gpm-keyboard-040.svg
|
||||
@ -10230,6 +10279,8 @@ share/icons/Yaru/22x22@2x/actions/system-reboot.png
|
||||
share/icons/Yaru/22x22@2x/actions/system-shutdown.png
|
||||
share/icons/Yaru/22x22@2x/actions/zoom-in.png
|
||||
share/icons/Yaru/22x22@2x/actions/zoom-out.png
|
||||
share/icons/Yaru/22x22@2x/apps/
|
||||
share/icons/Yaru/22x22@2x/apps/ubiquity.png
|
||||
share/icons/Yaru/22x22@2x/categories/
|
||||
share/icons/Yaru/22x22@2x/categories/preferences-system-bluetooth.png
|
||||
share/icons/Yaru/22x22@2x/legacy/
|
||||
@ -11281,6 +11332,7 @@ share/icons/Yaru/24x24/panel/bluetooth-paired.svg
|
||||
share/icons/Yaru/24x24/panel/connect_creating.svg
|
||||
share/icons/Yaru/24x24/panel/connect_established.svg
|
||||
share/icons/Yaru/24x24/panel/connect_no.svg
|
||||
share/icons/Yaru/24x24/panel/diodon-panel.svg
|
||||
share/icons/Yaru/24x24/panel/dropboxstatus-busy.svg
|
||||
share/icons/Yaru/24x24/panel/dropboxstatus-busy2.svg
|
||||
share/icons/Yaru/24x24/panel/dropboxstatus-idle.svg
|
||||
@ -11301,6 +11353,12 @@ share/icons/Yaru/24x24/panel/gnome-netstatus-idle.svg
|
||||
share/icons/Yaru/24x24/panel/gnome-netstatus-rx.svg
|
||||
share/icons/Yaru/24x24/panel/gnome-netstatus-tx.svg
|
||||
share/icons/Yaru/24x24/panel/gnome-netstatus-txrx.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-gaming-input-000.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-gaming-input-020.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-gaming-input-040.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-gaming-input-060.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-gaming-input-080.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-gaming-input-100.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-keyboard-000.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-keyboard-020.svg
|
||||
share/icons/Yaru/24x24/panel/gpm-keyboard-040.svg
|
||||
@ -11409,6 +11467,9 @@ share/icons/Yaru/24x24/panel/nm-tech-hspa.svg
|
||||
share/icons/Yaru/24x24/panel/nm-tech-umts.svg
|
||||
share/icons/Yaru/24x24/panel/nm-vpn-standalone-lock.svg
|
||||
share/icons/Yaru/24x24/panel/nm-wwan-tower.svg
|
||||
share/icons/Yaru/24x24/panel/optimus-indicator-intel.svg
|
||||
share/icons/Yaru/24x24/panel/optimus-indicator-nvidia.svg
|
||||
share/icons/Yaru/24x24/panel/optimus-indicator-unknown.svg
|
||||
share/icons/Yaru/24x24/panel/org.remmina.Remmina-status.svg
|
||||
share/icons/Yaru/24x24/panel/printer-symbolic.svg
|
||||
share/icons/Yaru/24x24/panel/redshift-status-off.svg
|
||||
@ -11483,6 +11544,7 @@ share/icons/Yaru/24x24/panel/user-idle-panel.svg
|
||||
share/icons/Yaru/24x24/panel/user-indeterminate-panel.svg
|
||||
share/icons/Yaru/24x24/panel/user-invisible-panel.svg
|
||||
share/icons/Yaru/24x24/panel/user-offline-panel.svg
|
||||
share/icons/Yaru/24x24/panel/variety-indicator.svg
|
||||
share/icons/Yaru/24x24/panel/xfce4-mixer-muted.svg
|
||||
share/icons/Yaru/24x24/panel/xfce4-mixer-no-record.svg
|
||||
share/icons/Yaru/24x24/panel/xfce4-mixer-record.svg
|
||||
|
Loading…
Reference in New Issue
Block a user