mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-15 15:40:51 +01:00
atril: Upgraded to 1.20.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
2d114c94e4
commit
5ae51505c4
2 changed files with 2 additions and 36 deletions
|
@ -24,8 +24,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=atril
|
PRGNAM=atril
|
||||||
VERSION=${VERSION:-1.20.1}
|
VERSION=${VERSION:-1.20.2}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -83,8 +83,6 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
patch -p1 < $CWD/epub.patch
|
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
LDFLAGS="-L/usr/share/texmf/lib" \
|
LDFLAGS="-L/usr/share/texmf/lib" \
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
From efe29e6c72178f0970ded735560dc34e6fd05d87 Mon Sep 17 00:00:00 2001
|
|
||||||
From: raveit65 <mate@raveit.de>
|
|
||||||
Date: Tue, 27 Mar 2018 11:20:38 +0200
|
|
||||||
Subject: [PATCH] libview: fix build without epub
|
|
||||||
|
|
||||||
Fixes https://github.com/mate-desktop/atril/issues/308
|
|
||||||
---
|
|
||||||
libview/ev-jobs.c | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c
|
|
||||||
index 0fd2554..607bc2c 100644
|
|
||||||
--- a/libview/ev-jobs.c
|
|
||||||
+++ b/libview/ev-jobs.c
|
|
||||||
@@ -876,8 +876,6 @@ snapshot_callback(WebKitWebView *webview,
|
|
||||||
gtk_widget_destroy (gtk_widget_get_toplevel (GTK_WIDGET (webview)));
|
|
||||||
}
|
|
||||||
|
|
||||||
-#endif /* ENABLE_EPUB */
|
|
||||||
-
|
|
||||||
static void
|
|
||||||
web_thumbnail_get_screenshot_cb (WebKitWebView *webview,
|
|
||||||
WebKitLoadEvent event,
|
|
||||||
@@ -910,6 +908,8 @@ webview_load_failed_cb (WebKitWebView *webview,
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
+#endif /* ENABLE_EPUB */
|
|
||||||
+
|
|
||||||
static gboolean
|
|
||||||
ev_job_thumbnail_run (EvJob *job)
|
|
||||||
{
|
|
Loading…
Reference in a new issue