wok-next view gtk2/stuff/README @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents
children
line source
1 Attempt to replace default stock icons with the icons from the currently used
2 icon theme (paper-icon-theme) will allow to slim down the icon theme removing
3 these icons from there leaving them only inside gtk.
5 To try:
7 1. Add to BUILD_DEPENDS:
8 * paper-icon-theme
9 * rsvg-convert
10 * optipng-static
11 * pngquant-static
12 * symlinks
13 * automake
14 2. Call the script in the beginning of compile_rules():
15 . $stuff/replace-icons-paper
16 cd $src
17 3. Regenerate the sources using:
18 autoreconf -fi
19 4. Then, as usual, configure - make - make install