diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-08-20 01:55:03 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-08-20 01:55:03 +0000 |
commit | f59822d388c0cfe6c787e630f77eed49bb858efb (patch) | |
tree | f44d86b274849308a62eadcd15fe7503bf46d7f0 /x11-themes/pidgin-smileys | |
parent | Version bump, bug 232376 (diff) | |
download | gentoo-2-f59822d388c0cfe6c787e630f77eed49bb858efb.tar.gz gentoo-2-f59822d388c0cfe6c787e630f77eed49bb858efb.tar.bz2 gentoo-2-f59822d388c0cfe6c787e630f77eed49bb858efb.zip |
Add kolobok smileys, bug 200715
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice x86_64)
Diffstat (limited to 'x11-themes/pidgin-smileys')
-rw-r--r-- | x11-themes/pidgin-smileys/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/pidgin-smileys/pidgin-smileys-20080819.ebuild | 49 |
2 files changed, 56 insertions, 1 deletions
diff --git a/x11-themes/pidgin-smileys/ChangeLog b/x11-themes/pidgin-smileys/ChangeLog index 72fec25d0b73..6f86924c6065 100644 --- a/x11-themes/pidgin-smileys/ChangeLog +++ b/x11-themes/pidgin-smileys/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/pidgin-smileys # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog,v 1.3 2008/01/10 00:39:56 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog,v 1.4 2008/08/20 01:55:03 beandog Exp $ + +*pidgin-smileys-20080819 (20 Aug 2008) + + 20 Aug 2008; Steve Dibb <beandog@gentoo.org> + +pidgin-smileys-20080819.ebuild: + Add kolobok smileys, bug 200715 *pidgin-smileys-20071023-r2 (10 Jan 2008) diff --git a/x11-themes/pidgin-smileys/pidgin-smileys-20080819.ebuild b/x11-themes/pidgin-smileys/pidgin-smileys-20080819.ebuild new file mode 100644 index 000000000000..e5640e83b82d --- /dev/null +++ b/x11-themes/pidgin-smileys/pidgin-smileys-20080819.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/pidgin-smileys-20080819.ebuild,v 1.1 2008/08/20 01:55:03 beandog Exp $ + +DESCRIPTION="Pidgin smiley themes" +HOMEPAGE="http://pidgin.im/" +SRC_URI="http://gaim.sourceforge.net/exhaustive.tar.gz + http://www.the-kgb.org/~reivec/Bugeyes.tar.gz + http://www.the-kgb.org/~reivec/CrystalAIM.tar.gz + http://www.the-kgb.org/~reivec/EasterAIM.tar.gz + http://www.gnomepro.com/smallsmiles/SmallSmiles.tar.gz + http://users.skynet.be/xterm/tweak-0.1.3.tar.gz + http://hejieshijie.net/files/Maya.tar.gz + http://stephane.pontier.free.fr/projects/TrillyPro.tgz + http://www.rit.edu/~kod1929/Aqua.tar.gz + http://www.rit.edu/~kod1929/Jimmac_2.tar.gz + http://smart-idiot.no-ip.com/smilies/smart.zip + http://www.geocities.com/drewd146/Hand_Drawn.zip + http://www.zicklepop.com/downloads/dudes.zip + http://www.pfarroli.de/monne/piko/icq_lite.tar.gz + http://www.mbpublish.de/downloads/icq-lite-4_smileys.tar.gz + 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="app-arch/unzip" + +S="${WORKDIR}" + +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() { + einfo "To request a new theme to be added, file a request at" + einfo "http://bugs.gentoo.org/" +} |