Received: by mail.netbsd.org (Postfix, from userid 605) id D48CF84EB3; Wed, 16 May 2018 14:18:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F1F484E5A for ; Wed, 16 May 2018 14:18:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vkAW9FjZZqSY for ; Wed, 16 May 2018 14:18:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D722284CD3 for ; Wed, 16 May 2018 14:18:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D266FFBEC; Wed, 16 May 2018 14:18:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526480291232890" MIME-Version: 1.0 Date: Wed, 16 May 2018 14:18:11 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/print/atril To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180516141811.D266FFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526480291232890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed May 16 14:18:11 UTC 2018 Modified Files: pkgsrc/print/atril: Makefile distinfo Added Files: pkgsrc/print/atril/patches: patch-libview_ev-jobs.c Log Message: atril: Requires gdbus-codegen. Fix non-epub build. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/atril/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/atril/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/atril/patches/patch-libview_ev-jobs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526480291232890 Content-Disposition: inline Content-Length: 2495 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/atril/Makefile diff -u pkgsrc/print/atril/Makefile:1.26 pkgsrc/print/atril/Makefile:1.27 --- pkgsrc/print/atril/Makefile:1.26 Mon May 14 12:22:42 2018 +++ pkgsrc/print/atril/Makefile Wed May 16 14:18:11 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2018/05/14 12:22:42 youri Exp $ +# $NetBSD: Makefile,v 1.27 2018/05/16 14:18:11 jperkin Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -9,6 +9,8 @@ COMMENT= Simple multi-page document view USE_LANGUAGES= c c++ +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen + PKGCONFIG_OVERRIDE+= atril-document.pc.in PKGCONFIG_OVERRIDE+= atril-view.pc.in Index: pkgsrc/print/atril/distinfo diff -u pkgsrc/print/atril/distinfo:1.4 pkgsrc/print/atril/distinfo:1.5 --- pkgsrc/print/atril/distinfo:1.4 Mon May 14 12:22:42 2018 +++ pkgsrc/print/atril/distinfo Wed May 16 14:18:11 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2018/05/14 12:22:42 youri Exp $ +$NetBSD: distinfo,v 1.5 2018/05/16 14:18:11 jperkin Exp $ SHA1 (atril-1.20.1.tar.xz) = 16e508a469d1ed7850b75ddb9d9a1faf764379a9 RMD160 (atril-1.20.1.tar.xz) = 6695e587bc1260fe8f5f8e0ab776b246cbd5c346 SHA512 (atril-1.20.1.tar.xz) = 7a1216ff3302e1dd8caf09d8ff840e51d729c7e886ff3b2a4f7e4f860a46f1d5ac1ab7e7979aa3dac60d13c0ee316966309657462c35c815f6d5d93460ff26ed Size (atril-1.20.1.tar.xz) = 1754572 bytes -SHA1 (patch-libview_ev-jobs.c) = 906b9d469d7ec2593540f15849432ab5d2a10f8f +SHA1 (patch-libview_ev-jobs.c) = e435e6d3703829f46b1708ac72825fbac3c7a8b2 Added files: Index: pkgsrc/print/atril/patches/patch-libview_ev-jobs.c diff -u /dev/null pkgsrc/print/atril/patches/patch-libview_ev-jobs.c:1.1 --- /dev/null Wed May 16 14:18:11 2018 +++ pkgsrc/print/atril/patches/patch-libview_ev-jobs.c Wed May 16 14:18:11 2018 @@ -0,0 +1,24 @@ +$NetBSD: patch-libview_ev-jobs.c,v 1.1 2018/05/16 14:18:11 jperkin Exp $ + +Pull in upstream fix for non-epub build. + +--- libview/ev-jobs.c.orig 2018-03-22 15:13:28.000000000 +0000 ++++ 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 * + return TRUE; + } + ++#endif /* ENABLE_EPUB */ ++ + static gboolean + ev_job_thumbnail_run (EvJob *job) + { --_----------=_1526480291232890--