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 | 2a9785ce45634963e30fa1fcd40ca5b50536229f (patch) | |
tree | f9713c03b1ccb673884bd915a19606ae87070795 /x11-themes | |
parent | header fix (diff) | |
download | historical-2a9785ce45634963e30fa1fcd40ca5b50536229f.tar.gz historical-2a9785ce45634963e30fa1fcd40ca5b50536229f.tar.bz2 historical-2a9785ce45634963e30fa1fcd40ca5b50536229f.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/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild | 19 |
3 files changed, 23 insertions, 6 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/Manifest b/x11-themes/fvwm-crystal/Manifest index b8fe87ddb102..ec3c61482b16 100644 --- a/x11-themes/fvwm-crystal/Manifest +++ b/x11-themes/fvwm-crystal/Manifest @@ -1,4 +1,4 @@ -MD5 c2a13971cf0bbfc66879d1073923a706 fvwm-crystal-1.0.1.ebuild 1408 -MD5 95c62d552215de0c4e47c7f7d3d6d2ee ChangeLog 572 +MD5 b2ca03e9caebb408f929aad55ac0d78c fvwm-crystal-1.0.1.ebuild 1734 +MD5 127f355f278a1bd3d363cb0d3164894f ChangeLog 787 MD5 5ab7acb96f04eda6ec527059668aac7b metadata.xml 251 MD5 d2d23021573eab4cf7108ba429abf1a1 files/digest-fvwm-crystal-1.0.1 70 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 "" } |