This commit is contained in:
parent
9ab4f86101
commit
6c9e24fc5a
@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
data/gedit.schemas.in | 15 +++++++++++++++
|
|
||||||
1 files changed, 15 insertions(+)
|
|
||||||
|
|
||||||
diff -urN gedit-2.6.1/data/gedit.schemas.in gedit/data/gedit.schemas.in
|
|
||||||
--- gedit-2.6.1/data/gedit.schemas.in 2004-02-12 07:17:39.000000000 -0500
|
|
||||||
+++ gedit/data/gedit.schemas.in 2004-08-03 14:35:38.202865667 -0400
|
|
||||||
@@ -1,5 +1,20 @@
|
|
||||||
<gconfschemafile>
|
|
||||||
<schemalist>
|
|
||||||
+
|
|
||||||
+ <schema>
|
|
||||||
+ <key>/schemas/apps/gedit-2/plugins/docinfo</key>
|
|
||||||
+ <applyto>/apps/gedit-2/plugins/docinfo</applyto>
|
|
||||||
+ <owner>gedit</owner>
|
|
||||||
+ <type>bool</type>
|
|
||||||
+ <default>TRUE</default>
|
|
||||||
+ <locale name="C">
|
|
||||||
+ <short>Enable Document Info Plugin</short>
|
|
||||||
+ <long>Enable the Document Information plugin, which provides
|
|
||||||
+ statistics about the current document, such as the number of
|
|
||||||
+ words.</long>
|
|
||||||
+ </locale>
|
|
||||||
+ </schema>
|
|
||||||
+
|
|
||||||
<schema>
|
|
||||||
<key>/schemas/apps/gedit-2/preferences/editor/font/use_default_font</key>
|
|
||||||
<applyto>/apps/gedit-2/preferences/editor/font/use_default_font</applyto>
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 13 13:33:34 CET 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Removed obsolete docinfo activation patch, now part of
|
||||||
|
/apps/gedit-2/plugins/active-plugins.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 4 23:12:11 CET 2008 - maw@suse.de
|
Tue Mar 4 23:12:11 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -16,14 +16,13 @@ BuildRequires: aspell-devel docbook_4 enchant-devel fdupes gettext gnome-common
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Editors/Other
|
||||||
Version: 2.21.2
|
Version: 2.21.2
|
||||||
Release: 1
|
Release: 4
|
||||||
Summary: The Editor for the GNOME 2.x Desktop
|
Summary: The Editor for the GNOME 2.x Desktop
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.10/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.10/%{name}-%{version}.tar.bz2
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: gedit2
|
Provides: gedit2
|
||||||
Obsoletes: gedit2
|
Obsoletes: gedit2
|
||||||
Patch1: gedit-default-plugins.patch
|
|
||||||
Patch2: gedit-desktop.patch
|
Patch2: gedit-desktop.patch
|
||||||
Requires: gnome-python-desktop python-gnome python-gobject2 python-gtk python-xml
|
Requires: gnome-python-desktop python-gnome python-gobject2 python-gtk python-xml
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
@ -77,7 +76,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
gnome-patch-translation-prepare
|
gnome-patch-translation-prepare
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
gnome-patch-translation-update
|
gnome-patch-translation-update
|
||||||
|
|
||||||
@ -135,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/gedit
|
%{_datadir}/gtk-doc/html/gedit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 13 2008 sbrabec@suse.cz
|
||||||
|
- Removed obsolete docinfo activation patch, now part of
|
||||||
|
/apps/gedit-2/plugins/active-plugins.
|
||||||
* Wed Mar 05 2008 maw@suse.de
|
* Wed Mar 05 2008 maw@suse.de
|
||||||
- Update to version 2.21.2:
|
- Update to version 2.21.2:
|
||||||
+ Misc bugfixes
|
+ Misc bugfixes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user