Drop patch for poppler >= 0.15 (no longer needed) Run update-mime-database in %post and %postunepel9
parent
3d531024b4
commit
1f98054f20
@ -1,2 +1,3 @@
|
||||
zathura-0.0.8.1.tar.gz
|
||||
/zathura-0.0.8.2.tar.gz
|
||||
/zathura-0.0.8.3.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
b63750f8993e0f139162101a19576981 zathura-0.0.8.2.tar.gz
|
||||
95b1d02593e7055f08da3825ad54954d zathura-0.0.8.3.tar.gz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up zathura-0.0.8.1/zathura.c.poppler15 zathura-0.0.8.1/zathura.c
|
||||
--- zathura-0.0.8.1/zathura.c.poppler15 2010-10-06 16:35:44.966101001 -0400
|
||||
+++ zathura-0.0.8.1/zathura.c 2010-10-06 16:35:58.124101001 -0400
|
||||
@@ -4300,7 +4300,7 @@ cb_view_button_release(GtkWidget* widget
|
||||
|
||||
/* get selected text */
|
||||
g_static_mutex_lock(&(Zathura.Lock.pdflib_lock));
|
||||
- char* selected_text = poppler_page_get_text(
|
||||
+ char* selected_text = poppler_page_get_selected_text(
|
||||
Zathura.PDF.pages[Zathura.PDF.page_number]->page,SELECTION_STYLE,
|
||||
&rectangle);
|
||||
|
Loading…
Reference in new issue