summaryrefslogtreecommitdiffstats
path: root/e-17/shellementary/DETAILS
blob: e5d5398f59f3bf5a4adb4961588c7576a33a3ea9 (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
           SPELL=shellementary
if [[ $SHELLEMENTARY_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/trunk/PROTO/$SPELL:$SPELL
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
        WEB_SITE=http://exchange.enlightenment.org/application/show/193
         ENTERED=20100305
      LICENSE[0]=BSD
           SHORT="It allows you to give your shell scripts a GUI"
cat << EOF
Zenity replacement written in python-elementary.

It allows you to give your shell scripts a GUI - you can show several predefined
dialogs from command line, change their parameters and receive values.

Application is 95% compatible with Zenity(those 5% are unfinished features which
are in zenity and i have them in TODO).

The app has even some additional options in comparision with zenity.

Application is translatable with standard gettext .po/.mo files.
EOF