Accepting request 68297 from home:vuntz:branches:GNOME:Factory
ok OBS-URL: https://build.opensuse.org/request/show/68297 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit-plugins?expand=0&rev=17
This commit is contained in:
parent
8b5b1f3275
commit
6d8008c25f
@ -2,7 +2,7 @@
|
||||
Wed Apr 6 09:07:13 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 3.0.0:
|
||||
- Port commander plugin to gtk+3.
|
||||
- Port commander plugin to gtk+ 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 11:28:11 UTC 2011 - fcrozat@novell.com
|
||||
@ -24,13 +24,18 @@ Tue Mar 29 11:28:11 UTC 2011 - fcrozat@novell.com
|
||||
- Changes from version 2.90.0:
|
||||
+ Ported textsize plugin to libpeas.
|
||||
+ Update several plugins to new libpeas API.
|
||||
- Change old-style buildRequires to new pkgconfig()/GNOME3 ones:
|
||||
gconf2-devel, gedit-devel, glib2-devel, gtk2-devel,
|
||||
gtksourceview-devel, gucharmap-devel, python-gtk-devel,
|
||||
python-gtksourceview-devel, vte-devel
|
||||
to gedit, gtk+-3.0, gtksourceview-3.0, libpeas-gtk-1.0,
|
||||
dbus-python.
|
||||
- Replace GConf2 schemas handling with GSettings schemas handling.
|
||||
- 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
|
||||
|
@ -27,15 +27,15 @@ License: GPLv2+
|
||||
Group: Productivity/Editors/Other
|
||||
Url: http://live.gnome.org/GeditPlugins
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig(gedit)
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
||||
BuildRequires: pkgconfig(dbus-python)
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user