wok-next diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk2/stuff/README Mon Jul 06 16:59:55 2020 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +Attempt to replace default stock icons with the icons from the currently used 1.5 +icon theme (paper-icon-theme) will allow to slim down the icon theme removing 1.6 +these icons from there leaving them only inside gtk. 1.7 + 1.8 +To try: 1.9 + 1.10 + 1. Add to BUILD_DEPENDS: 1.11 + * paper-icon-theme 1.12 + * rsvg-convert 1.13 + * optipng-static 1.14 + * pngquant-static 1.15 + * symlinks 1.16 + * automake 1.17 + 2. Call the script in the beginning of compile_rules(): 1.18 + . $stuff/replace-icons-paper 1.19 + cd $src 1.20 + 3. Regenerate the sources using: 1.21 + autoreconf -fi 1.22 + 4. Then, as usual, configure - make - make install