[gimp] tools: small update to the stats script.



commit efbc422a9dec15f937ce2be0c2e601126c6dadd2
Author: Jehan <jehan girinstud io>
Date:   Sun Aug 28 15:16:44 2022 +0200

    tools: small update to the stats script.
    
    - GTK+3 themes are CSS.
    - Also check for cursor updates.

 tools/release-stats.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/tools/release-stats.sh b/tools/release-stats.sh
index 4b13ef762a..dc192c6743 100755
--- a/tools/release-stats.sh
+++ b/tools/release-stats.sh
@@ -110,7 +110,10 @@ echo "Icon designers:"
 git --no-pager shortlog -sn $PREV..$CUR -- "icons/*.svg" "icons/*.png"
 
 echo "Theme designers:"
-git --no-pager shortlog -sn $PREV..$CUR -- "themes/*/gtkrc" "themes/*/*png"
+git --no-pager shortlog -sn $PREV..$CUR -- "themes/*/*.css" "themes/*/*png"
+
+echo "Cursor creators:"
+git --no-pager shortlog -sn $PREV..$CUR -- cursors/
 
 echo "Resource creators:"
 git --no-pager shortlog -sn $PREV..$CUR -- data/ etc/ desktop/ menus/


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