From a24d69a1785642bc86fd0f6becb103755376a1fe Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Tue, 23 Mar 2010 17:46:04 +0100 Subject: [PATCH] add cfg file and desktop file --- setup.cfg | 5 +++++ trimage.desktop | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 setup.cfg create mode 100644 trimage.desktop diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..7a7196d --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[install] +install_lib=/usr/share/trimage +install_data=/usr/share/trimage +install_scripts=/usr/bin + diff --git a/trimage.desktop b/trimage.desktop new file mode 100644 index 0000000..6efde65 --- /dev/null +++ b/trimage.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Trimage image compressor +Comment=A cross-platform tool for optimizing PNG and JPG files. +Terminal=false +Icon=pixmaps/trimage-icon.png +Type=Application +Exec=trimage +Categories=GNOME;GTK;Graphics; +StartupNotify=true +