From 0ce2744977e958e5e0ce93b3a0fafea32dcda93c Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Fri, 26 Jun 2009 20:04:35 +0000 Subject: Misc fixes (bug 254360, bug 71033 and bug 272945), ebuild and patch from Naohiro Aota (naota@elisp.net) (Portage version: 13596-svn/cvs/Linux x86_64) --- .../fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild') diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild new file mode 100644 index 000000000000..481fe530204b --- /dev/null +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2009 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.6-r1.ebuild,v 1.1 2009/06/26 20:04:35 tommy Exp $ + +inherit eutils + +DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency" +HOMEPAGE="http://fvwm-crystal.org/" +SRC_URI="http://download.gna.org/${PN}/${PV}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND=">=x11-wm/fvwm-2.5.13 + dev-lang/python + media-gfx/imagemagick + || ( x11-misc/stalonetray x11-misc/trayer ) + || ( x11-misc/habak x11-misc/hsetroot )" + +src_unpack() { + unpack ${A} + cd "${S}" + find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die + epatch "${FILESDIR}/fvwm-crystal.apps.patch" +} + +src_install() { + einstall || die "einstall failed" + + dodoc AUTHORS README INSTALL NEWS ChangeLog doc/* || die + + docinto examples + dodoc addons/* || die + + exeinto /etc/X11/Sessions + doexe "${FILESDIR}"/fvwm-crystal || die + + insinto /usr/share/xsessions + doins addons/fvwm-crystal.desktop || die +} + +pkg_postinst() { + einfo + einfo "Configuration examples can be found in ${ROOT}usr/share/doc/${PF}/examples/" + einfo + einfo "Many applications can extend functionality of fvwm-crystal." + einfo "They are listed in the INSTALL file in ${ROOT}usr/share/doc/${PF}." + einfo + ewarn "In this release, all hyphens (-) in names of env variables" + ewarn "used by FVWM-Crystal have been replaced by underscores (_)." + ewarn "You may need to update your configuration." +} -- cgit v1.2.3-65-gdbad