work in progress

This commit is contained in:
Kilian Valkhof 2010-03-23 17:45:51 +01:00
parent 3f26595198
commit 7efecb7b89
3 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,6 @@
include trimage.py include trimage.py
include ui.py include ui.py
include trimage.desktop
recursive-include pixmaps * recursive-include pixmaps *
recursive-include hurry * recursive-include hurry *

View file

@ -11,13 +11,14 @@ setup(name = "trimage",
url = "http://trimage.org", url = "http://trimage.org",
license = "MIT license", license = "MIT license",
packages = ["hurry", "hurry/filesize",""], packages = ["hurry", "hurry/filesize",""],
data_files = [("pixmaps", ["pixmaps/list-add.png", data_files = [("share/applications", ["trimage.desktop"]),
("pixmaps", ["pixmaps/list-add.png",
"pixmaps/view-refresh.png", "pixmaps/view-refresh.png",
"pixmaps/compressing.gif", "pixmaps/compressing.gif",
"pixmaps/trimage-icon.png"])], "pixmaps/trimage-icon.png"])],
scripts = ["runner/trimage"], scripts = ["runner/trimage"],
long_description = """Trimage is a cross-platform GUI and command-line interface to optimize image files via optipng, advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by imageoptim. All image files are losslessy compressed on the highest available compression levels. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging and dropping and various command line options.""", long_description = """Trimage is a cross-platform GUI and command-line interface to optimize image files via optipng, advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by imageoptim. All image files are losslessy compressed on the highest available compression levels. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging and dropping and various command line options.""",
requires = ["PyQt4 (>4.4)"], requires = ["PyQt4 (>=4.4)"],
classifiers = [ classifiers = [
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Intended Audience :: Developers', 'Intended Audience :: Developers',

View file

@ -94,8 +94,8 @@
<ol> <ol>
<li>Download the source via git or bzr (see repositories)</li> <li>Download the source via git or bzr (see repositories)</li>
<li>Make sure you have all the requirements installed (see requirements)</li> <li>Make sure you have all the requirements installed (see requirements)</li>
<li>make trimage.py executable (<code>chmod +x trimage.py</code>)</li> <li>Enter <code>python setup.py install</code> into your console</li>
<li>Start by clicking on trimage.py or launching it with <code>./trimage.py</code></li> <li>Launch by executing <code>trimage</code></li>
</ol> </ol>
<p>Help us make .deb's, rpms's etc: <a href="mailto:help@trimage.org">contact us</a></p> <p>Help us make .deb's, rpms's etc: <a href="mailto:help@trimage.org">contact us</a></p>
<h3><img src="mac.png" alt=""> Mac</h3> <h3><img src="mac.png" alt=""> Mac</h3>