I read the ebuild pidgin-smileys-20071023-r1.ebuild and request new theme kolobok for gaim (works for gaim and pidgin). official site http://kolobok.us/ SRC_URI for smiles http://kolobok.us/files/user/kolobok_for_gaim.tar.gz alsa, please provide some use flags to ebuild, for example - i don't want install all themes, only 1... P.S. sorry for my English... Reproducible: Always
Uh, use flags for this are a horrible idea, sorry. If you dislike the current ebuild, then install the themes manually and don't use it, or write your own.
(In reply to comment #1) > Uh, use flags for this are a horrible idea, sorry. If you dislike the current > ebuild, then install the themes manually and don't use it, or write your own. > Ok. This ebuild i wrote. Do you add to x11-themes/pidgin-smileys kolobok smileys without use flags ?;) # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/pidgin-smileys-20071023-r1.ebuild,v 1.1 2007/10/24 16:13:04 beandog Exp $ DESCRIPTION="Pidgin kolobok smiley theme" HOMEPAGE="http://kolobok.us" SRC_URI="http://kolobok.us/files/user/kolobok_for_gaim.tar.gz" LICENSE="as-is" IUSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND="net-im/pidgin" DEPEND="net-im/pidgin" S="${WORKDIR}/kolobok_big_pack" src_unpack() { unpack ${A} # Delete all files not theme-related find "${S}/" -type f ! -name '*.png' -and ! -name '*.gif' -and ! -name '*.jpg' -and ! -name 'theme' -delete } src_install() { dodir /usr/share/pixmaps/pidgin/emotes cp -r "${S}"/* "${D}"/usr/share/pixmaps/pidgin/emotes } pkg_postinst() { }
(In reply to comment #1) > Uh, use flags for this are a horrible idea, sorry. If you dislike the current > ebuild, then install the themes manually and don't use it, or write your own. > May be split one "big" build into some small ? Like gnome ? For 1 theme pack 1 ebuild. And meta ebuild to install all themes?
(In reply to comment #3) > (In reply to comment #1) > > Uh, use flags for this are a horrible idea, sorry. If you dislike the current > > ebuild, then install the themes manually and don't use it, or write your own. > > > > May be split one "big" build into some small ? Like gnome ? > For 1 theme pack 1 ebuild. And meta ebuild to install all themes? > No thanks, that's a lot of work, and not really worth the effort. new smileys in CVS