summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:41:05 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:41:05 -0300
commit0d18015803bebeb58911bf791653597291056095 (patch)
treedf21e7972fd9d4555942dbad0bde22066ebf95f3 /community/zathura
parent2f352ca8b911d96566b10adc049f76a552ab93aa (diff)
parent3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/keysafe/PKGBUILD community/lesspipe/PKGBUILD community/xchat-systray-integration/PKGBUILD core/gen-init-cpio/PKGBUILD extra/xarchiver/PKGBUILD
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;