diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-27 21:18:59 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-27 21:18:59 +0000 |
| commit | 22b98d2b4a77abaff3fd70b94a9be22fcbfc3229 (patch) | |
| tree | 13aac65500a64b188a409cbc29003acda050c4dc /net/straw/files/patch-setup.py | |
| parent | Add milter-greylist, a milter for sendmail written in C that implements (diff) | |
-Update to 0.23
-Change my email to mezz@FreeBSD.org
Approved by: adamw (mentor)
Diffstat (limited to '')
| -rw-r--r-- | net/straw/files/patch-setup.py | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py index 0f63b02eb8dc..88b4df8f5290 100644 --- a/net/straw/files/patch-setup.py +++ b/net/straw/files/patch-setup.py @@ -1,15 +1,24 @@ ---- setup.py.orig Fri Feb 20 17:53:55 2004 -+++ setup.py Fri Feb 20 17:54:20 2004 -@@ -79,9 +79,9 @@ +--- setup.py.orig Mon Apr 26 12:17:31 2004 ++++ setup.py Thu May 20 13:41:56 2004 +@@ -97,8 +97,8 @@ '''Build list of data files to be installed''' images = glob.glob('images/*.png') files = [ -- ('share/pixmaps', ['images/straw.png']), -- ('share/applications', ['straw.desktop']), -- ('share/straw', images + -+ ('share/gnome/pixmaps', ['images/straw.png']), -+ ('share/gnome/applications', ['straw.desktop']), -+ ('share/gnome/straw', images + - ['data/default_subscriptions.opml', 'glade/straw.glade'])] +- ('share/pixmaps', ['images/straw.png']), +- ('share/straw', images + ['data/default_subscriptions.opml', 'glade/straw.glade'])] ++ ('share/gnome/pixmaps', ['images/straw.png']), ++ ('share/gnome/straw', images + ['data/default_subscriptions.opml', 'glade/straw.glade'])] return files + long_desc = '''\ +@@ -121,9 +121,8 @@ + 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']) + |
