summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-20 14:44:01 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-20 14:44:01 +0000
commit3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (patch)
tree78f3c7f0776ff0be3c22bb7744a82c47d9f62cfc /community/zathura
parent94e3eb45cd3402cbc5efd70ae725e8d48ed696af (diff)
Wed Jul 20 14:43:57 UTC 2011
Diffstat (limited to 'community/zathura')
-rw-r--r--community/zathura/zathura-poppler-0.16.patch13
-rw-r--r--community/zathura/zathura.desktop8
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;