summaryrefslogtreecommitdiff
path: root/sci-geosciences/gmapcatcher/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-geosciences/gmapcatcher/files
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-geosciences/gmapcatcher/files')
-rw-r--r--sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch b/sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch
new file mode 100644
index 000000000000..77383f198992
--- /dev/null
+++ b/sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch
@@ -0,0 +1,18 @@
+Drop docs from setup.py, distutils-r1 takes care of it.
+Handle the man pages in the ebuild because the tarball does not
+contain compressed man files.
+
+--- a/setup.py
++++ b/setup.py
+@@ -13,10 +13,7 @@
+ description = 'Offline Map Viewer',
+ version = VERSION,
+ url = WEB_ADDRESS,
+- data_files = [('share/doc/mapcatcher', ['README', 'changelog']),
+- ('share/applications', ['gmapcatcher.desktop']),
+- ('share/man/man1',
+- ['man/mapcatcher.1.gz', 'man/mapdownloader.1.gz']),
++ data_files = [('share/applications', ['gmapcatcher.desktop']),
+ ('share/pixmaps', ['images/mapcatcher.png']),
+ ('share/pixmaps/gmapcatcher',
+ map(lambda(thestr): "images/" + thestr, os.listdir('images')))