Update to 3.24.1
This commit is contained in:
parent
68392b392a
commit
4a02595f5b
@ -1,31 +0,0 @@
|
||||
From 00d2fbb998de419e514568c79fe0c3d8b9cc1a38 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <klember@redhat.com>
|
||||
Date: Wed, 14 Sep 2016 17:52:24 +0200
|
||||
Subject: [PATCH] Use the X11 backend instead of Wayland
|
||||
|
||||
Force file-roller to use the gtk+ X11 backend even when running under a
|
||||
Wayland session. This is currently needed to work around missing support
|
||||
for arbitrarily named clipboards.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=770333
|
||||
---
|
||||
src/main.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/src/main.c b/src/main.c
|
||||
index 043f604..9fcb993 100644
|
||||
--- a/src/main.c
|
||||
+++ b/src/main.c
|
||||
@@ -34,6 +34,10 @@ main (int argc, char **argv)
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
+ /* Use the X11 backend instead of Wayland,
|
||||
+ * https://bugzilla.gnome.org/show_bug.cgi?id=770333 */
|
||||
+ gdk_set_allowed_backends ("x11");
|
||||
+
|
||||
app = fr_application_new ();
|
||||
status = g_application_run (G_APPLICATION (app), argc, argv);
|
||||
|
||||
--
|
||||
2.7.4
|
@ -1,5 +1,5 @@
|
||||
Name: file-roller
|
||||
Version: 3.24.0
|
||||
Version: 3.24.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for viewing and creating archives
|
||||
|
||||
@ -7,10 +7,6 @@ License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/FileRoller
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.24/%{name}-%{version}.tar.xz
|
||||
|
||||
# Use the X11 backend instead of Wayland
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=770333
|
||||
Patch0: Use-the-X11-backend-instead-of-Wayland.patch
|
||||
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
@ -60,7 +56,6 @@ or directories.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -114,6 +109,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so
|
||||
|
||||
%changelog
|
||||
* Thu Apr 20 2017 David King <amigadave@amigadave.com> - 3.24.1-1
|
||||
- Update to 3.24.1
|
||||
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
||||
- Update to 3.24.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (file-roller-3.24.0.tar.xz) = dcab10e1a3f46667d7a1c13fccb18afe041f723b889d0a815b559fce16d192b6d814a8497fb134594ca5edf0c9257ebb3db859dc0f618b4cc800fcb53f7edf18
|
||||
SHA512 (file-roller-3.24.1.tar.xz) = bd8750b8ffe3e7d3c74492e2ffdde519e7879d46f16c559d06042bac60c8ee63f492aeeaa66b4aff7c997150f4f2955e02a3b0565edf4bd7641a089ed052f268
|
||||
|
Loading…
Reference in New Issue
Block a user