Accepting request 881106 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880933 from dimstar) OBS-URL: https://build.opensuse.org/request/show/881106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=58
This commit is contained in:
commit
d728561929
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c0fa314257f37f1b0151ed77ccfdc49ed61fa52f32ec1e802e4a6d0e6aee2bf
|
|
||||||
size 957616
|
|
3
gedit-plugins-40.0.tar.xz
Normal file
3
gedit-plugins-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:86de5eb43fa4a3d20ff3abb496d2280ba6046050d7de967c809685e625e37641
|
||||||
|
size 950560
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 24 09:24:15 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 40.0:
|
||||||
|
+ Draw Spaces plugin: new implementation based on
|
||||||
|
TeplSpaceDrawerPrefs.
|
||||||
|
+ Smart Spaces plugin: Python to C rewrite, new implementation
|
||||||
|
based on the GtkSourceView:smart-backspace property.
|
||||||
|
+ Translate plugin: a few improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 20 18:58:32 UTC 2020 - bjorn.lie@gmail.com
|
Fri Nov 20 18:58:32 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gedit-plugins
|
# spec file for package gedit-plugins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# 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
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gedit-plugins
|
Name: gedit-plugins
|
||||||
Version: 3.38.1
|
Version: 40.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of plugins for gedit
|
Summary: A collection of plugins for gedit
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: https://wiki.gnome.org/Apps/Gedit/PluginsLists
|
URL: https://wiki.gnome.org/Apps/Gedit/PluginsLists
|
||||||
Source0: https://download.gnome.org/sources/gedit-plugins/3.38/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gedit-plugins/40/%{name}-%{version}.tar.xz
|
||||||
Source1: gedit-plugins.SUSE
|
Source1: gedit-plugins.SUSE
|
||||||
# PATCH-FIX-UPSTREAM bracketcompletion-use-key-release-event-to-work-wi.patch boo#1027448 bgo#778737 hillwood@opensuse.org -- Switch to use key release event for ibus pinyin input method
|
# PATCH-FIX-UPSTREAM bracketcompletion-use-key-release-event-to-work-wi.patch boo#1027448 bgo#778737 hillwood@opensuse.org -- Switch to use key release event for ibus pinyin input method
|
||||||
Patch0: bracketcompletion-use-key-release-event-to-work-wi.patch
|
Patch0: bracketcompletion-use-key-release-event-to-work-wi.patch
|
||||||
@ -40,7 +40,7 @@ BuildRequires: vala >= 0.28.0
|
|||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(appstream-glib)
|
BuildRequires: pkgconfig(appstream-glib)
|
||||||
BuildRequires: pkgconfig(dbus-python) >= 0.82
|
BuildRequires: pkgconfig(dbus-python) >= 0.82
|
||||||
BuildRequires: pkgconfig(gedit) >= 3.38
|
BuildRequires: pkgconfig(gedit) >= 40.0
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
||||||
@ -376,7 +376,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
# smartspaces
|
# smartspaces
|
||||||
%{_datadir}/metainfo/gedit-smartspaces.metainfo.xml
|
%{_datadir}/metainfo/gedit-smartspaces.metainfo.xml
|
||||||
%{_libdir}/gedit/plugins/smartspaces.plugin
|
%{_libdir}/gedit/plugins/smartspaces.plugin
|
||||||
%{_libdir}/gedit/plugins/smartspaces.py*
|
%{_libdir}/gedit/plugins/libsmartspaces.so
|
||||||
|
|
||||||
%files -n gedit-plugin-session-saver
|
%files -n gedit-plugin-session-saver
|
||||||
# session-saver
|
# session-saver
|
||||||
|
Loading…
Reference in New Issue
Block a user