diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /x11-themes/pidgin-smileys/pidgin-smileys-20100821.ebuild |
Added ebuilds for kogaion desktop
Diffstat (limited to 'x11-themes/pidgin-smileys/pidgin-smileys-20100821.ebuild')
-rw-r--r-- | x11-themes/pidgin-smileys/pidgin-smileys-20100821.ebuild | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/x11-themes/pidgin-smileys/pidgin-smileys-20100821.ebuild b/x11-themes/pidgin-smileys/pidgin-smileys-20100821.ebuild new file mode 100644 index 00000000..e3e05a49 --- /dev/null +++ b/x11-themes/pidgin-smileys/pidgin-smileys-20100821.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/pidgin-smileys-20100821.ebuild,v 1.5 2013/05/01 15:20:14 xarthisius 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 + http://files.andreineculau.com/projects/pidgin/original-smileys/pidgin-original-1.9.tgz + mirror://gentoo/pidgin-penguins-smileys-1.0.tar.bz2" + +LICENSE="as-is" +IUSE="" +SLOT="0" + +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86" +RDEPEND="net-im/pidgin" +DEPEND="app-arch/unzip + !x11-themes/pidgin-penguins-smileys" + +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/" +} |