]> git.pld-linux.org Git - packages/bkchem.git/commitdiff
- outdated
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Tue, 4 Oct 2005 21:17:10 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bkchem-paper.patch -> 1.2
    bkchem-setup.py.patch -> 1.2

bkchem-paper.patch [deleted file]
bkchem-setup.py.patch [deleted file]

diff --git a/bkchem-paper.patch b/bkchem-paper.patch
deleted file mode 100644 (file)
index 04a1b88..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- bkchem/paper.py.orig       2005-08-04 07:18:12.000000000 +0200
-+++ bkchem/paper.py    2005-08-04 07:20:09.000000000 +0200
-@@ -1558,8 +1558,11 @@
-   def any_color_to_rgb_string( self, color):
--    r, g, b = map( lambda x: (x < 256 and x) or (x >= 256 and x//256),  self.winfo_rgb( color))
--    return "#%02x%02x%02x" % (r,g,b)
-+    if not color:
-+      return "none"
-+    else:
-+      r, g, b = map( lambda x: (x < 256 and x) or (x >= 256 and x//256),  self.winfo_rgb( color))
-+      return "#%02x%02x%02x" % (r,g,b)
-   
diff --git a/bkchem-setup.py.patch b/bkchem-setup.py.patch
deleted file mode 100644 (file)
index a4b3cd9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig      2005-07-15 10:33:43.000000000 +0200
-+++ setup.py   2005-07-15 10:34:00.000000000 +0200
-@@ -65,7 +65,7 @@
-                ('share/bkchem/pixmaps', glob.glob( 'pixmaps/*.gif')),
-                ('share/bkchem/dtd', glob.glob( 'dtd/*.dtd') + glob.glob( 'dtd/*.xsd')),
-                ('share/bkchem/plugins', glob.glob( 'plugins/*.py')+glob.glob( 'plugins/*.xml')),
--               ('share/doc/bkchem', glob.glob( 'doc/*.xml') + glob.glob( 'doc/*.html') + ['README', 'RELEASE', 'INSTALL', 'INSTALL.binary', 'progress.log']),
-+               ('share/doc/bkchem', glob.glob( 'doc/*.xml') + glob.glob( 'doc/*.html') + ['README', 'RELEASE', 'INSTALL', 'progress.log']),
-                #('share/doc/bkchem/ps', glob.glob( 'doc/ps/*')),
-                #('share/doc/bkchem/pdf', glob.glob( 'doc/pdf/*')),
-                ('share/doc/bkchem/html', glob.glob( 'doc/html/*')),
This page took 0.060895 seconds and 4 git commands to generate.