Accepting request 158325 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158325 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit-plugins?expand=0&rev=52
This commit is contained in:
parent
38dd7af468
commit
1e774ff58d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5e92830e6029110bf1117bd9f31b23a9ad907210b8cb37039772f5bfcf6d174
|
|
||||||
size 1402568
|
|
3
gedit-plugins-3.7.1.tar.xz
Normal file
3
gedit-plugins-3.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:65d67a765bf0ad77ed2ed6844bfbdfb1396d827b692f5946430df3f923037382
|
||||||
|
size 728864
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 19:56:57 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.1:
|
||||||
|
+ Port plugins to python 3.
|
||||||
|
+ Drop session saver plugin.
|
||||||
|
+ Drop taglist plugin.
|
||||||
|
+ Misc bugfixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 16 15:04:20 UTC 2012 - dimstar@opensuse.org
|
Tue Oct 16 15:04:20 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gedit-plugins
|
# spec file for package gedit-plugins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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,9 +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.6.1
|
Version: 3.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: http://download.gnome.org/sources/gedit-plugins/3.6/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gedit-plugins/3.7/%{name}-%{version}.tar.xz
|
||||||
Url: http://live.gnome.org/GeditPlugins
|
Url: http://live.gnome.org/GeditPlugins
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
@ -31,10 +31,10 @@ BuildRequires: intltool
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: pkgconfig(dbus-python)
|
BuildRequires: pkgconfig(dbus-python)
|
||||||
BuildRequires: pkgconfig(gedit) >= 3.2.1
|
BuildRequires: pkgconfig(gedit) >= 3.7.1
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.0.0
|
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(vte-2.90)
|
BuildRequires: pkgconfig(vte-2.90)
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Requires: gedit
|
Requires: gedit
|
||||||
@ -74,9 +74,6 @@ translation-update-upstream
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# sr@latin was added by translation-update-upstream, so kill sr@Latn
|
|
||||||
test -d %{buildroot}%{_datadir}/locale/sr@latin
|
|
||||||
rm -r %{buildroot}%{_datadir}/locale/sr@Latn
|
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%fdupes %{buildroot}/%{_datadir}/gedit/plugins
|
%fdupes %{buildroot}/%{_datadir}/gedit/plugins
|
||||||
@ -99,7 +96,6 @@ rm -rf %{buildroot}
|
|||||||
# bookmarks
|
# bookmarks
|
||||||
%{_libdir}/gedit/plugins/bookmarks.plugin
|
%{_libdir}/gedit/plugins/bookmarks.plugin
|
||||||
%{_libdir}/gedit/plugins/libbookmarks.so
|
%{_libdir}/gedit/plugins/libbookmarks.so
|
||||||
%{_datadir}/gedit/plugins/bookmarks/
|
|
||||||
# bracketcompletion
|
# bracketcompletion
|
||||||
%{_libdir}/gedit/plugins/bracketcompletion.plugin
|
%{_libdir}/gedit/plugins/bracketcompletion.plugin
|
||||||
%{_libdir}/gedit/plugins/bracketcompletion.py*
|
%{_libdir}/gedit/plugins/bracketcompletion.py*
|
||||||
@ -129,20 +125,12 @@ rm -rf %{buildroot}
|
|||||||
# multiedit
|
# multiedit
|
||||||
%{_libdir}/gedit/plugins/multiedit.plugin
|
%{_libdir}/gedit/plugins/multiedit.plugin
|
||||||
%{_libdir}/gedit/plugins/multiedit/
|
%{_libdir}/gedit/plugins/multiedit/
|
||||||
# sessionsaver
|
|
||||||
%{_libdir}/gedit/plugins/sessionsaver.plugin
|
|
||||||
%{_libdir}/gedit/plugins/sessionsaver/
|
|
||||||
%{_datadir}/gedit/plugins/sessionsaver/
|
|
||||||
# smartspaces
|
# smartspaces
|
||||||
%{_libdir}/gedit/plugins/smartspaces.plugin
|
%{_libdir}/gedit/plugins/smartspaces.plugin
|
||||||
%{_libdir}/gedit/plugins/smartspaces.py*
|
%{_libdir}/gedit/plugins/smartspaces.py*
|
||||||
# synctex
|
# synctex
|
||||||
%{_libdir}/gedit/plugins/synctex.plugin
|
%{_libdir}/gedit/plugins/synctex.plugin
|
||||||
%{_libdir}/gedit/plugins/synctex/
|
%{_libdir}/gedit/plugins/synctex/
|
||||||
# taglist
|
|
||||||
%{_libdir}/gedit/plugins/taglist.plugin
|
|
||||||
%{_libdir}/gedit/plugins/libtaglist.so
|
|
||||||
%{_datadir}/gedit/plugins/taglist/
|
|
||||||
# terminal
|
# terminal
|
||||||
%{_libdir}/gedit/plugins/terminal.plugin
|
%{_libdir}/gedit/plugins/terminal.plugin
|
||||||
%{_libdir}/gedit/plugins/terminal.py*
|
%{_libdir}/gedit/plugins/terminal.py*
|
||||||
|
Loading…
Reference in New Issue
Block a user