import bbkeys and blackbox into opt
This commit is contained in:
parent
1ec683533b
commit
00ac6d5c42
12
bbkeys/.footprint
Normal file
12
bbkeys/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/bbkeys
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/bbkeys.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/bbkeysrc.5.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/bbkeys/
|
||||
-rw-r--r-- root/root usr/share/bbkeys/bbkeysrc
|
||||
-rw-r--r-- root/root usr/share/bbkeys/defaultStyle
|
1
bbkeys/.md5sum
Normal file
1
bbkeys/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
bd4c4bb38344b5c596cea4a72d940827 bbkeys-0.9.0.tar.gz
|
19
bbkeys/Pkgfile
Normal file
19
bbkeys/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# $Id: Pkgfile,v 1.5 2005/03/29 12:10:10 jw Exp $
|
||||
# Description: bbkeys, keybinding software for blackbox
|
||||
# URL: http://bbkeys.sourceforge.net
|
||||
# Packager: Jussi Mäki, valen at ihanaa.org
|
||||
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
|
||||
# Depends: blackbox
|
||||
|
||||
name=bbkeys
|
||||
version=0.9.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/bbkeys/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/doc
|
||||
}
|
4
bbkeys/README
Normal file
4
bbkeys/README
Normal file
@ -0,0 +1,4 @@
|
||||
Some notes on the new bbkeys for blackbox 0.70:
|
||||
- the config format has changes, have a look at
|
||||
/usr/share/bbkeys/bbkeysrc to see the new syntax
|
||||
- there's no icon anymore
|
45
blackbox/.footprint
Normal file
45
blackbox/.footprint
Normal file
@ -0,0 +1,45 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/blackbox
|
||||
-rwxr-xr-x root/root usr/bin/bsetbg
|
||||
-rwxr-xr-x root/root usr/bin/bsetroot
|
||||
-rwxr-xr-x root/root usr/bin/bstyleconvert
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/bt/
|
||||
-rw-r--r-- root/root usr/include/bt/Application.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Bitmap.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Color.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Display.hh
|
||||
-rw-r--r-- root/root usr/include/bt/EWMH.hh
|
||||
-rw-r--r-- root/root usr/include/bt/EventHandler.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Font.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Image.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Menu.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Pen.hh
|
||||
-rw-r--r-- root/root usr/include/bt/PixmapCache.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Rect.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Resource.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Texture.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Timer.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Unicode.hh
|
||||
-rw-r--r-- root/root usr/include/bt/Util.hh
|
||||
-rw-r--r-- root/root usr/include/bt/XDG.hh
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libbt.a
|
||||
-rwxr-xr-x root/root usr/lib/libbt.la
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libbt.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/blackbox.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/bsetbg.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/bsetroot.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/blackbox/
|
||||
-rw-r--r-- root/root usr/share/blackbox/menu
|
||||
drwxr-xr-x root/root usr/share/blackbox/styles/
|
||||
-rw-r--r-- root/root usr/share/blackbox/styles/Blue
|
||||
-rw-r--r-- root/root usr/share/blackbox/styles/Gray
|
||||
-rw-r--r-- root/root usr/share/blackbox/styles/Green
|
||||
-rw-r--r-- root/root usr/share/blackbox/styles/Purple
|
||||
-rw-r--r-- root/root usr/share/blackbox/styles/Red
|
1
blackbox/.md5sum
Normal file
1
blackbox/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
53b84260b9d38b35fb25b4baf7bb795a blackbox-0.70.1.tar.bz2
|
19
blackbox/Pkgfile
Normal file
19
blackbox/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# $Id: Pkgfile,v 1.5 2005/11/03 14:09:07 jw Exp $
|
||||
# Description: Fast and small window manager
|
||||
# URL: http://blackboxwm.sourceforge.net
|
||||
# Packager: Johannes Winkelmann, jw at tks6 dot net
|
||||
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
|
||||
# Depends: x11
|
||||
|
||||
name=blackbox
|
||||
version=0.70.1
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/blackboxwm/$name-$version.tar.bz2)
|
||||
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
24
blackbox/README
Normal file
24
blackbox/README
Normal file
@ -0,0 +1,24 @@
|
||||
2005-08-09:
|
||||
|
||||
I merged window snapping changes from 0.70.1 (considering the frequency of
|
||||
blackbox releases in the past, this seemed legitimate ;-)). To use it, add the
|
||||
following to your ~/.blackboxrc:
|
||||
|
||||
session.windowSnapThreshold: 10
|
||||
|
||||
replace 10 with your snap threshold of choice
|
||||
|
||||
|
||||
Random notes on blackbox 0.70
|
||||
|
||||
- the style format changed; to use pre 0.70 styles, convert them using
|
||||
'bstyleconvert'
|
||||
- you need bbkeys >= 0.9.0beta1 (just use contrib/bbkeys)
|
||||
- the old default styles (artwiz et al) are not included in the default
|
||||
installation; they're still included in the source tarball if you want
|
||||
them
|
||||
- at the time of writing this, there's no working release for bbpager
|
||||
yet; you can either use bbpager CVS, or any EWMH compatible pager
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user