1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/straw/files/patch-setup.py
Martin Wilke a002477493 - Update to 0.26
- Update MASTER_SITES
- Remove BROKEN and DEPRECATED
- Remove python < 2.4 stuff, cause straw is now requires 2.4
- Change port description
- Fix pkg-list
- Pass maintainership to submitter

PR:             109840
Submitted by:   R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru>
2007-03-07 09:49:33 +00:00

21 lines
724 B
Python

--- setup.py Sat Feb 18 16:22:43 2006
+++ setup.py Wed Jan 3 23:38:53 2007
@@ -127,7 +127,7 @@
]
files = [
('share/pixmaps', ['images/straw.png']),
- ('share/straw', images + misc)]
+ ('share/gnome/straw', images + misc)]
return files
# Let distutils do the work
@@ -146,7 +146,7 @@
pot_file = 'po/straw.pot',
translations = translations(),
modules_check = modules_check,
- msg_sources = translation_files(),
+ msg_sources = ['glade/strings.c'] + glob.glob('src/lib/*.py'),
desktop_file = ['straw.desktop.in'],
constants = [('constants.py.in', strawenv)],
scripts = ['src/straw'],