From 00ac6d5c42e3ef27f6e85e7a202bf1053574051e Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Wed, 9 Nov 2005 22:14:12 +0000 Subject: [PATCH] import bbkeys and blackbox into opt --- bbkeys/.footprint | 12 ++++++++++++ bbkeys/.md5sum | 1 + bbkeys/Pkgfile | 19 +++++++++++++++++++ bbkeys/README | 4 ++++ blackbox/.footprint | 45 +++++++++++++++++++++++++++++++++++++++++++++ blackbox/.md5sum | 1 + blackbox/Pkgfile | 19 +++++++++++++++++++ blackbox/README | 24 ++++++++++++++++++++++++ 8 files changed, 125 insertions(+) create mode 100644 bbkeys/.footprint create mode 100644 bbkeys/.md5sum create mode 100644 bbkeys/Pkgfile create mode 100644 bbkeys/README create mode 100644 blackbox/.footprint create mode 100644 blackbox/.md5sum create mode 100644 blackbox/Pkgfile create mode 100644 blackbox/README diff --git a/bbkeys/.footprint b/bbkeys/.footprint new file mode 100644 index 000000000..49891d7fa --- /dev/null +++ b/bbkeys/.footprint @@ -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 diff --git a/bbkeys/.md5sum b/bbkeys/.md5sum new file mode 100644 index 000000000..b24510dee --- /dev/null +++ b/bbkeys/.md5sum @@ -0,0 +1 @@ +bd4c4bb38344b5c596cea4a72d940827 bbkeys-0.9.0.tar.gz diff --git a/bbkeys/Pkgfile b/bbkeys/Pkgfile new file mode 100644 index 000000000..c7f13fe3a --- /dev/null +++ b/bbkeys/Pkgfile @@ -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 +} diff --git a/bbkeys/README b/bbkeys/README new file mode 100644 index 000000000..2a976c11c --- /dev/null +++ b/bbkeys/README @@ -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 diff --git a/blackbox/.footprint b/blackbox/.footprint new file mode 100644 index 000000000..b6f340fd1 --- /dev/null +++ b/blackbox/.footprint @@ -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 diff --git a/blackbox/.md5sum b/blackbox/.md5sum new file mode 100644 index 000000000..dbe244ecb --- /dev/null +++ b/blackbox/.md5sum @@ -0,0 +1 @@ +53b84260b9d38b35fb25b4baf7bb795a blackbox-0.70.1.tar.bz2 diff --git a/blackbox/Pkgfile b/blackbox/Pkgfile new file mode 100644 index 000000000..7330071b7 --- /dev/null +++ b/blackbox/Pkgfile @@ -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 +} diff --git a/blackbox/README b/blackbox/README new file mode 100644 index 000000000..b1e30133e --- /dev/null +++ b/blackbox/README @@ -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 + + +