diff options
Diffstat (limited to 'community/zathura')
-rw-r--r-- | community/zathura/zathura-poppler-0.16.patch | 13 | ||||
-rw-r--r-- | community/zathura/zathura.desktop | 8 |
2 files changed, 0 insertions, 21 deletions
diff --git a/community/zathura/zathura-poppler-0.16.patch b/community/zathura/zathura-poppler-0.16.patch deleted file mode 100644 index 79c22bb28..000000000 --- a/community/zathura/zathura-poppler-0.16.patch +++ /dev/null @@ -1,13 +0,0 @@ -patch that fixes poppler-0.16 compatibility - -http://pkgs.fedoraproject.org/gitweb/?p=zathura.git;a=blob;f=zathura-0.0.8.1-poppler-0.15-fix.patch;h=1e586b3cca2be43c7f70c7c2532ea4b2371892e8;hb=master ---- zathura-0.0.8.1/zathura.c.poppler15 -+++ zathura-0.0.8.1/zathura.c -@@ -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); diff --git a/community/zathura/zathura.desktop b/community/zathura/zathura.desktop deleted file mode 100644 index 9dea21e75..000000000 --- a/community/zathura/zathura.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=Zathura -Comment=A minimalistic PDF viewer -Exec=zathura -Terminal=false -Type=Application -Categories=Office; -MimeType=application/pdf; |