SHA256
1
0
forked from pool/sushi

Accepting request 711173 from GNOME:Factory

- Update to version 3.32.1:
  + Specify GtkSourceView 3.0 import version.
- Rebase sushi-port-to-gtksourceview4.patch, drop part now included
  in tarball.

OBS-URL: https://build.opensuse.org/request/show/711173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sushi?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2019-06-21 07:58:37 +00:00 committed by Git OBS Bridge
commit f31f9bb343
5 changed files with 12 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd622e169874778876b0c2406f6529de6022f3e3f63890602207bf342e463138
size 65144

3
sushi-3.32.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52010a1fabca542f6744b2d4b61238411c9ec9f7618de77b8a919a3325de2d0a
size 65172

View File

@ -1,29 +1,3 @@
From 8b2ec7f5e6ad39e04aa9bd562022d66163f50d19 Mon Sep 17 00:00:00 2001
From: Joel Ong <joel.ong@yale.edu>
Date: Mon, 1 Apr 2019 14:26:02 -0400
Subject: [PATCH] workaround for having both gtksourceview 3 and 4 installed.
Fixes #12.
---
src/js/viewers/text.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/js/viewers/text.js b/src/js/viewers/text.js
index 86a53b7..9566adb 100644
--- a/src/js/viewers/text.js
+++ b/src/js/viewers/text.js
@@ -23,6 +23,8 @@
*
*/
+imports.gi.versions.GtkSource = '3.0';
+
const Gdk = imports.gi.Gdk;
const GtkClutter = imports.gi.GtkClutter;
const Gtk = imports.gi.Gtk;
--
2.21.0
From bafeb19233325a7fc7c2e82b488abfb7a7556f61 Mon Sep 17 00:00:00 2001
From: Martin Blanchard <tchaik@gmx.com>
Date: Sun, 19 May 2019 22:31:37 +0200

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 19 15:55:02 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.1:
+ Specify GtkSourceView 3.0 import version.
- Rebase sushi-port-to-gtksourceview4.patch, drop part now included
in tarball.
-------------------------------------------------------------------
Tue Jun 18 20:08:08 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,7 +17,7 @@
Name: sushi
Version: 3.32.0
Version: 3.32.1
Release: 0
Summary: Quick Previewer for Nautilus
License: SUSE-GPL-2.0-with-plugin-exception