diff options
author | Necoro <> | 2008-01-14 22:49:50 +0000 |
---|---|---|
committer | Necoro <> | 2008-01-14 22:49:50 +0000 |
commit | 9fbebc55eae3efabaeeab9d2d25a3952eccba51f (patch) | |
tree | c8f5b921cad2d39100eb1cf42f6a8b0e8a4ef738 /setup.py | |
parent | f9b5364f7e3c0443e06976edf3987b412e15bea9 (diff) | |
download | portato-9fbebc55eae3efabaeeab9d2d25a3952eccba51f.tar.gz portato-9fbebc55eae3efabaeeab9d2d25a3952eccba51f.tar.bz2 portato-9fbebc55eae3efabaeeab9d2d25a3952eccba51f.zip |
r634@Devoty: necoro | 2008-01-14 23:48:24 +0100
Removed the broken plugins until they get replaced
Diffstat (limited to '')
-rw-r--r-- | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -129,7 +129,10 @@ def ui_file_list (): packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage", "portato.backend.catapult", "portato.shm"] ext_modules = [Extension("portato.shm.shm", ["shm/shmmodule.c"], define_macros = MacrosAndDefines, extra_compile_args=["-fPIC"])] -data_files = [(ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), (DATA_DIR, ["plugin.xsd"])] +data_files = [ + (ICON_DIR, ["icons/portato-icon.png"]), + #(PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), + (DATA_DIR, ["plugin.xsd"])] cmdclass = {} package_dir = {"portato.shm" : "shm"} |