~ubuntu-branches/ubuntu/raring/synaptiks/raring-proposed

« back to all changes in this revision

Viewing changes to synaptiks.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-05-21 17:49:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110521174959-wt5odxlwc5kssw3b
Tags: 0.6.1-0ubuntu1
* New upstream release.
* Update watch file.
* Remove the transitional package kde-config-synaptiks.
* Drop ${python:Breaks} as it's not used anymore by dh_python2.
* Add libxtst6, python-dbus and upower to Recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.0
2
2
Name: synaptiks
3
 
Version: 0.5.3
 
3
Version: 0.6.1
4
4
Summary: A KDE touchpad configuration and management tool
5
5
Home-page: http://synaptiks.lunaryorn.de
6
6
Author: Sebastian Wiesner
40
40
        - `Docbook XSL stylesheets`_ (only required during installation to compile the
41
41
          handbook, can be removed after successful installation)
42
42
        
43
 
        These libraries and tools must be installed through the package manager of your
44
 
        distribution before installing synaptiks.
45
 
        
46
 
        Moreover some additional Python modules are required:
 
43
        Moreover some Python modules are required:
47
44
        
48
45
        - pyudev_ (at least 0.6)
49
46
        - argparse_ (at least 1.1, not required, if Python 2.7 is installed)
50
47
        
51
 
        It is recommended, that you also install these modules with the package
52
 
        manager, if available.  However, this is not strictly required, because the
53
 
        installation script will automatically install any missing Python module.
54
 
        
55
 
        Additionally xf86-input-synaptics 1.3 or newer must be installed and configured
 
48
        All these libraries must be available before installing **synaptiks**.  It is
 
49
        recommended, that you install them through the package manager of your
 
50
        distribution.  However, the Python modules listed above are also automatically
 
51
        installed by the installation script of **synaptiks**.
 
52
        
 
53
        Additionally **synaptiks** has some optional dependencies, which are not
 
54
        strictly required, but enable some additional features or improved components
 
55
        in **synaptiks**:
 
56
        
 
57
        - libXtst (client side of the XRecord extension, for improved keyboard
 
58
          monitoring)
 
59
        - dbus-python_ and UPower_ (to handle mouse devices correctly across suspend
 
60
          and resume)
 
61
        
 
62
        Finally xf86-input-synaptics 1.3 or newer must be installed and configured
56
63
        as touchpad driver.  synaptiks will not work, if the touchpad is managed by a
57
64
        generic mouse device driver like xf86-input-evdev.
58
65
        
59
66
        Please make sure, that any previous release of synaptiks is completely removed
60
 
        before this release of synaptiks.
 
67
        before this release of synaptiks is installed.
61
68
        
62
69
        
63
70
        Installation
117
124
        .. _pyudev: http://packages.python.org/pyudev
118
125
        .. _argparse: http://code.google.com/p/argparse/
119
126
        .. _gettext: http://www.gnu.org/software/gettext/
120
 
        .. _pip: http://pip.openplans.org/
 
127
        .. _pip: http://www.pip-installer.org/
121
128
        .. _docbook xsl stylesheets: http://docbook.sourceforge.net/
 
129
        .. _dbus-python: http://www.freedesktop.org/wiki/Software/DBusBindings#Python
 
130
        .. _UPower: http://upower.freedesktop.org
122
131
        .. _issue tracker: https://github.com/lunaryorn/synaptiks/issues
123
132
        .. _GitHub: https://github.com/lunaryorn/synaptiks
124
133
        .. _git: http://git-scm.com/