diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-26 21:52:19 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-26 21:52:19 +0000 |
commit | 36d411f2b13e52e74f62c889fd9da65dde584e1a (patch) | |
tree | 61ea89b7315c7d25fa23b133d00766996472bc0a /x11-misc/bbkeys | |
parent | Initial commit. Ebuild Submitted by Paul Fleischer (Bug #1683). (diff) | |
download | historical-36d411f2b13e52e74f62c889fd9da65dde584e1a.tar.gz historical-36d411f2b13e52e74f62c889fd9da65dde584e1a.tar.bz2 historical-36d411f2b13e52e74f62c889fd9da65dde584e1a.zip |
new version of bbkeys
Diffstat (limited to 'x11-misc/bbkeys')
-rw-r--r-- | x11-misc/bbkeys/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.8.4.ebuild | 40 | ||||
-rw-r--r-- | x11-misc/bbkeys/files/digest-bbkeys-0.8.4 | 1 |
3 files changed, 47 insertions, 1 deletions
diff --git a/x11-misc/bbkeys/ChangeLog b/x11-misc/bbkeys/ChangeLog index ffbcd6e10df7..25f8addae7f3 100644 --- a/x11-misc/bbkeys/ChangeLog +++ b/x11-misc/bbkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/bbkeys # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.2 2002/04/26 21:52:19 spider Exp $ + +*bbkeys-0.8.4 (26 Apr 2002) + 26 Apr 2002; Spider <spider@gentoo.org> bbkeys-0.8.4.ebuild + new version from bugzilla ;) + *bbkeys-0.8.3-r1 (1 Feb 2002) diff --git a/x11-misc/bbkeys/bbkeys-0.8.4.ebuild b/x11-misc/bbkeys/bbkeys-0.8.4.ebuild new file mode 100644 index 000000000000..937a6e1bf7bf --- /dev/null +++ b/x11-misc/bbkeys/bbkeys-0.8.4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Joe Bormolini <lordjoe@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp + +S=${WORKDIR}/${P} +DESCRIPTION="Use keyboard shortcuts in the blackbox wm" +HOMEPAGE="http://bbkeys.sourceforge.net" +SRC_URI="http://bbkeys.sourceforge.net/downloads/${P}.tar.gz" + +DEPEND="virtual/blackbox" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr || die "./configure failed" + emake || die +} + +src_install () { + make \ + prefix=${D}/usr \ + install || die + rm -rf ${D}/usr/doc + dodoc AUTHORS BUGS ChangeLog NEWS README +} + +#What the hell was this trying to do? Make bbkeys automatically start? +#Well, I had to update this to at least attempt to work with the locations of +#X11R6 binaries. (They used to be in /usr/X11R6/bin, but alas, no more) +#Anyway you slice it though, this fails while blackbox is actually running, and +#I don't it'll work even if it not running. Also if I'm correct and this is what +#it's trying to do, I'd really suggest that you just use .xinitrc in your home +#directories. Add the command before the blackbox command and all is good. +#pkg_postinst() { +# cd ${ROOT}usr/bin/ +# if [ ! "`grep bbkeys blackbox`" ] ; then +# sed -e "s/.*blackbox/exec \/usr\/bin\/bbkeys \&\n&/" blackbox | cat > blackbox +# fi +#} diff --git a/x11-misc/bbkeys/files/digest-bbkeys-0.8.4 b/x11-misc/bbkeys/files/digest-bbkeys-0.8.4 new file mode 100644 index 000000000000..34a3e95310a7 --- /dev/null +++ b/x11-misc/bbkeys/files/digest-bbkeys-0.8.4 @@ -0,0 +1 @@ +MD5 031698484f5e5c7d18eeb87f453bab98 bbkeys-0.8.4.tar.gz 183028 |