diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-09-07 10:37:48 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-07 10:37:48 -0400 |
commit | 81412a04e6223d4b44a3255ae665a0c55abddf36 (patch) | |
tree | 5e1160b438197f0bdeac5f3c5a2a6639c1509f39 /system/conky | |
parent | a3dd5a4576f6be2b95c3bf4b005e2ac0608fa186 (diff) | |
download | slackbuilds-81412a04e6223d4b44a3255ae665a0c55abddf36.tar.gz |
system/conky: LUA support is not enabled by default anymore.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/conky')
-rw-r--r-- | system/conky/README | 9 | ||||
-rw-r--r-- | system/conky/conky.SlackBuild | 5 | ||||
-rw-r--r-- | system/conky/slack-desc | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/system/conky/README b/system/conky/README index ad038cf7d5..46d3f0c81d 100644 --- a/system/conky/README +++ b/system/conky/README @@ -7,12 +7,13 @@ your root desktop or in it's own window. Conky has many built-in objects, as well as the ability to execute programs and scripts, then display the output from stdout. -For lua scripting engine support the required dependencies are: -lua, imlib2 and tolua++ +To enable lua scripting engine support run the build with +LUA=yes ./conky.SlackBuild + +The required dependencies for lua support are: lua, imlib2 and tolua++ All of the above requirements are available from slackbuilds.org -To disable lua support run the build with -LUA=NO ./conky.SlackBuild + diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild index 094c94a82f..8f06c71b3f 100644 --- a/system/conky/conky.SlackBuild +++ b/system/conky/conky.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=conky VERSION=1.8.0 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -24,6 +24,9 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +# Pass LUA=yes if you want to build lua scripting engine support. +LUA=${LUA:-"NO"} + if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LBIDIRSUFFIX="" diff --git a/system/conky/slack-desc b/system/conky/slack-desc index 6013fb9cd0..7ecaecabe3 100644 --- a/system/conky/slack-desc +++ b/system/conky/slack-desc @@ -7,7 +7,7 @@ |-----handy-ruler------------------------------------------------------| conky: conky (light-weight system monitor for X) -conky: +conky: conky: Conky is a system monitor for X originally based on the torsmo code. conky: Since it's original conception, Conky has changed a fair bit from conky: it's predecessor. Conky can display just about anything, either on |