Accepting request 251870 from GNOME:Next
Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251870 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit-plugins?expand=0&rev=70
This commit is contained in:
parent
a52cf3dc74
commit
35da8c7d21
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de77be990eac0b12a5d65e2c857fcea5e3589bc25da28185427a868f2dd63877
|
|
||||||
size 1316316
|
|
3
gedit-plugins-3.14.0.tar.xz
Normal file
3
gedit-plugins-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae0e45eeb7fbac6f5eb17c932d5ea32359ed7c399eabcb7a7878c6e4566b09aa
|
||||||
|
size 1287660
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 10:14:56 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.14.0:
|
||||||
|
+ New features and fixes:
|
||||||
|
- Improve joinlines plugin.
|
||||||
|
- Improve multiedit plugin.
|
||||||
|
- Improve commander plugin.
|
||||||
|
- Improve git plugin.
|
||||||
|
- terminal: Port to vte-2.91.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop gedit-plugins-vte-2.91.patch: fixed upstream.
|
||||||
|
- Drop gnome-common BuildRequires and call to autogen.sh: no longer
|
||||||
|
requires, as no patch touches the build system.
|
||||||
|
- Add typelib-1_0-Gucharmap-2_90 BuildRequires: new dependency. As
|
||||||
|
the plugins are written in python, we only require the gi
|
||||||
|
bindings, not the entire -devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 26 16:21:25 UTC 2014 - dimstar@opensuse.org
|
Sat Jul 26 16:21:25 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -21,28 +21,27 @@ Name: gedit-plugins
|
|||||||
Summary: A collection of plugins for gedit
|
Summary: A collection of plugins for gedit
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Editors/Other
|
||||||
Version: 3.13.2
|
Version: 3.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: http://download.gnome.org/sources/gedit-plugins/3.13/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gedit-plugins/3.14/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM gedit-plugins-vte-2.91.patch bgo#733176 dimstar@opensuse.org -- Detect and support Vte 2.91
|
|
||||||
Patch0: gedit-plugins-vte-2.91.patch
|
|
||||||
Url: http://live.gnome.org/GeditPlugins
|
Url: http://live.gnome.org/GeditPlugins
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-common
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(dbus-python)
|
BuildRequires: pkgconfig(dbus-python)
|
||||||
BuildRequires: pkgconfig(gedit) >= 3.13.3
|
BuildRequires: pkgconfig(gedit) >= 3.14.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
||||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.13.2
|
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.14.0
|
||||||
BuildRequires: pkgconfig(libgit2-glib-1.0) >= 0.0.6
|
BuildRequires: pkgconfig(libgit2-glib-1.0) >= 0.0.6
|
||||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(vte-2.91)
|
BuildRequires: pkgconfig(vte-2.91)
|
||||||
BuildRequires: pkgconfig(zeitgeist-2.0) >= 0.9.12
|
BuildRequires: pkgconfig(zeitgeist-2.0) >= 0.9.12
|
||||||
|
# configure tests for python gi-bindings of gucharmap
|
||||||
|
BuildRequires: typelib-1_0-Gucharmap-2_90
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Requires: gedit
|
Requires: gedit >= 3.14.0
|
||||||
# For dashboard plugin
|
# For dashboard plugin
|
||||||
Requires: zeitgeist
|
Requires: zeitgeist
|
||||||
Enhances: gedit
|
Enhances: gedit
|
||||||
@ -81,11 +80,8 @@ logs access and leave event for documents used with gedit.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
## Needed for patch0
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%__make %{?jobs:-j%jobs} V=1
|
%__make %{?jobs:-j%jobs} V=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user