sugarlabs / sugar-artwork

Sugar icons and themes
Apache License 2.0
11 stars 33 forks source link

Port to Empy-4.2 #124

Closed AJAY172003 closed 1 month ago

AJAY172003 commented 1 month ago

python3 -m em -p $ -D scaling=\'72\' ./gtkrc.em > \ ../../gtk/theme/sugar-72.gtkrc

./gtkrc.em:693:31: error: ParseError: unknown markup sequence: $((; extension markup @((...)) invoked with no installed extension

:1:1: from this context make[3]: *** [Makefile:465: sugar-72.gtkrc] Error 1 make[3]: Leaving directory '/home/ajay/sugar-artwork/gtk/theme' make[2]: *** [Makefile:358: install-am] Error 2 make[2]: Leaving directory '/home/ajay/sugar-artwork/gtk/theme' make[1]: *** [Makefile:370: install-recursive] Error 1 make[1]: Leaving directory '/home/ajay/sugar-artwork/gtk' make: *** [Makefile:418: install-recursive] Error 1 Port successfully to empy 4.3 by fixing abive issues for ubuntu build @chimosky please test it for fedora as i did change in 1 more file.
chimosky commented 1 month ago

Manually rebased onto my branch, thank you!

Fedora doesn't run the gtkrc files so no need to test there.