A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

chore(gtk3: render-asset): uncomment back optipng

by roundabout, Saturday, 26 August 2017, 17:19:55 (1503767995), pushed by roundabout, Sunday, 11 May 2025, 13:22:13 (1746969733)

Author identity: actionless <actionless.loveless@gmail.com>

aef293cfefd3753c9830a0b9680e4c5e71844be7

src/gtk-3.0/gtk-common/render-asset.sh

@@ -15,8 +15,8 @@ else

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                echo Rendering $ASSETS_DIR/$i.png
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $INKSCAPE --export-id=$i \
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          --export-id-only \
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                      --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png 
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                      --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png 
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            fi
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            if [ -f $ASSETS_DIR/$i@2.png ]; then
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                echo $ASSETS_DIR/$i@2.png exists.
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        

@@ -26,8 +26,8 @@ else

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $INKSCAPE --export-id=$i \
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          --export-dpi=192 \
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          --export-id-only \
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                      --export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null #\
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png 
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                      --export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null \
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png 
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            fi
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            exit 0