SOURCES (AC-branch): scribes-setup.patch - up to 0.2.4.3
baggins
baggins at pld-linux.org
Wed May 24 14:14:30 CEST 2006
Author: baggins Date: Wed May 24 12:14:30 2006 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- up to 0.2.4.3
---- Files affected:
SOURCES:
scribes-setup.patch (1.1 -> 1.1.2.1)
---- Diffs:
================================================================
Index: SOURCES/scribes-setup.patch
diff -u SOURCES/scribes-setup.patch:1.1 SOURCES/scribes-setup.patch:1.1.2.1
--- SOURCES/scribes-setup.patch:1.1 Sun Dec 4 21:14:14 2005
+++ SOURCES/scribes-setup.patch Wed May 24 14:14:25 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-setup.patch?r1=1.1&r2=1.1.2.1&f=u
More information about the pld-cvs-commit
mailing list