Accepting request 69044 from GNOME:Factory
Pushing G:F (including GNOME3) OBS-URL: https://build.opensuse.org/request/show/69044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=10
This commit is contained in:
commit
508dbf2600
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ef7bf48e9500556d84ae4c2950f4eadcc3f9cb9c58c90f2c83956b0ddad1107
|
||||
size 616927
|
3
gedit-plugins-3.0.2.tar.bz2
Normal file
3
gedit-plugins-3.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7152d3f5639258a0b5fb873521d36fc9919dee4c00ce9fb414045a2d8b0c06f6
|
||||
size 1651448
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 13:05:37 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 3.0.2:
|
||||
+ Misc bugfixes
|
||||
+ Updated translations.
|
||||
- Changes from version 3.0.1:
|
||||
+ Misc bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 6 09:07:13 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 3.0.0:
|
||||
- Port commander plugin to gtk+ 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 11:28:11 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 2.91.3:
|
||||
+ Update autoconf
|
||||
+ Port bookmarks plugin to new message bus system
|
||||
+ Update synctex to use the new dbus api
|
||||
+ Misc Bugfixes
|
||||
- Changes from version 2.91.2:
|
||||
+ Misc bugfixes
|
||||
- Changes from version 2.91.1:
|
||||
+ Several plugins ported to gtk3/libpeas
|
||||
+ Port charmap plugin to python.
|
||||
+ Import the taglist plugin from gedit
|
||||
+ Added new 'grep' commander module
|
||||
+ Added synctex plugin
|
||||
+ Misc Bugfixes
|
||||
- Changes from version 2.90.0:
|
||||
+ Ported textsize plugin to libpeas.
|
||||
+ Update several plugins to new libpeas API.
|
||||
- Move to pkgconfig()-style BuildRequires (including move to GNOME
|
||||
3 stack):
|
||||
+ Old ones: gedit-devel, gtk2-devel, gtksourceview-devel.
|
||||
+ New ones: gedit, gtk+-3.0, gtksourceview-3.0.
|
||||
- Add pkgconfig() BuildRequires: dbus-python (for synctex plugin)
|
||||
and libpeas-gtk-1.0.
|
||||
- Drop BuildRequires: gconf2-devel (move to GSettings), glib2-devel
|
||||
(implied by gtk3), gucharmap-devel, python-gtk-devel,
|
||||
python-gtksourceview-devel, vte-devel (move to libpeas-based
|
||||
plugins).
|
||||
- Replace GConf2 schemas handling with GSettings schemas handling,
|
||||
with %glib2_gsettings_schema_* macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 12:40:28 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -20,31 +20,27 @@
|
||||
|
||||
Name: gedit-plugins
|
||||
Summary: A collection of plugins for gedit
|
||||
Version: 2.32.0
|
||||
Release: 5
|
||||
Version: 3.0.2
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
License: GPL v2 or late
|
||||
License: GPLv2+
|
||||
Group: Productivity/Editors/Other
|
||||
Url: http://live.gnome.org/GeditPlugins
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: gedit-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: gtksourceview-devel
|
||||
BuildRequires: gucharmap-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-gtk-devel
|
||||
BuildRequires: python-gtksourceview-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: vte-devel
|
||||
BuildRequires: pkgconfig(dbus-python)
|
||||
BuildRequires: pkgconfig(gedit)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
||||
Requires: gedit
|
||||
Requires: %{name}-lang = %{version}
|
||||
Enhances: gedit
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%gconf_schemas_prereq
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
Here follows a list of plugins currently available in gedit-plugins:
|
||||
@ -72,7 +68,7 @@ translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure
|
||||
%__make %{?jobs:-j%jobs}
|
||||
%__make %{?jobs:-j%jobs} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -80,23 +76,24 @@ translation-update-upstream
|
||||
test -d %{buildroot}%{_datadir}/locale/sr@latin
|
||||
rm -r %{buildroot}%{_datadir}/locale/sr@Latn
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
%fdupes %{buildroot}/%{_datadir}/gedit-2/plugins
|
||||
%fdupes %{buildroot}/%{_libdir}/gedit-2/plugins
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/gedit-2/plugins/*
|
||||
%{_datadir}/gedit-2/plugins/*
|
||||
%{_libdir}/gedit/plugins/*
|
||||
%{_datadir}/gedit/plugins/*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.terminal.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user