[devdocsgjs/wip/andyholmes/gnome-41-fixes] GNOME 41 fixes




commit b21d14717bb10d4513b38ea75a75cc44e6e4ec1e
Author: Andy Holmes <andrew g r holmes gmail com>
Date:   Fri Dec 17 14:25:18 2021 -0800

    GNOME 41 fixes
    
    * fix WirePlumber icon
    * fix Shell/St include directory

 Dockerfile                            | 4 ++--
 assets/stylesheets/global/_icons.scss | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index d1b78d69..339cc5ca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -80,8 +80,8 @@ RUN bundle exec thor gir:generate_all /usr/lib64/mutter-9
 
 # Some of the gnome-shell GIRs need extra include paths
 RUN bundle exec thor gir:generate /usr/share/gnome-shell/Gvc-1.0.gir
-RUN bundle exec thor gir:generate /usr/share/gnome-shell/Shell-0.1.gir --include /usr/lib64/mutter-8
-RUN bundle exec thor gir:generate /usr/share/gnome-shell/St-1.0.gir --include /usr/lib64/mutter-8
+RUN bundle exec thor gir:generate /usr/share/gnome-shell/Shell-0.1.gir --include /usr/lib64/mutter-9
+RUN bundle exec thor gir:generate /usr/share/gnome-shell/St-1.0.gir --include /usr/lib64/mutter-9
 
 # Build docsets
 #
diff --git a/assets/stylesheets/global/_icons.scss b/assets/stylesheets/global/_icons.scss
index 057d0f91..c9577116 100644
--- a/assets/stylesheets/global/_icons.scss
+++ b/assets/stylesheets/global/_icons.scss
@@ -352,7 +352,7 @@ convert public/icons/docs/{appstream,cairo,champlain,cheese,clutter,evince,evolu
 ._icon-vte00:before,
 ._icon-vte290:before,
 ._icon-vte291:before,
-._icon-wp03:before,
+._icon-wp04:before,
 ._icon-zpj00:before        { @extend %gnome-icons; background-position: -8rem 0; @extend %darkIconFix 
!optional; }
 ._icon-goa10:before        { @extend %gnome-icons; background-position: -9rem 0; }
 ._icon-gst10:before,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]