[Python-apps-commits] r3276 - in packages/vitables/trunk/debian/patches (setup.py.patch)
xnox-guest at users.alioth.debian.org
xnox-guest at users.alioth.debian.org
Tue Jul 14 20:24:49 UTC 2009
Date: Tuesday, July 14, 2009 @ 20:24:37
Author: xnox-guest
Revision: 3276
Removed the icon/desktop file installation from setup.py
Modified:
packages/vitables/trunk/debian/patches/setup.py.patch
Modified: packages/vitables/trunk/debian/patches/setup.py.patch
===================================================================
--- packages/vitables/trunk/debian/patches/setup.py.patch 2009-07-14 20:24:17 UTC (rev 3275)
+++ packages/vitables/trunk/debian/patches/setup.py.patch 2009-07-14 20:24:37 UTC (rev 3276)
@@ -2,8 +2,8 @@
package data.
Index: vitables-2.0/setup.py
===================================================================
---- vitables-2.0.orig/setup.py 2009-07-13 19:45:02.000000000 +0300
-+++ vitables-2.0/setup.py 2009-07-13 19:46:06.000000000 +0300
+--- vitables-2.0.orig/setup.py 2009-07-13 20:19:17.000000000 +0300
++++ vitables-2.0/setup.py 2009-07-13 21:17:03.000000000 +0300
@@ -25,8 +25,77 @@
import os
import glob
@@ -269,23 +269,19 @@
data_files = [
('examples', glob.glob('examples/*.h5')),
('examples/arrays', glob.glob('examples/arrays/*.h5')),
-@@ -307,10 +279,12 @@
+@@ -307,10 +279,8 @@
('examples/tests', glob.glob('examples/tests/*.h5')),
('examples/timeseries', glob.glob('examples/timeseries/*.h5')),
('doc', ['doc/usersguide.xml']),
- ('doc', glob.glob('doc/*.pdf')),
- ('doc/images', glob.glob('doc/images/*.png')),
+ ('doc', ['doc/usersguide.pdf']),
-+ # see http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
-+ ('share/icons/hicolor/scalable/apps', ['unixapp/vitables.svg']),
-+ # see http://library.gnome.org/devel/menu-spec/#third-party-howto
-+ ('share/applications', ['unixapp/vitables.desktop']),
('', ['LICENSE.txt', 'LICENSE.html']),
- ('', ['VERSION'])
],
**setup_args
-@@ -323,15 +297,20 @@
+@@ -323,15 +293,20 @@
# $ python setup.py build --help
# $ python setup.py build --help-compiler
More information about the Python-apps-commits
mailing list