b031445ae7
and devel) drop libXt-devel build requirement build-require pygobject2-devel directly don't let %postun fail remove obsolete buildroot, gimphelpmissing, icontheme, gifload, gimptool patches update htmlview patch use more distinct build root use %buildroot consistently explicitely enable configure options more versionized build requirements don't rebuild autofoo files reformat spec file a bit
23 lines
847 B
Diff
23 lines
847 B
Diff
--- gimp-2.3.18/etc/gimprc.htmlview 2007-06-11 22:40:08.000000000 +0200
|
|
+++ gimp-2.3.18/etc/gimprc 2007-06-25 16:14:06.000000000 +0200
|
|
@@ -618,7 +618,7 @@
|
|
# appended to the command with a space separating the two. This is a single
|
|
# filename.
|
|
#
|
|
-# (web-browser "firefox %s")
|
|
+# (web-browser "htmlview %s")
|
|
|
|
# The window type hint that is set on the toolbox. This may affect how your
|
|
# window manager decorates and handles the toolbox window. Possible values
|
|
--- gimp-2.3.18/app/config/gimpguiconfig.c.htmlview 2007-05-21 10:56:29.000000000 +0200
|
|
+++ gimp-2.3.18/app/config/gimpguiconfig.c 2007-06-25 16:13:28.000000000 +0200
|
|
@@ -40,7 +40,7 @@
|
|
#ifdef G_OS_WIN32
|
|
# define DEFAULT_WEB_BROWSER "not used on Windows"
|
|
#else
|
|
-# define DEFAULT_WEB_BROWSER "firefox %s"
|
|
+# define DEFAULT_WEB_BROWSER "htmlview %s"
|
|
#endif
|
|
|
|
|