diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2016-08-14 22:28:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:49:48 +0700 |
commit | 1f240809568897f073e27205e1db78d37c621b08 (patch) | |
tree | 8a11a387421eb851021977b33feb5802350f9d0a /desktop/tint2/tint2.SlackBuild | |
parent | 7542641fa4736470c22dc1d7493addf5bfcdca3c (diff) |
desktop/tint2: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/tint2/tint2.SlackBuild')
-rw-r--r-- | desktop/tint2/tint2.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/tint2/tint2.SlackBuild b/desktop/tint2/tint2.SlackBuild index 0688e5f34d1c..ba847f99e922 100644 --- a/desktop/tint2/tint2.SlackBuild +++ b/desktop/tint2/tint2.SlackBuild @@ -34,11 +34,9 @@ else fi # A GTK+2 theme switcher for tint2 -TINT2CONF_BUILD=${TINT2CONF_BUILD:-OFF} +TINT2CONF_BUILD=${TINT2CONF_BUILD:-ON} # Battery status plugin BATTERY_PLUGIN=${BATTERY_PLUGIN:-ON} -# Install additional tint2rc examples in /usr/doc/tint2-$VERSION/examples -ADD_EXAMPLES=${ADD_EXAMPLES:-OFF} set -e @@ -63,7 +61,6 @@ cd build -DCMAKE_INSTALL_PREFIX=/usr \ -DMANDIR=/usr/man \ -DDOCDIR=/usr/doc/$PRGNAM-$VERSION \ - -DENABLE_EXAMPLES:BOOL=$ADD_EXAMPLES \ -DENABLE_TINT2CONF:BOOL=$TINT2CONF_BUILD \ -DENABLE_BATTERY:BOOL=$BATTERY_PLUGIN \ -DCMAKE_BUILD_TYPE=Release .. |