Edit

IABSD.fr/ports/x11/elementary-xfce-icon-theme/patches

Branch :

  • Show log

    Commit

  • Author : landry
    Date : 2024-11-01 08:55:48
    Hash : 70ccd671
    Message : import x11/elementary-xfce-icon-theme 0.20. This is an icon-theme maintained with Xfce in mind, but it should work on other desktops like Gnome3 as well. It is a fork of the upstream elementary project. The reason for forking was that the project decided to focus on its own desktop environment and dropped a ton of (ugly, but necessary) symlinks. This icon-theme is supposed to keep everything working, but gets updates from upstream occasionally. ok rsadowski@

  • patch-svgtopng_pngtheme_sh
  • Index: svgtopng/pngtheme.sh
    --- svgtopng/pngtheme.sh.orig
    +++ svgtopng/pngtheme.sh
    @@ -18,13 +18,13 @@ echo "== Processing $1"
     
     echo " * Creating png icons from svg files and symlinks"
     #ignore list customized for elementary-xfce
    -find "$icondir" -iname "*.svg" -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*-symbolic-rtl.svg" -o -wholename "*/animations/*process-*" \) -exec $cmd {} +
    +find "$icondir" -iname "*.svg" -not \( -path "*/scalable/*" -o -path "*/symbolic/*" -o -path "*-symbolic.svg" -o -path "*-symbolic-rtl.svg" -o -path "*/animations/*process-*" \) -exec $cmd {} +
     
     echo " * Cleanup icon directory"
     find "$icondir" -name "untitled folder" -type d -exec rm -rf {} +
     
     echo " * Deleting svg files"
    -find "$icondir" -iname '*.svg' -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*-symbolic-rtl.svg" -o -wholename "*/animations/*process-*" \) -delete
    +find "$icondir" -iname '*.svg' -not \( -path "*/scalable/*" -o -path "*/symbolic/*" -o -path "*-symbolic.svg" -o -path "*-symbolic-rtl.svg" -o -path "*/animations/*process-*" \) -delete
     
     #ignore the output if the theme depends on another one (e.g. elementary-xfce-dark needs to be converted before elementary-xfce)
     echo " * Checking dangling symlinks"