From c82fea08078a724716c673258d296e240c517368 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:59:30 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- app_templates/tdeioslave/setup.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 app_templates/tdeioslave/setup.py (limited to 'app_templates/tdeioslave/setup.py') diff --git a/app_templates/tdeioslave/setup.py b/app_templates/tdeioslave/setup.py new file mode 100755 index 0000000..f2a5468 --- /dev/null +++ b/app_templates/tdeioslave/setup.py @@ -0,0 +1,30 @@ +#!/usr/bin/python +########################################################################### +# setup - description # +# ------------------------------ # +# begin : Fri Jun 27 2005 # +# copyright : (C) 2005 by AUTHOR # +# email : YOUR@EMAIL.com # +# # +########################################################################### +# # +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +########################################################################### + +import kdedistutils + +kdedistutils.setup(name="tdeioslave", + version="0.1.0", + author="AUTHOR", + author_email="YOUR@EMAIL.com", + url="http://www.TESTAPP.com/", + min_kde_version = "3.0.0", + min_qt_version = "3.0.0", + license = "GPL", + application_data = ['src/tdeioslave.py'], + docbooks = [ ('doc/en','en') ], + tdeioslaves = [ ('src/tdeioslave.protocol','tdeioslave.py')] ) -- cgit v1.2.1