diff options
Diffstat (limited to 'x11-themes/fluxbox-styles-fluxmod/fluxbox-styles-fluxmod-20040502.ebuild')
-rw-r--r-- | x11-themes/fluxbox-styles-fluxmod/fluxbox-styles-fluxmod-20040502.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-themes/fluxbox-styles-fluxmod/fluxbox-styles-fluxmod-20040502.ebuild b/x11-themes/fluxbox-styles-fluxmod/fluxbox-styles-fluxmod-20040502.ebuild deleted file mode 100644 index bd230723cfb3..000000000000 --- a/x11-themes/fluxbox-styles-fluxmod/fluxbox-styles-fluxmod-20040502.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fluxbox-styles-fluxmod/fluxbox-styles-fluxmod-20040502.ebuild,v 1.6 2004/08/30 19:44:42 pvdabeel Exp $ - -DESCRIPTION="A collection of FluxBox themes from FluxMod" -HOMEPAGE="http://fluxmod.dk" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="creativecommons-by-nc-sa-1.0" - -SLOT="0" -KEYWORDS="x86 sparc mips ppc ~alpha ~hppa ~amd64 ~ia64 ppc64" - -IUSE="" -DEPEND=">=sys-apps/sed-4" -RDEPEND=">=x11-wm/fluxbox-0.9.8" - -src_unpack() { - unpack ${A} - cd ${S} - # comment out every rootcommand - find . -name '*.cfg' -exec \ - sed -i "{}" -e 's-^\(rootcommand\)-!!! \1-i' \; -} - -src_install() { - cd ${S} - for d in styles backgrounds ; do - insinto /usr/share/fluxbox/${d} - cp -R ${d}/* ${D}/usr/share/fluxbox/${d}/ - done -} - -pkg_postinst() { - einfo " " - einfo "These styles are installed into /usr/share/fluxbox, which will " - einfo "show up in Fluxbox Menu > System Styles by default. You will have" - einfo "to either restart Fluxbox or use Fluxbox Menu > Reload config " - einfo "for changes to show up." - einfo " " -} - |