]> git.pld-linux.org Git - packages/anjuta-extras.git/blobdiff - anjuta-extras.spec
- updated to 3.26.0
[packages/anjuta-extras.git] / anjuta-extras.spec
index 84f3d993dc97549cf8bed108c1f4a88078f5d5f0..d3b846cdae004b7c005be84f57d535374809825b 100644 (file)
@@ -1,41 +1,48 @@
 Summary:       Extra plugins for Anjuta
+Summary(pl.UTF-8):     Dodatkowe wtyczki dla Anjuty
 Name:          anjuta-extras
-Version:       2.32.1.1
+Version:       3.26.0
 Release:       1
 License:       GPL v2+
 Group:         Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/anjuta-extras/2.32/%{name}-%{version}.tar.bz2
-# Source0-md5: 5aa453da4096d8ade00c01dcf54a576a
-URL:           http://www.anjuta.org/
-BuildRequires: GConf2-devel >= 2.20.0
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/anjuta-extras/3.26/%{name}-%{version}.tar.xz
+# Source0-md5: c08e83b6d24dc735fd54f6c964aec1e2
+URL:           http://anjuta.org/
 BuildRequires: autoconf >= 2.59
-BuildRequires: automake
-BuildRequires: binutils-devel >= 3:2.15.92
-BuildRequires: gettext-devel
+BuildRequires: automake >= 1:1.10
+BuildRequires: gettext-tools
+BuildRequires: glib2-devel >= 1:2.26.0
 BuildRequires: gnome-common
-BuildRequires: graphviz-devel
-BuildRequires: gtk+2-devel >= 2:2.18.0
+BuildRequires: gtk+3-devel >= 3.0.0
 BuildRequires: intltool >= 0.35.0
-BuildRequires: libanjuta-devel >= 1:2.32.0.0
-BuildRequires: libgnomecanvas-devel >= 2.12.0
+BuildRequires: libanjuta-devel >= 1:3.26.0
+BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: libxml2-devel
+BuildRequires: libxml2-devel >= 2.0
 BuildRequires: pkgconfig
-Requires(post,preun):  GConf2
-Requires:      anjuta >= 1:2.32.0.0
+BuildRequires: rpmbuild(macros) >= 1.592
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildRequires: yelp-tools
+Requires(post,postun): glib2 >= 1:2.26.0
+Requires:      anjuta >= 1:3.26.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This package contains a set of plugins for Anjuta.
 
 The following plugins are included:
-- Class Inheritance: A graph painter for the inheritance of the
-  classes
-- Profiler: Application performance profiler
 - Sample Plugin: Sample Plugin for Anjuta
 - Scintilla Editor: An alternate editor based on Scintilla
 - Scratchbox: Change build commands to use scratchbox 1 or 2
-- Valgrind Plugin: Powerful debugging tool
+
+%description -l pl.UTF-8
+Ten pakiet zawiera zestaw wtyczek dla Anjuty. Zawiera następujące
+wtyczki:
+- Sample Plugin - przykładowa wtyczka
+- Scintilla Editor - alternatywny edytor, oparty na Scintilli
+- Scratchbox - zmiana poleceń budowania do używania scratchboksa 1 lub
+  2
 
 %prep
 %setup -q
@@ -48,7 +55,7 @@ The following plugins are included:
 %{__autoheader}
 %{__automake}
 %configure \
-       --disable-schemas-install
+       --disable-silent-rules
 
 %{__make}
 
@@ -60,38 +67,39 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/anjuta/*.{a,la}
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install anjuta-editor-scintilla.schemas
-%gconf_schema_install anjuta-valgrind.schemas
+%glib_compile_schemas
 
-%preun
-%gconf_schema_uninstall anjuta-editor-scintilla.schemas
-%gconf_schema_uninstall anjuta-valgrind.schemas
+%postun
+%glib_compile_schemas
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS
+
 %attr(755,root,root) %{_libdir}/anjuta/libanjuta-editor.so
-%attr(755,root,root) %{_libdir}/anjuta/libanjuta-profiler.so
-%attr(755,root,root) %{_libdir}/anjuta/libanjuta-sample.so
-%attr(755,root,root) %{_libdir}/anjuta/libanjuta-scratchbox.so
-%attr(755,root,root) %{_libdir}/anjuta/libanjuta-valgrind.so
 %{_libdir}/anjuta/anjuta-editor.plugin
-%{_libdir}/anjuta/profiler.plugin
+%{_datadir}/anjuta/glade/anjuta-editor-scintilla.ui
+%{_datadir}/anjuta/properties
+%{_datadir}/anjuta/ui/anjuta-scintilla.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.anjuta.plugins.scintilla.gschema.xml
+%{_pixmapsdir}/anjuta/anjuta-editor-scintilla-plugin-48.png
+%{_pixmapsdir}/anjuta/anjuta-editor-scintilla-plugin.svg
+
+%attr(755,root,root) %{_libdir}/anjuta/libanjuta-sample.so
 %{_libdir}/anjuta/anjuta-sample.plugin
+%{_datadir}/anjuta/ui/anjuta-sample.ui
+%{_pixmapsdir}/anjuta/anjuta-sample-plugin-48.png
+%{_pixmapsdir}/anjuta/anjuta-sample-plugin.svg
+
+%attr(755,root,root) %{_libdir}/anjuta/libanjuta-scratchbox.so
 %{_libdir}/anjuta/anjuta-scratchbox.plugin
-%{_libdir}/anjuta/anjuta-valgrind.plugin
-%{_sysconfdir}/gconf/schemas/anjuta-editor-scintilla.schemas
-%{_sysconfdir}/gconf/schemas/anjuta-valgrind.schemas
-%{_datadir}/anjuta/glade/*.png
-%{_datadir}/anjuta/glade/*.ui
-%{_datadir}/anjuta/properties
-%{_datadir}/anjuta/ui/*.ui
-%{_datadir}/anjuta/ui/*.xml
-%{_pixmapsdir}/anjuta/*.png
-%{_pixmapsdir}/anjuta/*.svg
+%{_datadir}/anjuta/glade/anjuta-scratchbox.ui
+%{_datadir}/anjuta/glade/anjuta-scratchbox-panel.png
+%{_datadir}/glib-2.0/schemas/org.gnome.anjuta.plugins.scratchbox.gschema.xml
+%{_pixmapsdir}/anjuta/anjuta-scratchbox-48.png
This page took 0.413029 seconds and 4 git commands to generate.