diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 15:06:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 15:06:54 +0000 |
commit | 7e569dacb83bffe57c0a1f7e2c769015482610e0 (patch) | |
tree | cdd8e2f101bee725b77037032016e88c77c94bf4 /x11-wm/blackbox | |
parent | Allowed for virtual/blackbox so that bb apps can be installed with fluxbox as... (diff) | |
download | historical-7e569dacb83bffe57c0a1f7e2c769015482610e0.tar.gz historical-7e569dacb83bffe57c0a1f7e2c769015482610e0.tar.bz2 historical-7e569dacb83bffe57c0a1f7e2c769015482610e0.zip |
Allowed for virtual/blackbox so that bb apps can be installed with fluxbox as well
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.62.1-r2.ebuild | 66 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.62.1-r2 | 1 |
3 files changed, 74 insertions, 1 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index 2d4833e732d9..612571563594 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-wm/blackbox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.3 2002/02/14 22:04:04 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.4 2002/03/15 15:06:53 seemant Exp $ + +*blackbox-0.62.1-r2 (15 Mar 2002) + + 15 Mar 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : + Made this package provide virtual/blackbox to allow for blackbox applications + to run with fluxbox (which is compatible with blackbox). *blackbox-0.62.1-r1 (14 Feb 2002) diff --git a/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild b/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild new file mode 100644 index 000000000000..05962ef7315c --- /dev/null +++ b/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <lamer@gentoo.org> +# Modified by Matthew Jimenez +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild,v 1.1 2002/03/15 15:06:53 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A small, fast, full-featured window manager for X" +SRC_URI="http://prdownloads.sourceforge.net/blackboxwm/${P}.tar.gz" + +# Old homepage: +# HOMEPAGE="http://blackbox.alug.org/" + +# This is the new home page for blackbox now that Sean Perry has taken the +# project over, but the page is currently non-existent + +HOMEPAGE="http://blackboxwm.sf.net/" + +DEPEND=">=x11-base/xfree-4.0 + nls? ( sys-devel/gettext )" + +PROVIDE="virtual/blackbox" + +src_compile() { + local myconf + use nls || myconf="${myconf} --disable-nls" + + ./configure --build=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc/X11/blackbox \ + ${myconf} || die + emake || die +} + +src_install () { + make prefix=${D}/usr \ + sysconfdir=${D}/etc/X11/blackbox \ + install || die + + dodoc ChangeLog* AUTHORS LICENSE README* TODO* + + exeinto /etc/X11/Sessions + doexe $FILESDIR/blackbox + +} + +pkg_postinst() { + #notify user about the new share dir + if [ -d /usr/share/Blackbox ] + then + einfo + einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + einfo "! Blackbox no longer uses /usr/share/Blackbox as the !" + einfo "! default share directory to contain styles and menus. !" + einfo "! The default directory is now /usr/share/blackbox !" + einfo "! Please move any files in /usr/share/Blackbox that you !" + einfo "! wish to keep (personal styles and your menu) into the !" + einfo "! new directory and modify your menu files to point all !" + einfo "! listed paths to the new directory. !" + einfo "! Also, be sure to update the paths in each user's !" + einfo "! .blackboxrc file found in their home directory. !" + einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + einfo + fi +} + diff --git a/x11-wm/blackbox/files/digest-blackbox-0.62.1-r2 b/x11-wm/blackbox/files/digest-blackbox-0.62.1-r2 new file mode 100644 index 000000000000..0e8940778b7c --- /dev/null +++ b/x11-wm/blackbox/files/digest-blackbox-0.62.1-r2 @@ -0,0 +1 @@ +MD5 a188b0bb144eb239bac98e781f1611d9 blackbox-0.62.1.tar.gz 299604 |