diff options
author | 2004-08-25 20:30:13 +0000 | |
---|---|---|
committer | 2004-08-25 20:30:13 +0000 | |
commit | 1a6610769ff9da769f34f9d1c9ccf46682649675 (patch) | |
tree | 7f1949b3fd909c87fcc94f341ebd8c80f61bcc89 /x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild | |
parent | uclibc -> uClibc (diff) | |
download | gentoo-2-1a6610769ff9da769f34f9d1c9ccf46682649675.tar.gz gentoo-2-1a6610769ff9da769f34f9d1c9ccf46682649675.tar.bz2 gentoo-2-1a6610769ff9da769f34f9d1c9ccf46682649675.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 +} |