Accepting request 105097 from GNOME:Factory
Pushing most G:F bits OBS-URL: https://build.opensuse.org/request/show/105097 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=19
This commit is contained in:
commit
b4f5766d17
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2e2de6c18f8be8943f5b8ee024fe383740175afdbb17d10b86690215ce45d3ed
|
|
||||||
size 1440660
|
|
3
gedit-plugins-3.3.2.tar.xz
Normal file
3
gedit-plugins-3.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5048ec7a606e969d3ec90b29e181d3be552938cf32a4f4ea728490471d0e1a39
|
||||||
|
size 1417448
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 7 11:01:50 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.2:
|
||||||
|
+ Commander plugin bugfixes
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove xz BuildRequires now that it comes for free in the build
|
||||||
|
system.
|
||||||
|
- Add pkgconfig(vte-2.90) BuildRequires to keep building the
|
||||||
|
terminal plugin, after a configure check got added for vte.
|
||||||
|
- Add a sed hack in %prep to work around broken configure check for
|
||||||
|
vte.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 21 14:23:43 UTC 2011 - vuntz@opensuse.org
|
Wed Dec 21 14:23:43 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gedit-plugins
|
# spec file for package gedit-plugins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -21,8 +21,9 @@ 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.3.1
|
Version: 3.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# FIXME: remove sed hack in %%prep when bgo#669558 is fixed
|
||||||
Source: http://download.gnome.org/sources/gedit-plugins/3.3/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gedit-plugins/3.3/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM gedit-plugins-implicit.patch bgo#665541 dimstar@opensuse.org -- #include stdio.h to have atoi defined.
|
# PATCH-FIX-UPSTREAM gedit-plugins-implicit.patch bgo#665541 dimstar@opensuse.org -- #include stdio.h to have atoi defined.
|
||||||
Patch0: gedit-plugins-implicit.patch
|
Patch0: gedit-plugins-implicit.patch
|
||||||
@ -32,13 +33,12 @@ BuildRequires: gnome-doc-utils-devel
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: pkgconfig(dbus-python)
|
BuildRequires: pkgconfig(dbus-python)
|
||||||
BuildRequires: pkgconfig(gedit) >= 3.2.1
|
BuildRequires: pkgconfig(gedit) >= 3.2.1
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||||
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
||||||
|
BuildRequires: pkgconfig(vte-2.90)
|
||||||
Requires: gedit
|
Requires: gedit
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
# For dashboard plugin
|
# For dashboard plugin
|
||||||
@ -68,6 +68,8 @@ Here follows a list of plugins currently available in gedit-plugins:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
grep -q vte2_90 configure.ac && (echo "sed hack can be dropped"; /bin/false)
|
||||||
|
sed -i "s/-lvte/-lvte2_90/g" configure
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
Loading…
Reference in New Issue
Block a user