summaryrefslogtreecommitdiff
path: root/x11-themes/pidgin-penguins-smileys/pidgin-penguins-smileys-1.0.ebuild
blob: e8b96b404fe609ad2d11e669f53a4cef0bdae4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-penguins-smileys/pidgin-penguins-smileys-1.0.ebuild,v 1.1 2013/05/01 15:11:32 xarthisius Exp $

EAPI=5

DESCRIPTION="Penguins pidgin smiley theme"
HOMEPAGE="http://gnome-look.org/content/show.php?content=62566"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-1+"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND="net-im/pidgin"
DEPEND="app-arch/unzip
	!x11-themes/pidgin-smileys"

S=${WORKDIR}/penguins

src_install() {
	dodoc readme.txt
	rm {readme,emots}.txt || die
	insinto /usr/share/pixmaps/pidgin/emotes/penguins
	doins *
}