diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 15:19:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 15:19:06 +0000 |
commit | d9b983c6765740686da6e418a3a25ca5df59f9f5 (patch) | |
tree | 2687ca6107a1bfcae292c33882b05b2c747c0692 /x11-misc/bbrun | |
parent | Allowed for virtual/blackbox so that bb apps can be installed with fluxbox as... (diff) | |
download | historical-d9b983c6765740686da6e418a3a25ca5df59f9f5.tar.gz historical-d9b983c6765740686da6e418a3a25ca5df59f9f5.tar.bz2 historical-d9b983c6765740686da6e418a3a25ca5df59f9f5.zip |
Updated bb applications to use virtual/blackbox dependency
Diffstat (limited to 'x11-misc/bbrun')
-rw-r--r-- | x11-misc/bbrun/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/bbrun/bbrun-1.1-r3.ebuild | 37 | ||||
-rw-r--r-- | x11-misc/bbrun/files/digest-bbrun-1.1-r3 | 1 |
3 files changed, 45 insertions, 1 deletions
diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog index cc75b6f75da0..ffad7945b928 100644 --- a/x11-misc/bbrun/ChangeLog +++ b/x11-misc/bbrun/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/bbrun # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.2 2002/03/15 15:19:06 seemant Exp $ + +*bbrun-1.1-r3 (15 Mar 2002) + + 15 Mar 2002; Seemant Kulleen <seemant@gentoo.org> bbrun-1.1-r3.ebuild : + + Updated DEPEND info to virtual/blackbox *bbrun-1.1-r2 (1 Feb 2002) diff --git a/x11-misc/bbrun/bbrun-1.1-r3.ebuild b/x11-misc/bbrun/bbrun-1.1-r3.ebuild new file mode 100644 index 000000000000..94b113f48324 --- /dev/null +++ b/x11-misc/bbrun/bbrun-1.1-r3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Craig Joly <joly@ee.ualberta.ca> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r3.ebuild,v 1.1 2002/03/15 15:19:06 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="blackbox program execution dialog box" +SRC_URI="http://bbtools.thelinuxcommunity.org/sources/contrib/${P}.tar.gz" +HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml" + +DEPEND="virtual/blackbox + >=x11-libs/gtk+-1.2.10-r4" + +src_unpack() { + unpack ${A} + cd ${S}/bbrun + mv Makefile Makefile.orig + try sed '/CFLAGS =/ s:$: -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 '"${CFLAGS}"':' Makefile.orig > Makefile +} + +src_compile() { + cd ${S}/bbrun + emake || die +} + +src_install () { + into /usr + dobin bbrun/bbrun + dodoc README COPYING +} + +pkg_postinst() { + cd ${ROOT}usr/bin/wm + if [ ! "`grep bbrun blackbox`" ] ; then + sed -e "s/.*blackbox/exec \/usr\/bin\/bbrun \&\n&/" blackbox | cat > blackbox + fi +} diff --git a/x11-misc/bbrun/files/digest-bbrun-1.1-r3 b/x11-misc/bbrun/files/digest-bbrun-1.1-r3 new file mode 100644 index 000000000000..eaccd8fd76c2 --- /dev/null +++ b/x11-misc/bbrun/files/digest-bbrun-1.1-r3 @@ -0,0 +1 @@ +MD5 19264424d472d4de7336429ce507b206 bbrun-1.1.tar.gz 17413 |