summaryrefslogtreecommitdiffstats
path: root/e-17/shellementary/DETAILS
blob: 76c537d3221814b415985190d8db506ea50f4c52 (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
. "$GRIMOIRE/FUNCTIONS"
           SPELL=shellementary
         VERSION=$(get_scm_version)
          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