A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

meson: Remove the unused variable sh

This method only worked with meson >= 0.55.0. See:

https://mesonbuild.com/Release-notes-for-0-55-0.html#mesonadd__script-methods-accept-new-types

roundabout,
created on Monday, 22 March 2021, 12:27:40 (1616416060), received on Sunday, 11 May 2025, 13:23:01 (1746969781)
Author identity: nana-4 <hnmaigo@gmail.com>

475bb09baa0fe9f7643049564a360b4595b36a02

meson.build

@@ -12,8 +12,6 @@ theme_base_dir = join_paths(get_option('datadir'), 'themes', theme_base_name)

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            sassc = find_program('sassc')
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            sassc_opts = ['-M', '-t', 'expanded']
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        sh = find_program('sh')
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            themes = []
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            foreach color: get_option('colors')
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              foreach size: get_option('sizes')