--- dillo-0.7.3-r5.ebuild 2004-02-23 05:16:38.000000000 -0500 +++ dillo-0.8.0.ebuild 2004-03-26 17:37:27.051414352 -0500 @@ -51,6 +51,10 @@ then einfo "Using transparent style icon set" cp ${S2}/pixmaps.trans.h ${S}/src/pixmaps.h + elif [ "${DILLO_ICONSET}" = "trad" ] + then + einfo "Using traditional style icon set" + cp ${S2}/pixmaps.trad.h ${S}/src/pixmaps.h else einfo "Using default Dillo icon set" fi @@ -107,6 +111,9 @@ einfo "If you prefer transparent style icons then try" einfo " DILLO_ICONSET=\"trans\" emerge dillo" einfo + einfo "If you prefer the traditional icons then try" + einfo " DILLO_ICONSET=\"trad\" emerge dillo" + einfo einfo "If the DILLO_ICONSET variable is not set, you will get the" einfo "default iconset" einfo