SOURCES (DEVEL): griffith-env_python.patch, griffith-Makefile.patc...

teodor teodor at pld-linux.org
Fri Dec 29 11:41:17 CET 2006


Author: teodor                       Date: Fri Dec 29 10:41:17 2006 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- up to 0.9 rc1

---- Files affected:
SOURCES:
   griffith-env_python.patch (1.1 -> 1.1.2.1) , griffith-Makefile.patch (1.2 -> 1.2.2.1) , griffith-plugin.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/griffith-env_python.patch
diff -u SOURCES/griffith-env_python.patch:1.1 SOURCES/griffith-env_python.patch:1.1.2.1
--- SOURCES/griffith-env_python.patch:1.1	Sun May 21 22:01:28 2006
+++ SOURCES/griffith-env_python.patch	Fri Dec 29 11:41:11 2006
@@ -1,9 +1,8 @@
-diff -Nur griffith-0.6.1.org/griffith griffith-0.6.1/griffith
---- griffith-0.6.1.org/griffith	2006-05-13 20:38:30.000000000 +0200
-+++ griffith-0.6.1/griffith	2006-05-13 20:38:41.000000000 +0200
+--- griffith-0.9~rc1.org/griffith	2006-12-28 16:41:04.000000000 +0100
++++ griffith-0.9~rc1/griffith	2006-12-28 16:42:53.000000000 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python
- # -*- coding: ISO-8859-1 -*-
+ # -*- coding: utf-8 -*-
  
  __revision__ = '$Id$'

================================================================
Index: SOURCES/griffith-Makefile.patch
diff -u SOURCES/griffith-Makefile.patch:1.2 SOURCES/griffith-Makefile.patch:1.2.2.1
--- SOURCES/griffith-Makefile.patch:1.2	Tue Mar  7 17:22:06 2006
+++ SOURCES/griffith-Makefile.patch	Fri Dec 29 11:41:11 2006
@@ -1,7 +1,6 @@
-diff -ruN griffith-0.6./Makefile griffith-0.6/Makefile
---- griffith-0.6./Makefile	2006-03-07 02:04:46.000000000 +0100
-+++ griffith-0.6/Makefile	2006-03-07 02:07:13.973604296 +0100
-@@ -72,8 +72,6 @@
+--- griffith-0.9~rc1.org/Makefile	2006-12-28 16:41:04.000000000 +0100
++++ griffith-0.9~rc1/Makefile	2006-12-28 16:41:56.000000000 +0100
+@@ -80,8 +80,6 @@
  	
  	if test -f $(PREFIX)/bin/griffith; then ${RM} $(PREFIX)/bin/griffith; fi	
  	

================================================================
Index: SOURCES/griffith-plugin.patch
diff -u SOURCES/griffith-plugin.patch:1.1 SOURCES/griffith-plugin.patch:1.1.2.1
--- SOURCES/griffith-plugin.patch:1.1	Mon May 29 00:34:08 2006
+++ SOURCES/griffith-plugin.patch	Fri Dec 29 11:41:12 2006
@@ -1,7 +1,7 @@
-diff -Nur griffith-0.6.1.org/lib/gutils.py griffith-0.6.1/lib/gutils.py
---- griffith-0.6.1.org/lib/gutils.py	2006-05-28 23:51:16.000000000 +0200
-+++ griffith-0.6.1/lib/gutils.py	2006-05-28 23:54:34.000000000 +0200
-@@ -353,7 +353,7 @@
+diff -Nur griffith-0.9~rc1.org/lib/gutils.py griffith-0.9~rc1/lib/gutils.py
+--- griffith-0.9~rc1.org/lib/gutils.py	2006-12-28 16:41:04.000000000 +0100
++++ griffith-0.9~rc1/lib/gutils.py	2006-12-28 16:43:53.000000000 +0100
+@@ -301,7 +301,7 @@
  def read_plugins(prefix,directory):
  	"""returns available plugins"""
  	import glob
@@ -10,24 +10,24 @@
  
  def findKey(val, dict):
  	for key, value in dict.items():
-diff -Nur griffith-0.6.1.org/lib/initialize.py griffith-0.6.1/lib/initialize.py
---- griffith-0.6.1.org/lib/initialize.py	2006-05-28 23:50:45.000000000 +0200
-+++ griffith-0.6.1/lib/initialize.py	2006-05-28 23:55:57.000000000 +0200
-@@ -203,7 +203,7 @@
+diff -Nur griffith-0.9~rc1.org/lib/initialize.py griffith-0.9~rc1/lib/initialize.py
+--- griffith-0.9~rc1.org/lib/initialize.py	2006-12-28 16:41:04.000000000 +0100
++++ griffith-0.9~rc1/lib/initialize.py	2006-12-28 16:45:19.000000000 +0100
+@@ -306,7 +306,7 @@
  	self.d_plugin = 0
  	mcounter = 0
  	for p in self.plugins:
--		plugin_module = os.path.basename(p).replace(".py","")
-+		plugin_module = os.path.basename(p).replace(".pyc","")
- 		plugin_name = plugin_module.replace("PluginMovie","")
- 		self.am_source.append_text(plugin_name)
- 		self.default_plugin.append_text(plugin_name)
-@@ -222,7 +222,7 @@
+-		plugin_module = os.path.basename(p).replace('.py','')
++		plugin_module = os.path.basename(p).replace('.pyc','')
+ 		plugin_name = plugin_module.replace('PluginMovie','')
+ 		self.widgets['add']['source'].append_text(plugin_name)
+ 		self.widgets['preferences']['default_plugin'].append_text(plugin_name)
+@@ -325,7 +325,7 @@
  		self.locations['export_plugins'])
  	plugins.sort()
  	for p in plugins:
--		plugin_module = os.path.basename(p).replace(".py", "")
-+		plugin_module = os.path.basename(p).replace(".pyc", "")
- 		plugin_name = plugin_module.replace("PluginExport", "")
+-		plugin_module = os.path.basename(p).replace('.py', '')
++		plugin_module = os.path.basename(p).replace('.pyc', '')
+ 		plugin_name = plugin_module.replace('PluginExport', '')
  		menu_items = gtk.MenuItem(plugin_name)
- 		self.export_menu.append(menu_items)
+ 		self.widgets['menu']['export'].append(menu_items)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/griffith-env_python.patch?r1=1.1&r2=1.1.2.1&f=u
    http://cvs.pld-linux.org/SOURCES/griffith-Makefile.patch?r1=1.2&r2=1.2.2.1&f=u
    http://cvs.pld-linux.org/SOURCES/griffith-plugin.patch?r1=1.1&r2=1.1.2.1&f=u



More information about the pld-cvs-commit mailing list