freebsd-ports/devel/d-feet/files/patch-setup.py
Martin Wilke 6862fab099 D-Feet is a D-Bus debugger written in PyGtk+ by John (J5) Palmieri.
Current Features
    * View names on any bus
    * View exported objects, interfaces, methods and signals
    * View the full command line of services on the bus

WWW:	http://live.gnome.org/DFeet/

PR:		ports/150489
Submitted by:	Thinker K.F. Li <thinker at eeebox.branda.to>
Feature safe:	yes
2011-01-29 14:27:07 +00:00

10 lines
372 B
Python

--- setup.py.orig 2010-09-11 16:27:38.000000000 +0800
+++ setup.py 2010-09-11 17:54:40.000000000 +0800
@@ -58,6 +58,7 @@
platforms='linux',
scripts=['d-feet'],
packages=['dfeet', 'dfeet/_ui'],
+ zip_safe=False,
data_files=[
('share/dfeet', glob.glob("ui/*.ui")),
('share/icons/hicolor/16x16/apps', glob.glob("icons/16x16/*.png")),