From 8becb85d5773861f175d2fe64bb7f4d2cb7cb12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 22 Mar 2024 01:39:04 +0100 Subject: [PATCH] gnome-shell/data: Strip blanks from icons svgs This is what upstream does too, so let's follow them to have an easier life when tracking the diffs and optimize a bit too. --- .github/workflows/build-ci.yaml | 2 +- debian/control | 1 + .../src/data/gnome-shell-icons.gresource.xml | 100 +++++++++--------- 3 files changed, 52 insertions(+), 51 deletions(-) diff --git a/.github/workflows/build-ci.yaml b/.github/workflows/build-ci.yaml index ede10ee08e..ea5bdc8a5b 100644 --- a/.github/workflows/build-ci.yaml +++ b/.github/workflows/build-ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | - sudo apt install sassc python3-pip + sudo apt install sassc libxml2-utils python3-pip sudo pip3 install meson ninja - name: Configure Default diff --git a/debian/control b/debian/control index 8d04feb2df..25dda94dcf 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13), dh-migrations, Build-Depends-Indep: libglib2.0-dev, meson (>= 0.59), + libxml2-utils, sassc, Standards-Version: 4.6.2 Rules-Requires-Root: no diff --git a/gnome-shell/src/data/gnome-shell-icons.gresource.xml b/gnome-shell/src/data/gnome-shell-icons.gresource.xml index 24670ac32a..5157161420 100644 --- a/gnome-shell/src/data/gnome-shell-icons.gresource.xml +++ b/gnome-shell/src/data/gnome-shell-icons.gresource.xml @@ -1,56 +1,56 @@ - scalable/actions/color-pick.svg - scalable/actions/carousel-arrow-next-symbolic.svg - scalable/actions/carousel-arrow-previous-symbolic.svg - scalable/actions/dark-mode-symbolic.svg - scalable/actions/notification-expand-symbolic.svg - scalable/actions/ornament-check-symbolic.svg - scalable/actions/ornament-dot-checked-symbolic.svg - scalable/actions/ornament-dot-unchecked-symbolic.svg - scalable/actions/pointer-double-click-symbolic.svg - scalable/actions/pointer-drag-symbolic.svg - scalable/actions/pointer-primary-click-symbolic.svg - scalable/actions/pointer-secondary-click-symbolic.svg - scalable/actions/preview-close-symbolic.svg - scalable/actions/record-screen-symbolic.svg - scalable/actions/screencast-recorded-symbolic.svg - scalable/actions/screencast-stop-symbolic.svg - scalable/actions/screenshooter-symbolic.svg - scalable/actions/screenshot-ui-area-symbolic.svg - scalable/actions/screenshot-ui-display-symbolic.svg - scalable/actions/screenshot-ui-show-pointer-symbolic.svg - scalable/actions/screenshot-ui-window-symbolic.svg - scalable/actions/screenshot-recorded-symbolic.svg - scalable/actions/shell-display-built-in-only-symbolic.svg - scalable/actions/shell-display-extend-all-symbolic.svg - scalable/actions/shell-display-external-only-symbolic.svg - scalable/actions/shell-display-mirror-symbolic.svg - scalable/actions/shell-focus-app-grid-symbolic.svg - scalable/actions/shell-focus-dash-symbolic.svg - scalable/actions/shell-focus-dash-symbolic-rtl.svg - scalable/actions/shell-focus-desktop-symbolic.svg - scalable/actions/shell-focus-desktop-symbolic-rtl.svg - scalable/actions/shell-focus-search-symbolic.svg - scalable/actions/shell-focus-top-bar-symbolic.svg - scalable/actions/shell-focus-top-bar-symbolic-rtl.svg - scalable/actions/shell-focus-windows-symbolic.svg - scalable/status/background-app-ghost-symbolic.svg - scalable/status/keyboard-brightness-high-symbolic.svg - scalable/status/keyboard-brightness-medium-symbolic.svg - scalable/status/keyboard-brightness-off-symbolic.svg - scalable/status/keyboard-caps-lock-symbolic.svg - scalable/status/keyboard-enter-symbolic.svg - scalable/status/keyboard-hide-symbolic.svg - scalable/status/keyboard-layout-symbolic.svg - scalable/status/keyboard-shift-symbolic.svg - scalable/status/message-indicator-symbolic.svg - scalable/status/no-notifications-symbolic.svg - scalable/status/screen-privacy-disabled-symbolic.svg - scalable/status/screen-privacy-symbolic.svg - scalable/status/switch-on-symbolic.svg - scalable/status/switch-off-symbolic.svg + scalable/actions/color-pick.svg + scalable/actions/carousel-arrow-next-symbolic.svg + scalable/actions/carousel-arrow-previous-symbolic.svg + scalable/actions/dark-mode-symbolic.svg + scalable/actions/notification-expand-symbolic.svg + scalable/actions/ornament-check-symbolic.svg + scalable/actions/ornament-dot-checked-symbolic.svg + scalable/actions/ornament-dot-unchecked-symbolic.svg + scalable/actions/pointer-double-click-symbolic.svg + scalable/actions/pointer-drag-symbolic.svg + scalable/actions/pointer-primary-click-symbolic.svg + scalable/actions/pointer-secondary-click-symbolic.svg + scalable/actions/preview-close-symbolic.svg + scalable/actions/record-screen-symbolic.svg + scalable/actions/screencast-recorded-symbolic.svg + scalable/actions/screencast-stop-symbolic.svg + scalable/actions/screenshooter-symbolic.svg + scalable/actions/screenshot-ui-area-symbolic.svg + scalable/actions/screenshot-ui-display-symbolic.svg + scalable/actions/screenshot-ui-show-pointer-symbolic.svg + scalable/actions/screenshot-ui-window-symbolic.svg + scalable/actions/screenshot-recorded-symbolic.svg + scalable/actions/shell-display-built-in-only-symbolic.svg + scalable/actions/shell-display-extend-all-symbolic.svg + scalable/actions/shell-display-external-only-symbolic.svg + scalable/actions/shell-display-mirror-symbolic.svg + scalable/actions/shell-focus-app-grid-symbolic.svg + scalable/actions/shell-focus-dash-symbolic.svg + scalable/actions/shell-focus-dash-symbolic-rtl.svg + scalable/actions/shell-focus-desktop-symbolic.svg + scalable/actions/shell-focus-desktop-symbolic-rtl.svg + scalable/actions/shell-focus-search-symbolic.svg + scalable/actions/shell-focus-top-bar-symbolic.svg + scalable/actions/shell-focus-top-bar-symbolic-rtl.svg + scalable/actions/shell-focus-windows-symbolic.svg + scalable/status/background-app-ghost-symbolic.svg + scalable/status/keyboard-brightness-high-symbolic.svg + scalable/status/keyboard-brightness-medium-symbolic.svg + scalable/status/keyboard-brightness-off-symbolic.svg + scalable/status/keyboard-caps-lock-symbolic.svg + scalable/status/keyboard-enter-symbolic.svg + scalable/status/keyboard-hide-symbolic.svg + scalable/status/keyboard-layout-symbolic.svg + scalable/status/keyboard-shift-symbolic.svg + scalable/status/message-indicator-symbolic.svg + scalable/status/no-notifications-symbolic.svg + scalable/status/screen-privacy-disabled-symbolic.svg + scalable/status/screen-privacy-symbolic.svg + scalable/status/switch-on-symbolic.svg + scalable/status/switch-off-symbolic.svg