summaryrefslogtreecommitdiffstats
path: root/windowmanagers/blackbox/DETAILS
blob: c2455b353d78c97ed089eecda18d803939067ad4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
           SPELL=blackbox
if [[ $BLACKBOX_BRANCH == scm ]]; then
 if [[ $BLACKBOX_AUTOUPDATE == y ]] ; then
         VERSION=$(date +%Y%m%d)
 else
         VERSION=cvs
 fi
          SOURCE=${SPELL}-cvs-snapshot.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
   SOURCE_URL[0]=http://blackboxwm.sourceforge.net/$SOURCE
   SOURCE_IGNORE=cvs
  FORCE_DOWNLOAD=on
else
         VERSION=0.70.1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://sourceforge.net/projects/blackboxwm/files/blackboxwm/Blackbox%200.70.1/$SOURCE/download
     SOURCE_HASH=sha512:6e8cf6fd04030a5f97ffd8dbe97aaa0f683f776e7237cdd46f2b93265cd8de665cffce5a352624a2235aa6c42628be13f98d565af765b3f06e95bff404fb0ccb
fi
        WEB_SITE=http://blackboxwm.sourceforge.net
         ENTERED=20010922
      LICENSE[0]=BSD
        KEYWORDS="windowmanagers"
           SHORT="X11 window manager."
cat << EOF
Blackbox is yet another addition to the list of window managers for X.
It is written in C++, sharing no common code with any other window
manager (even though the graphics implementation is similar to that of
WindowMaker). It features small code size, a fast interface with simple
menus, multiple workspaces, and decorated windows , built-in graphics
code to render solids, gradients and bevels on the fly when needed, and
more.
EOF