version 2.2.11
This commit is contained in:
parent
cd5f4c1918
commit
214998ea36
@ -1 +1 @@
|
|||||||
gimp-2.2.10.tar.bz2
|
gimp-2.2.11.tar.bz2
|
||||||
|
22
gimp-2.2.11-htmlview.patch
Normal file
22
gimp-2.2.11-htmlview.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
--- gimp-2.2.11/app/config/gimpguiconfig.c.htmlview 2006-02-14 11:13:14.000000000 +0100
|
||||||
|
+++ gimp-2.2.11/app/config/gimpguiconfig.c 2006-04-18 08:30:02.000000000 +0200
|
||||||
|
@@ -43,7 +43,7 @@
|
||||||
|
#ifdef G_OS_WIN32
|
||||||
|
# define DEFAULT_WEB_BROWSER "not used on Windows"
|
||||||
|
#else
|
||||||
|
-# define DEFAULT_WEB_BROWSER "mozilla %s"
|
||||||
|
+# define DEFAULT_WEB_BROWSER "htmlview %s"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
--- gimp-2.2.11/etc/gimprc.htmlview 2006-04-13 14:08:54.000000000 +0200
|
||||||
|
+++ gimp-2.2.11/etc/gimprc 2006-04-18 08:28:25.000000000 +0200
|
||||||
|
@@ -585,7 +585,7 @@
|
||||||
|
# appended to the command with a space separating the two. This is a single
|
||||||
|
# filename.
|
||||||
|
#
|
||||||
|
-# (web-browser "mozilla %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
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: 2.2.10
|
Version: 2.2.11
|
||||||
%define binver 2.2
|
%define binver 2.2
|
||||||
%define gimp_lang_ver 20
|
%define gimp_lang_ver 20
|
||||||
%define interfacever 2.0
|
%define interfacever 2.0
|
||||||
@ -19,7 +19,7 @@ Version: 2.2.10
|
|||||||
%define minorver 200
|
%define minorver 200
|
||||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||||
#define prever pre2
|
#define prever pre2
|
||||||
Release: %{?prever:0.0.%{prever}.}4
|
Release: %{?prever:0.0.%{prever}.}1
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -77,7 +77,7 @@ Patch1: gimp-2.0.1-gimphelpmissing.patch
|
|||||||
Patch2: gimp-2.2.3-icontheme.patch
|
Patch2: gimp-2.2.3-icontheme.patch
|
||||||
Patch3: gimp-2.2.7-gcc4.patch
|
Patch3: gimp-2.2.7-gcc4.patch
|
||||||
Patch4: gimp-2.2.4-gifload.patch
|
Patch4: gimp-2.2.4-gifload.patch
|
||||||
Patch5: gimp-2.2.10-htmlview.patch
|
Patch5: gimp-2.2.11-htmlview.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||||
@ -354,6 +354,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 18 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-1
|
||||||
|
- version 2.2.11
|
||||||
|
|
||||||
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.10-4
|
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.10-4
|
||||||
- use htmlview as default web browser (#183730, patch by Ben Levenson)
|
- use htmlview as default web browser (#183730, patch by Ben Levenson)
|
||||||
- require hicolor-icon-theme (#182784, #182785)
|
- require hicolor-icon-theme (#182784, #182785)
|
||||||
|
Loading…
Reference in New Issue
Block a user