summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-29 10:38:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-29 10:38:54 +0000
commitf97f587e1e14751b859970229a907b7164f55ad0 (patch)
tree570feef1214103380ef09c31b5df71a31ad5101a /x11-themes
parenttypo fix (diff)
downloadgentoo-2-f97f587e1e14751b859970229a907b7164f55ad0.tar.gz
gentoo-2-f97f587e1e14751b859970229a907b7164f55ad0.tar.bz2
gentoo-2-f97f587e1e14751b859970229a907b7164f55ad0.zip
small adjustments
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild b/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild
index 29fa49271ab9..c6504e259f2c 100644
--- a/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild
+++ b/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild,v 1.2 2002/06/29 10:11:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild,v 1.3 2002/06/29 10:38:54 seemant Exp $
DESCRIPTION="Theme packs for sylpheed and sylpheed-claws and sylpheed-claws-nc"
@@ -8,7 +8,7 @@ HOMEPAGE="http://sylpheed-claws.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
-RDEPEND="net-mail/sylpheed-claws"
+RDEPEND="virtual/sylpheed"
MY_P=${PN}-pak${PV}
SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2"
@@ -22,12 +22,12 @@ src_compile() {
src_install () {
+ dodoc README
+
THEMEDIR=/usr/share/sylpheed/themes
dodir ${THEMEDIR}
-
+
+ rm README
cp -a * ${D}/${THEMEDIR}
- rm ${D}/${THEMEDIR}/README
-
- dodoc README
}