diff options
Diffstat (limited to 'net/straw/files')
-rw-r--r-- | net/straw/files/patch-constants.py.in | 11 | ||||
-rw-r--r-- | net/straw/files/patch-setup.py | 9 | ||||
-rw-r--r-- | net/straw/files/patch-src::straw | 9 |
3 files changed, 0 insertions, 29 deletions
diff --git a/net/straw/files/patch-constants.py.in b/net/straw/files/patch-constants.py.in deleted file mode 100644 index a0b097fa5403..000000000000 --- a/net/straw/files/patch-constants.py.in +++ /dev/null @@ -1,11 +0,0 @@ ---- constants.py.in Sat Feb 4 14:24:37 2006 -+++ constants.py.in Wed Jan 3 23:42:34 2007 -@@ -11,7 +11,7 @@ - STRAW_REF_URL = "%sstraw-ref.html" % STRAW_URL - libdir = os.path.normpath('$libdir') - localedir = os.path.normpath(os.path.join('$datadir','locale')) --datadir = os.path.normpath(os.path.join('$datadir','straw')) -+datadir = os.path.normpath(os.path.join('$datadir','gnome','straw')) - - # if STRAW_IN_SOURCE_DIR, this will be the glade/ and images/ in source - # which is different from datadir (data/), whereas on default installations, diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py index 0e4ca8d55714..a024cf1f0576 100644 --- a/net/straw/files/patch-setup.py +++ b/net/straw/files/patch-setup.py @@ -1,14 +1,5 @@ --- 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(), diff --git a/net/straw/files/patch-src::straw b/net/straw/files/patch-src::straw index cb965b2ce848..ec142ac7ee74 100644 --- a/net/straw/files/patch-src::straw +++ b/net/straw/files/patch-src::straw @@ -1,14 +1,5 @@ --- src/straw Sat Oct 21 07:53:23 2006 +++ src/straw Sun May 20 09:49:06 2007 -@@ -49,7 +49,7 @@ - if not sdir: - h, t = os.path.split(os.path.split(os.path.abspath(sys.argv[0]))[0]) - if t == 'bin': -- libdir = os.path.join(h, 'lib') -+ libdir = os.path.join(h, 'share', 'gnome') - fp = os.path.join(libdir, 'straw') - if os.path.isdir(fp): - sdir = fp @@ -102,7 +102,7 @@ if ENV_IN_SOURCE: from lib import Application, Config |