SPECS: anjuta.spec - added -schemas.patch (restores schemas files) - release 2
megabajt
megabajt at pld-linux.org
Thu Mar 19 12:14:16 CET 2009
Author: megabajt Date: Thu Mar 19 11:14:16 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added -schemas.patch (restores schemas files)
- release 2
---- Files affected:
SPECS:
anjuta.spec (1.156 -> 1.157)
---- Diffs:
================================================================
Index: SPECS/anjuta.spec
diff -u SPECS/anjuta.spec:1.156 SPECS/anjuta.spec:1.157
--- SPECS/anjuta.spec:1.156 Wed Mar 18 22:55:21 2009
+++ SPECS/anjuta.spec Thu Mar 19 12:14:10 2009
@@ -5,7 +5,7 @@
Summary(pt_BR.UTF-8): Ambiente de desenvolvimento integrado C e C++
Name: anjuta
Version: 2.26.0.0
-Release: 1
+Release: 2
Epoch: 1
License: GPL v2+
Group: X11/Development/Tools
@@ -13,6 +13,8 @@
# Source0-md5: 6da89e8d31786376eb7f37d77ccbddf7
Patch0: %{name}-desktop.patch
Patch1: %{name}-includes.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=575893
+Patch2: %{name}-schemas.patch
URL: http://anjuta.sourceforge.net/
BuildRequires: GConf2-devel >= 2.26.0
BuildRequires: ORBit2-devel >= 1:2.14.0
@@ -30,11 +32,11 @@
BuildRequires: gtk+2-devel >= 2:2.16.0
BuildRequires: gtk-doc >= 1.7
BuildRequires: gtk-webkit-devel
-BuildRequires: gtksourceview2-devel >= 2.5.0
+BuildRequires: gtksourceview2-devel >= 2.6.0
BuildRequires: intltool >= 0.40.0
-BuildRequires: libgda4-devel >= 3.99.7
+BuildRequires: libgda4-devel >= 4.0.0
BuildRequires: libglade2-devel >= 1:2.6.2
-BuildRequires: libgladeui-devel >= 3.5.7
+BuildRequires: libgladeui-devel >= 3.6.0
BuildRequires: libgnomeui-devel >= 2.24.0
BuildRequires: libstdc++-devel
BuildRequires: libtool
@@ -48,7 +50,7 @@
BuildRequires: scrollkeeper
BuildRequires: subversion-devel >= 1.5.0
BuildRequires: unique-devel >= 1.0.0
-BuildRequires: vte-devel >= 0.17.4
+BuildRequires: vte-devel >= 0.20.0
Requires(post,postun): desktop-file-utils
Requires(post,postun): gtk+2
Requires(post,postun): hicolor-icon-theme
@@ -56,9 +58,9 @@
Requires(post,postun): shared-mime-info
Requires(post,preun): GConf2
# Requires: gnome-terminal
-Requires: glib2 >= 1:2.19.7
+Requires: glib2 >= 1:2.20.0
Requires: libanjuta = %{epoch}:%{version}-%{release}
-Requires: libgda4-provider-sqlite >= 3.99.7
+Requires: libgda4-provider-sqlite >= 4.0.0
Requires: pkgconfig
Suggests: ctags
Obsoletes: gnome-build
@@ -141,6 +143,7 @@
%setup -q
%patch0 -p1
%patch1 -p0
+%patch2 -p1
%build
%{__intltoolize}
@@ -155,6 +158,7 @@
--with-apu-config=%{_bindir}/apu-1-config \
--with-neon-config=%{_bindir}/neon-config \
--with-omf-dir=%{_omf_dest_dir} \
+ --disable-schemas-install \
--disable-scrollkeeper \
--disable-static
@@ -182,10 +186,30 @@
%scrollkeeper_update_post
%update_mime_database
%update_desktop_database
+%gconf_schema_install anjuta-build-basic-autotools-plugin.schemas
+%gconf_schema_install anjuta-cvs-plugin.schemas
+%gconf_schema_install anjuta-document-manager.schemas
+%gconf_schema_install anjuta-editor-scintilla.schemas
+%gconf_schema_install anjuta-editor-sourceview.schemas
+%gconf_schema_install anjuta-language-cpp-java.schemas
+%gconf_schema_install anjuta-message-manager-plugin.schemas
+%gconf_schema_install anjuta.schemas
+%gconf_schema_install anjuta-symbol-db.schemas
+%gconf_schema_install anjuta-terminal-plugin.schemas
%gconf_schema_install anjuta-valgrind.schemas
%update_icon_cache hicolor
%preun
+%gconf_schema_uninstall anjuta-build-basic-autotools-plugin.schemas
+%gconf_schema_uninstall anjuta-cvs-plugin.schemas
+%gconf_schema_uninstall anjuta-document-manager.schemas
+%gconf_schema_uninstall anjuta-editor-scintilla.schemas
+%gconf_schema_uninstall anjuta-editor-sourceview.schemas
+%gconf_schema_uninstall anjuta-language-cpp-java.schemas
+%gconf_schema_uninstall anjuta-message-manager-plugin.schemas
+%gconf_schema_uninstall anjuta.schemas
+%gconf_schema_uninstall anjuta-symbol-db.schemas
+%gconf_schema_uninstall anjuta-terminal-plugin.schemas
%gconf_schema_uninstall anjuta-valgrind.schemas
%postun
@@ -237,7 +261,17 @@
%{_desktopdir}/%{name}.desktop
%{_mandir}/man1/anjuta.1*
%{_mandir}/man1/anjuta_launcher.1*
+%{_sysconfdir}/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-cvs-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-document-manager.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-editor-scintilla.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-editor-sourceview.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-language-cpp-java.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-message-manager-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-symbol-db.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-terminal-plugin.schemas
%{_sysconfdir}/gconf/schemas/anjuta-valgrind.schemas
+%{_sysconfdir}/gconf/schemas/anjuta.schemas
%{_iconsdir}/hicolor/*/*/*.*
%files -n libanjuta
@@ -262,6 +296,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.157 2009/03/19 11:14:10 megabajt
+- added -schemas.patch (restores schemas files)
+- release 2
+
Revision 1.156 2009/03/18 21:55:21 patrys
- merged from DEVEL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/anjuta.spec?r1=1.156&r2=1.157&f=u
More information about the pld-cvs-commit
mailing list