wok-next annotate gtk2/stuff/README @ rev 21713
updated gtest (1.8.1 -> 1.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 06 16:59:55 2020 +0100 (2020-07-06) |
parents | |
children |
rev | line source |
---|---|
al@21113 | 1 Attempt to replace default stock icons with the icons from the currently used |
al@21113 | 2 icon theme (paper-icon-theme) will allow to slim down the icon theme removing |
al@21113 | 3 these icons from there leaving them only inside gtk. |
al@21113 | 4 |
al@21113 | 5 To try: |
al@21113 | 6 |
al@21113 | 7 1. Add to BUILD_DEPENDS: |
al@21113 | 8 * paper-icon-theme |
al@21113 | 9 * rsvg-convert |
al@21113 | 10 * optipng-static |
al@21113 | 11 * pngquant-static |
al@21113 | 12 * symlinks |
al@21113 | 13 * automake |
al@21113 | 14 2. Call the script in the beginning of compile_rules(): |
al@21113 | 15 . $stuff/replace-icons-paper |
al@21113 | 16 cd $src |
al@21113 | 17 3. Regenerate the sources using: |
al@21113 | 18 autoreconf -fi |
al@21113 | 19 4. Then, as usual, configure - make - make install |