From 9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 17 Aug 2006 01:35:02 +0000 Subject: -Add gnomehier. -USE_X_PREFIX -> USE_XLIB. -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7066 df743ca5-7f9a-e211-a948-0013205c9059 --- net/straw/files/patch-setup.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net/straw/files/patch-setup.py (limited to 'net/straw/files/patch-setup.py') diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py new file mode 100644 index 000000000..29e044a51 --- /dev/null +++ b/net/straw/files/patch-setup.py @@ -0,0 +1,30 @@ +--- setup.py.orig Thu Jul 15 15:15:58 2004 ++++ setup.py Sun Dec 19 23:29:18 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', 'data/straw.css', 'glade/straw.glade'])] ++ ('share/gnome/pixmaps', ['images/straw.png']), ++ ('share/gnome/straw', images + ['data/default_subscriptions.opml', 'data/straw.css', 'glade/straw.glade'])] + return files + + long_desc = '''\ +@@ -134,13 +134,12 @@ + data_files = data_files(), + pot_file = 'po/straw.pot', + translations = translations(), +- #config_files = [('gconf/schemas',['data/straw.schemas'], +- # 'with-gconf-schema-file-dir')], ++ 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'], + ext_modules = [TemplateExtension(name='trayicon', + pkc_name='pygtk-2.0 gtk+-2.0', -- cgit v1.2.3