Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200715 - x11-themes/pidgin-smileys - please add kolobok smiles to ebuild
Summary: x11-themes/pidgin-smileys - please add kolobok smiles to ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 06:29 UTC by Vasiliy Tolstov
Modified: 2008-08-20 01:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasiliy Tolstov 2007-11-29 06:29:07 UTC
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
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-29 08:10:27 UTC
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.
Comment 2 Vasiliy Tolstov 2007-11-29 08:14:40 UTC
(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() {

}
Comment 3 Vasiliy Tolstov 2007-11-29 19:23:40 UTC
(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? 
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2008-08-20 01:55:18 UTC
(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