diff options
author | Marius Mauch <genone@gentoo.org> | 2004-08-25 20:30:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-08-25 20:30:13 +0000 |
commit | ff4de31fa2133491dbc18f549813932677a8687e (patch) | |
tree | 3e072a5a1a6ca6ac746291df6849b126548da532 /x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild | |
parent | uclibc -> uClibc (diff) | |
download | historical-ff4de31fa2133491dbc18f549813932677a8687e.tar.gz historical-ff4de31fa2133491dbc18f549813932677a8687e.tar.bz2 historical-ff4de31fa2133491dbc18f549813932677a8687e.zip |
version bump
Diffstat (limited to 'x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild')
-rw-r--r-- | x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild new file mode 100644 index 000000000000..5dbc1c8965ed --- /dev/null +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild,v 1.1 2004/08/25 20:30:13 genone Exp $ + +DESCRIPTION="Iconset for sylpheed-claws" +HOMEPAGE="http://sylpheed-claws.sourceforge.net/" +SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~alpha ~ppc" +IUSE="" + +DEPEND="virtual/sylpheed" + +src_install() { + dodir /usr/share/sylpheed-claws/themes + dodoc README + rm README INSTALL + chmod 644 */* + cp -r * ${D}/usr/share/sylpheed-claws/themes + dodir /usr/share/sylpheed + dosym /usr/share/sylpheed-claws/themes /usr/share/sylpheed/themes +} |