[packages/zathura] up to 0.3.5

atler atler at pld-linux.org
Mon Feb 15 22:14:32 CET 2016


commit 952f5978ef0caab280f55eb023c199c411f29b3f
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Feb 15 22:14:05 2016 +0100

    up to 0.3.5
    
    - no_synctex patch no longer needed

 zathura-no_synctex.patch | 39 ---------------------------------------
 zathura.spec             |  6 ++----
 2 files changed, 2 insertions(+), 43 deletions(-)
---
diff --git a/zathura.spec b/zathura.spec
index 2e2ce57..aad1934 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -2,14 +2,13 @@ Summary:	A vi-like pdf reader
 Summary(hu.UTF-8):	Egy vi-szerű pdf olvasó
 Summary(pl.UTF-8):	Czytnik pdf podobny do vi
 Name:		zathura
-Version:	0.3.4
+Version:	0.3.5
 Release:	1
 License:	BSD-like
 Group:		Applications
 Source0:	http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
-# Source0-md5:	64a19c0a78d06e3a8c2098911d59b072
+# Source0-md5:	d137998a1210ce87ee9fa655940a595c
 Source1:	config.txt
-Patch0:		%{name}-no_synctex.patch
 URL:		http://pwmt.org/projects/zathura
 BuildRequires:	girara-devel >= 0.2.5
 BuildRequires:	glib2-devel >= 1:2.32.0
@@ -54,7 +53,6 @@ Header files for zathura.
 
 %prep
 %setup -q
-%patch0 -p0
 cp %{SOURCE1} config.txt
 %{__mv} po/id_ID.po po/id.po
 
diff --git a/zathura-no_synctex.patch b/zathura-no_synctex.patch
deleted file mode 100644
index e76496d..0000000
--- a/zathura-no_synctex.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- zathura/main.c.orig	2015-12-28 21:29:43.603042279 +0100
-+++ zathura/main.c	2015-12-28 21:34:24.880442191 +0100
-@@ -84,12 +84,14 @@
- 
- static zathura_t*
- init_zathura(const char* config_dir, const char* data_dir,
--    const char* cache_dir, const char* plugin_path, char** argv,
-+    const char* cache_dir, const char* plugin_path, char** argv
-+#ifdef WITH_SYNCTEX
-+    , char* synctex_editor
-+#endif
- #ifdef GDK_WINDOWING_X11
--    char* synctex_editor, Window embed)
--#else
--    char* synctex_editor)
-+    , Window embed
- #endif
-+    )
- {
-   /* create zathura session */
-   zathura_t* zathura = zathura_create();
-@@ -250,11 +252,14 @@
- 
-   /* Create zathura session */
-   zathura_t* zathura = init_zathura(config_dir, data_dir, cache_dir,
-+      plugin_path, argv
-+#ifdef WITH_SYNCTEX
-+      , synctex_editor
-+#endif
- #ifdef GDK_WINDOWING_X11
--      plugin_path, argv, synctex_editor, embed);
--#else
--      plugin_path, argv, synctex_editor);
-+      , embed
- #endif
-+      );
-   if (zathura == NULL) {
-     girara_error("Could not initialize zathura.");
-     return -1;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zathura.git/commitdiff/952f5978ef0caab280f55eb023c199c411f29b3f



More information about the pld-cvs-commit mailing list