diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-02-29 23:23:55 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-02-29 23:23:55 +0000 |
commit | 8c079d4bbe5eaedac26915222a98a1981c3bf011 (patch) | |
tree | 369021c1336a9a5069082d511726b6aa3fed26d6 /x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild | |
parent | Stable on x86. (diff) | |
download | historical-8c079d4bbe5eaedac26915222a98a1981c3bf011.tar.gz historical-8c079d4bbe5eaedac26915222a98a1981c3bf011.tar.bz2 historical-8c079d4bbe5eaedac26915222a98a1981c3bf011.zip |
Stable on x86. Version bump.
Diffstat (limited to 'x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild')
-rw-r--r-- | x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild new file mode 100644 index 000000000000..1b1d44b66249 --- /dev/null +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild,v 1.1 2004/02/29 23:23:55 pyrania Exp $ + +DESCRIPTION="Iconset for sylpheed-claws" + +HOMEPAGE="http://sylpheed-claws.sourceforge.net/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~alpha" + +DEPEND="${RDEPEND}" +RDEPEND="virtual/sylpheed" + +SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" + +S=${WORKDIR}/${P} + +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 +} |