SOURCES: scribes-desktop.patch, scribes-setup.patch - up to 0.2.4

patrys patrys at pld-linux.org
Fri Feb 3 12:56:11 CET 2006


Author: patrys                       Date: Fri Feb  3 11:56:11 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 0.2.4

---- Files affected:
SOURCES:
   scribes-desktop.patch (1.1 -> 1.2) , scribes-setup.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/scribes-desktop.patch
diff -u SOURCES/scribes-desktop.patch:1.1 SOURCES/scribes-desktop.patch:1.2
--- SOURCES/scribes-desktop.patch:1.1	Sun Dec  4 21:14:14 2005
+++ SOURCES/scribes-desktop.patch	Fri Feb  3 12:56:06 2006
@@ -1,18 +1,21 @@
-diff -aurN scribes-0.2.2.orig/data/scribes.desktop scribes-0.2.2/data/scribes.desktop
---- scribes-0.2.2.orig/data/scribes.desktop	2005-11-21 18:48:47.000000000 +0100
-+++ scribes-0.2.2/data/scribes.desktop	2005-12-04 20:43:46.000000000 +0100
-@@ -1,10 +1,11 @@
- [Desktop Entry]
- Encoding=UTF-8
- Name=Scribes Text Editor
+--- scribes-0.2.4/data/scribes.desktop	2006-02-03 12:38:56.572446000 +0100
++++ scribes-0.2.4/data/scribes.desktop.orig	2006-02-03 12:40:45.219236000 +0100
+@@ -4,14 +4,16 @@
+ Name[it]=Scribes - Editor di testo
+ Name[fr]=Scribes Editeur de Texte
+ Name[de]=Scribes ist (noch) ein Texteditor fĂźr GNOME
 +Name[pl]=Edytor tekstu Scribes
+ Comment=Edit text files
+ Comment[it]=Redigi file di testo
+ Comment[fr]=Edite les fichiers textes
+ Comment[de]=Textdateien bearbeiten
++Comment[pl]=Edytor plikĂłw tekstowych
  Exec=scribes %f
  Terminal=false
  Type=Application
  StartupNotify=true
  MimeType=text/plain;
--Icon=scribes.svg
+ Icon=scribes.svg
 -Categories=Application;Utility;TextEditor;
 \ Brak znaku nowej linii na końcu pliku
-+Icon=scribes
-+Categories=GTK;GNOME;;Utility;TextEditor;
++Categories=GTK;GNOME;Utility;TextEditor;

================================================================
Index: SOURCES/scribes-setup.patch
diff -u SOURCES/scribes-setup.patch:1.1 SOURCES/scribes-setup.patch:1.2
--- SOURCES/scribes-setup.patch:1.1	Sun Dec  4 21:14:14 2005
+++ SOURCES/scribes-setup.patch	Fri Feb  3 12:56:06 2006
@@ -1,44 +1,15 @@
-diff -aurN scribes-0.2.2.orig/setup.py scribes-0.2.2/setup.py
---- scribes-0.2.2.orig/setup.py	2005-12-01 07:10:39.000000000 +0100
-+++ scribes-0.2.2/setup.py	2005-12-04 20:41:11.000000000 +0100
-@@ -89,36 +89,6 @@
-     	print "You need GNOME Python version 2.12 or later to run Scribes"
-         exit(1)
+--- scribes-0.2.4/setup.py	2006-02-03 06:00:10.000000000 +0100
++++ scribes-0.2.4/setup.py~	2006-02-03 12:50:42.484562750 +0100
+@@ -126,7 +126,7 @@
  
--    try:
--
--        import gtksourceview
--
--    except ImportError:
--
--        print "You need the gtksourceview module in GNOME Python Extras version"
--        print " 2.12 or later to run Scribes."
--        exit(1)
--
--	try:
--
--		import gtkspell
--
--	except ImportError:
--
--		print "You need the gtkspell module in GNOME Python Extras version"
--        print " 2.12 or later to run Scribes."
--        exit(1)
--
--    # Check to see if Yelp is installed on the host system
--
--	cmd = "which yelp"
--	err, out = getstatusoutput(cmd)
--
--	if err:
--
--		print "You need Yelp version 2.12 or later to run Scribes."
--		exit(1)
--
- 	# Check to see if GConf is installed on the host system
+ 	return
  
- 	cmd = "which gconftool-2"
-@@ -175,7 +145,7 @@
+-check_dependencies()
++#check_dependencies()
+ 
+ # Trove classification
+ 
+@@ -170,7 +170,7 @@
  	data_files=[
  		("share/applications", ["data/scribes.desktop"]),
  		("share/application-registry", ["data/scribes.application"]),
@@ -47,7 +18,7 @@
  		("share/scribes/", ["data/scribes_toolbar_ui.xml"]),
  		("share/gnome/help/scribes/C", ["data/scribes.xml"]),
  		("share/gnome/help/scribes/C", ["data/legal.xml"]),
-@@ -190,51 +160,3 @@
+@@ -187,52 +187,5 @@
  	],
  	scripts=["scribes"],)
  
@@ -74,7 +45,7 @@
 -
 -if out:
 -
--    print "installing GConf schema files"
+-	print "installing GConf schema files"
 -
 -if err:
 -
@@ -98,4 +69,5 @@
 -
 -	print "Problem restarting down gconf."
 -
--print "scribes installation complete"
+ print "scribes installation complete"
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/scribes-desktop.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/scribes-setup.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list