diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2005-10-18 20:08:10 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2005-10-18 20:08:10 +0000 |
commit | 345071c596a450a37a92122738f31c2b7687b254 (patch) | |
tree | 77dc8f986812f0919892a9c786a381e6ec1af1f7 /x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc3.ebuild | |
parent | Stable on hppa, ppc. (diff) | |
download | gentoo-2-345071c596a450a37a92122738f31c2b7687b254.tar.gz gentoo-2-345071c596a450a37a92122738f31c2b7687b254.tar.bz2 gentoo-2-345071c596a450a37a92122738f31c2b7687b254.zip |
Version bump. Cleaned up dependencies. Modified postinst message in 2.20050306. Removed 1.0.3_pre1.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc3.ebuild')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc3.ebuild | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc3.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc3.ebuild new file mode 100644 index 000000000000..6758bcb825d4 --- /dev/null +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc3.ebuild,v 1.1 2005/10/18 20:08:10 lucass Exp $ + +MY_P="${P/_rc/.RC}" +DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency." +HOMEPAGE="http://fvwm-crystal.berlios.de/" +SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +RDEPEND=">=x11-wm/fvwm-2.5.13 + dev-python/pyxml + media-gfx/imagemagick + x11-misc/trayer + || ( x11-misc/habak x11-misc/hsetroot )" + +S=${WORKDIR}/${MY_P} + +src_install() { + einstall + + dodoc AUTHORS COPYING INSTALL NEWS README doc/* + + dodir /usr/share/${PN} + cp -r addons ${D}/usr/share/${PN} + + # Original session file doesn't work on Gentoo + exeinto /etc/X11/Sessions + doexe ${FILESDIR}/fvwm-crystal + + insinto /usr/share/xsessions + doins addons/fvwm-crystal.desktop +} + +pkg_postinst() { + einfo + einfo "After installation, execute following commands:" + einfo " $ cp -r /usr/share/${PN}/addons/Xresources ~/.Xresources" + einfo " $ cp -r /usr/share/${PN}/addons/Xsession ~/.xinitrc" + einfo + einfo "Many applications can extend functionality of fvwm-crystal." + einfo "They are listed in /usr/share/doc/${PF}/INSTALL.gz." + einfo +} + |