~ubuntu-branches/ubuntu/maverick/wacom-tools/maverick

« back to all changes in this revision

Viewing changes to linuxwacom/src/wacomxi/wacomcpl

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-09-16 16:31:32 UTC
  • mfrom: (1.12.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090916163132-ow32sul82lb7wqb8
Tags: 1:0.8.4.1-0ubuntu1
* New upstream version. (LP: #405800)
* xsfbs: Remove deprecated --print-installation-architecture. (LP: #403316)
* waltop-ntrig.diff: Drop support for WALTOP, it doesn't work and crashes
  the server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
#\
 
3
#
 
4
# THIS FILE IS GENERATED FROM wacomcpl.in.
 
5
# Please make all changes to the original source file.
 
6
#
 
7
# Actual code is contained in wacomcpl-exec.
 
8
#
 
9
# Setup TCL Library Path to include WACOMXI installed directory.
 
10
# Alternatively, you can set this in your Tcl configuration yourself.
 
11
#
 
12
# JEJ - The TCLLIBPATH appears to be a Tcl list; I tried nested lists
 
13
#       (eg. [list [list foo] bar]) and it seems to work as expected.
 
14
#       Trailing space seems to be necessary.
 
15
#
 
16
WACOMXI_BINDIR=/usr/local/bin
 
17
WACOMXI_LIBDIR=/usr/local/lib
 
18
export TCLLIBPATH="[list $TCLLIBPATH $WACOMXI_LIBDIR ]"
 
19
echo "wacomcpl: using TCLLIBPATH=\"$TCLLIBPATH\""
 
20
$WACOMXI_BINDIR/wacomcpl-exec