summaryrefslogtreecommitdiffstats
path: root/e-17/iconbar/DETAILS
blob: 4682095bb3c77ba84bd8009627f6871b973312cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=iconbar
if  [  "$ICONBAR_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
  FORCE_DOWNLOAD="on"
   SOURCE_IGNORE=volatile
        WEB_SITE=http://www.rephorm.com/rephorm/code/iconbar
         ENTERED=20040311
      LICENSE[0]=BSD
        KEYWORDS="enlightenment"
           SHORT="Standalone iconbar based on the e17 iconbar"
cat << EOF
This is a standalone iconbar based on the e17 iconbar by raster and rephorm.
As of v0.5 the iconbar now uses Edje for both its theme and its icons. This
allows for
all sorts of animation and other effects.
EOF