Accepting request 246028 from GNOME:Next
Push GNOME:Next to Gnome:Factory OBS-URL: https://build.opensuse.org/request/show/246028 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=167
This commit is contained in:
parent
bb338bc3ec
commit
1531f643a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75460b112bed459a0f9db60e7fb0b9e6341dc8e5c20088d929597ba030d7b653
|
||||
size 2850716
|
3
gedit-3.13.91.tar.xz
Normal file
3
gedit-3.13.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90853f697bbc6c8cd982ed9a6f5b5792e2d2f88e04e9bcaa732169343f9db6e7
|
||||
size 2799412
|
@ -1,7 +1,7 @@
|
||||
Index: data/gedit.desktop.in.in
|
||||
Index: data/org.gnome.gedit.desktop.in.in
|
||||
===================================================================
|
||||
--- data/gedit.desktop.in.in.orig
|
||||
+++ data/gedit.desktop.in.in
|
||||
--- data/org.gnome.gedit.desktop.in.in.orig
|
||||
+++ data/org.gnome.gedit.desktop.in.in
|
||||
@@ -6,7 +6,7 @@ Exec=gedit %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 17:50:05 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.91:
|
||||
+ Fix a segmentation fault when loading a file.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 21:33:10 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.90:
|
||||
+ Set default value of create-backup-copy setting to false.
|
||||
+ Misc improvements and bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 12 16:09:39 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.5:
|
||||
+ Rework the headerbar again.
|
||||
+ Fix opening files from nautilus.
|
||||
+ Center the view in fullscreen mode.
|
||||
+ Win32 improvements and new installer.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 07:57:03 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.4:
|
||||
+ Update appdata file for new desktop file name.
|
||||
+ Use automatic GTK menus.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 21:07:44 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.3:
|
||||
+ File loading and saving based on a new API in GtkSourceView.
|
||||
+ Include Adwaita theming.
|
||||
+ New selector to open documents in the header bar.
|
||||
+ Various improvements and bug fixes.
|
||||
+ Some work to build gedit on Windows.
|
||||
+ Updated translations.
|
||||
- Rebased gedit-desktop.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 22:21:42 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.2:
|
||||
+ Zeitgeist plugin moved to the gedit-plugins module.
|
||||
+ Some code clean-up in GeditTab and GeditDocument.
|
||||
- Changes from version 3.13.1:
|
||||
+ Statusbar: line/col popover menu.
|
||||
+ Use GtkListBox for the style scheme list.
|
||||
+ Make use of popover menu for the gear menu.
|
||||
+ Make it work on Windows.
|
||||
+ Add a gsettings for the last wrapping split -mode.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
- Remove traces of zeitgeist plugin:
|
||||
+ Drop pkgconfig(zeitgeist-2.0) BuildRequires.
|
||||
+ Remove gedit-plugin-zeitgeist subpackage (no obsoletes, as it
|
||||
will be built by gedit-plugins).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 6 08:53:25 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
28
gedit.spec
28
gedit.spec
@ -19,13 +19,13 @@
|
||||
%define _with_gi_python 1
|
||||
|
||||
Name: gedit
|
||||
Version: 3.12.2
|
||||
Version: 3.13.91
|
||||
Release: 0
|
||||
Summary: Small and lightweight UTF-8 text editor
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gedit/3.12/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gedit/3.13/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
|
||||
Patch0: gedit-desktop.patch
|
||||
BuildRequires: enchant-devel
|
||||
@ -40,8 +40,8 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.39.3
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.11.2
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.6
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.13.4
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||
@ -50,7 +50,6 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(sm) >= 1.0.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0) >= 0.9.12
|
||||
Requires: python3-cairo
|
||||
%if %{_with_gi_python}
|
||||
# See bnc#847114 - plugins generally depend on it
|
||||
@ -68,16 +67,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Gedit is a small and lightweight UTF-8 text editor for the GNOME
|
||||
environment.
|
||||
|
||||
%package plugin-zeitgeist
|
||||
Summary: Zeitgeist dataprovider for gedit
|
||||
Group: Productivity/Text/Editors
|
||||
Requires: %{name}
|
||||
Supplements: packageand(%{name}:zeitgeist)
|
||||
|
||||
%description plugin-zeitgeist
|
||||
The zeitgeist plugin for gedit provides a zeitgeist dataprovider that
|
||||
logs access and leave event for documents used with gedit.
|
||||
|
||||
%if %{_with_gi_python}
|
||||
%package -n python3-gedit
|
||||
Summary: Python bindings for gedit
|
||||
@ -121,7 +110,7 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name '*.la' -delete -print
|
||||
%suse_update_desktop_file gedit
|
||||
%suse_update_desktop_file org.gnome.gedit
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
@ -145,7 +134,7 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/gedit
|
||||
%{_bindir}/gnome-text-editor
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gedit.appdata.xml
|
||||
%{_datadir}/appdata/org.gnome.gedit.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.gedit.service
|
||||
%{_datadir}/GConf/gsettings/gedit.convert
|
||||
@ -193,11 +182,6 @@ rm -rf %{buildroot}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files plugin-zeitgeist
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/gedit/plugins/zeitgeist.plugin
|
||||
%{_libdir}/gedit/plugins/libzeitgeist.so
|
||||
|
||||
%if %{_with_gi_python}
|
||||
%files -n python3-gedit
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user