LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 803|回复: 3

[PKGBUILD] for Blackbox && bbkeys

[复制链接]
发表于 2005-3-26 01:16:00 | 显示全部楼层 |阅读模式
i found this in Arch Forum http://www.archlinux.org/bbs/vie ... b8480eaff4ac9960cf4
and i guess some one else should love cute&mini WindowManagers as i do.

as the author said,you should make&install BlackBox first then the bbkey for the  dependence.
and also,you have to download the package's yourself,so you can use a multidrop download tool for none of the mirrors is fast in china.

to get BlackBox,go to:
http://sourceforge.net/project/showfiles.php?group_id=40696
and bbkey :
http://sourceforge.net/project/showfiles.php?group_id=33459

now here we go:

BlackBox

  1. # $Id: PKGBUILD,v 1.13 2004/07/11 22:17:36 judd Exp $
  2. # Maintainer: dorphell <dorphell@archlinux.org>
  3. pkgname=blackbox
  4. pkgver=0.70.0
  5. pkgrel=1
  6. pkgdesc="A window manager for X11"
  7. depends=('x-server')
  8. source=($pkgname-$pkgver.tar.bz2)
  9. md5sums=()

  10. build() {
  11.   cd $startdir/src/$pkgname-$pkgver
  12.   ./configure --prefix=/usr --disable-nls
  13.   make || return 1
  14.   make DESTDIR=$startdir/pkg install
  15. }
复制代码


bbkey

  1. # $Id: PKGBUILD,v 1.13 2004/07/11 22:17:36 judd Exp $
  2. # Maintainer: dorphell <dorphell@archlinux.org>
  3. pkgname=bbkeys
  4. pkgver=0.9.0
  5. pkgrel=1
  6. pkgdesc="A keygrabber for blackbox"
  7. depends=('x-server')
  8. makedepends=('blackbox')
  9. source=($pkgname-$pkgver.tar.gz)
  10. md5sums=()

  11. build() {
  12.   cd $startdir/src/$pkgname-$pkgver
  13.   ./configure --prefix=/usr
  14.   make || return 1
  15.   make DESTDIR=$startdir/pkg install
  16. }
复制代码
发表于 2005-3-26 01:29:48 | 显示全部楼层
what is blackbox?can u tell me?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-26 01:42:31 | 显示全部楼层
a lite weight window manager like fluxbox,or something.
as the official said:
Blackbox is that fast, light window manager you have been looking for without all those annoying library dependencies. If you have a C++ compiler and the X Window System you can compile and use it. Blackbox is built with C++ and contains completely original code (even though the graphics implementation is similar to that of Window Maker).

it looks like an advanced fluxbox.
you can find some screenshots here:
http://browse.deviantart.com/skins/themes/blackbox/
回复 支持 反对

使用道具 举报

发表于 2005-5-24 12:48:27 | 显示全部楼层
It is not blackbox like fluxbox.
But fluxbox like blackbox.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表