diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-24 07:34:13 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-24 07:34:13 +0000 |
| commit | b5c357cf97d9086e95ad21c1346624dce49aefed (patch) | |
| tree | 8bdb0fa50130d9412d66b683fb4d8b97a1d9c285 /net/straw/files/patch-setup.py | |
| parent | Update to 1.13 (diff) | |
Update to 0.25.1.
PR: ports/70807
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'net/straw/files/patch-setup.py')
| -rw-r--r-- | net/straw/files/patch-setup.py | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py index 88b4df8f5290..d0bada9d00a6 100644 --- a/net/straw/files/patch-setup.py +++ b/net/straw/files/patch-setup.py @@ -1,24 +1,25 @@ ---- setup.py.orig Mon Apr 26 12:17:31 2004 -+++ setup.py Thu May 20 13:41:56 2004 -@@ -97,8 +97,8 @@ +--- setup.py.orig Thu Jul 15 15:15:58 2004 ++++ setup.py Mon Aug 16 22:15:09 2004 +@@ -108,8 +108,8 @@ '''Build list of data files to be installed''' images = glob.glob('images/*.png') files = [ - ('share/pixmaps', ['images/straw.png']), -- ('share/straw', images + ['data/default_subscriptions.opml', 'glade/straw.glade'])] +- ('share/straw', images + ['data/default_subscriptions.opml', 'data/straw.css', 'glade/straw.glade'])] + ('share/gnome/pixmaps', ['images/straw.png']), -+ ('share/gnome/straw', images + ['data/default_subscriptions.opml', 'glade/straw.glade'])] ++ ('share/gnome/straw', images + ['data/default_subscriptions.opml', 'data/straw.css', 'glade/straw.glade'])] return files long_desc = '''\ -@@ -121,9 +121,8 @@ - config_files = [('gconf/schemas',['data/straw.schemas'], - 'with-gconf-schema-file-dir')], +@@ -137,10 +137,9 @@ + #config_files = [('gconf/schemas',['data/straw.schemas'], + # 'with-gconf-schema-file-dir')], scripts = ['src/straw'], - modules_check = modules_check, packages = ['straw'], package_dir = {'straw' : 'src/lib'}, - msg_sources = translation_files(), + msg_sources = ['glade/strings.c'] + glob.glob('src/lib/*.py'), - desktop_file = ['straw.desktop.in']) - + desktop_file = ['straw.desktop.in'], + ext_modules = [TemplateExtension(name='trayicon', + pkc_name='pygtk-2.0 gtk+-2.0', |
