diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 19:52:10 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 19:52:10 +0000 |
commit | ec1d26055a831bca5fa8687fdd32028072218347 (patch) | |
tree | 74f3fa1b2a470f98991c7139ffbd5237d655cd34 /x11-themes | |
parent | header fix (Manifest recommit) (diff) | |
download | gentoo-2-ec1d26055a831bca5fa8687fdd32028072218347.tar.gz gentoo-2-ec1d26055a831bca5fa8687fdd32028072218347.tar.bz2 gentoo-2-ec1d26055a831bca5fa8687fdd32028072218347.zip |
depend on xmmsfind, some einfo about other apps.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild | 19 |
2 files changed, 21 insertions, 4 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index fdd82ffa0c53..3c63ade45955 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.2 2004/03/13 17:57:29 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.3 2004/03/13 19:52:10 taviso Exp $ + + 13 Mar 2004; Tavis Ormandy <taviso@gentoo.org> fvwm-crystal-1.0.1.ebuild: + adding some einfo about some other supported applications mentioned + on the homepage, and addded a dependedncy for xmms? ( xmmsfind ). 13 Mar 2004; Tavis Ormandy <taviso@gentoo.org> fvwm-crystal-1.0.1.ebuild: added some comments, removed --prefix arg...econf handles that. diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild index 8f95840965c5..fb12ca0a065a 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild,v 1.4 2004/03/13 18:46:40 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild,v 1.5 2004/03/13 19:52:10 taviso Exp $ DESCRIPTION="A very nice and powerful theme for FVWM" HOMEPAGE="http://fvwm-crystal.linuxpl.org/" @@ -13,12 +13,18 @@ IUSE="xmms" RDEPEND=">=x11-wm/fvwm-2.5.9 xmms? ( media-plugins/xmms-shell - >=media-sound/xmms-1.2.7 ) + >=media-sound/xmms-1.2.7 + media-plugins/xmms-find ) x11-misc/xdaliclock x11-terms/aterm x11-misc/habak media-sound/aumix" +# http://fvwm-crystal.linuxpl.org/info.en.html also reccomends: +# app-misc/rox +# media-gfx/scrot +# x11-misc/xlockmore + DEPEND="${RDEPEND} sys-devel/automake" src_compile() { @@ -49,7 +55,14 @@ src_install() { pkg_postinst() { einfo "" - einfo "users should run fvwm-crystal.install to configure fvwm-crystal" + einfo "users should run fvwm-crystal.install to configure fvwm-crystal" + einfo "" + einfo "" + einfo "fvwm-crystal authors also reccomend the following applications:" + einfo "" + einfo " app-misc/rox" + einfo " media-gfx/scrot" + einfo " x11-misc/xlockmore" einfo "" } |