summaryrefslogtreecommitdiff
path: root/libre/spacefm-libre/libre.patch
diff options
context:
space:
mode:
authorAurélien DESBRIÈRES <aurelien@hackers.camp>2014-06-20 08:05:48 +0200
committerAurélien DESBRIÈRES <aurelien@hackers.camp>2014-06-20 08:05:48 +0200
commit9cbd09c3ed3e4eae8919c0bc1d7b79e93d296f72 (patch)
tree30ae82810762d01737335a0f66d3003108358d1f /libre/spacefm-libre/libre.patch
parenta396f6ea95a7c288e02ef627407a27904831ad03 (diff)
parente346af8e82b0171f06d0923a9e8026276015bb29 (diff)
downloadabslibre-9cbd09c3ed3e4eae8919c0bc1d7b79e93d296f72.tar.gz
abslibre-9cbd09c3ed3e4eae8919c0bc1d7b79e93d296f72.tar.bz2
abslibre-9cbd09c3ed3e4eae8919c0bc1d7b79e93d296f72.zip
Merge branch 'master' of ssh://parabola-git/srv/git/abslibre/abslibre
Diffstat (limited to 'libre/spacefm-libre/libre.patch')
-rw-r--r--libre/spacefm-libre/libre.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/spacefm-libre/libre.patch b/libre/spacefm-libre/libre.patch
new file mode 100644
index 000000000..82d51f705
--- /dev/null
+++ b/libre/spacefm-libre/libre.patch
@@ -0,0 +1,24 @@
+From 4605df33f85e5dbd4cc0238b9d289ff73601d898 Mon Sep 17 00:00:00 2001
+From: Edison Ibañez <arkhan.xxx@gmail.com>
+Date: mar, 20 may 2014 10:27:55 -0500
+Subject: [PATCH] replace nonfree unrar with unar support
+
+
+diff --git a/src/ptk/ptk-file-archiver.c b/src/ptk/ptk-file-archiver.c
+index ec9fbd7..55648d2 100644
+--- a/src/ptk/ptk-file-archiver.c
++++ b/src/ptk/ptk-file-archiver.c
+@@ -80,8 +80,8 @@ const ArchiveHandler handlers[]=
+ {
+ "application/x-rar",
+ "rar a -r %o",
+- "unrar -o- x",
+- "unrar lt",
++ "unar -D ",
++ "unar -D ",
+ ".rar", "arc_rar", TRUE
+ },
+ {
+--
+Gitg
+