Accepting request 710951 from GNOME:Next
New stable rel OBS-URL: https://build.opensuse.org/request/show/710951 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=80
This commit is contained in:
parent
ae459d437f
commit
9e3fc2f2a9
@ -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
3
sushi-3.32.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52010a1fabca542f6744b2d4b61238411c9ec9f7618de77b8a919a3325de2d0a
|
||||||
|
size 65172
|
@ -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 bafeb19233325a7fc7c2e82b488abfb7a7556f61 Mon Sep 17 00:00:00 2001
|
||||||
From: Martin Blanchard <tchaik@gmx.com>
|
From: Martin Blanchard <tchaik@gmx.com>
|
||||||
Date: Sun, 19 May 2019 22:31:37 +0200
|
Date: Sun, 19 May 2019 22:31:37 +0200
|
||||||
|
@ -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>
|
Tue Jun 18 20:08:08 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 3.32.0
|
Version: 3.32.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Quick Previewer for Nautilus
|
Summary: Quick Previewer for Nautilus
|
||||||
License: SUSE-GPL-2.0-with-plugin-exception
|
License: SUSE-GPL-2.0-with-plugin-exception
|
||||||
|
Loading…
Reference in New Issue
Block a user