summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-11 15:51:15 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-11 15:51:15 -0300
commite257f7d82af719c77e377794f523243ba3dbf5d0 (patch)
treedd443a7aa3642609a259b9227b0bbf56c22b9248 /libre
parentc00dd43b783c539c31a5cb35580203f5067841c0 (diff)
xarchiver-libre-0.5.2-5: adding ununrar support
Diffstat (limited to 'libre')
-rw-r--r--libre/xarchiver-libre/PKGBUILD7
-rw-r--r--libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch1
-rw-r--r--libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch1
-rw-r--r--libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch1
4 files changed, 4 insertions, 6 deletions
diff --git a/libre/xarchiver-libre/PKGBUILD b/libre/xarchiver-libre/PKGBUILD
index 001873ad3..87d775d4e 100644
--- a/libre/xarchiver-libre/PKGBUILD
+++ b/libre/xarchiver-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 121261 2011-04-29 22:06:13Z andyrtr $
+# $Id: PKGBUILD 154769 2012-03-30 16:45:24Z pierre $
# Maintainer: Alexander Fehr <pizzapunk gmail com>
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
_pkgname=xarchiver
pkgname=xarchiver-libre
pkgver=0.5.2
-pkgrel=4
+pkgrel=5
pkgdesc="GTK+ frontend to various command line archivers"
arch=('i686' 'x86_64')
url="http://xarchiver.sourceforge.net"
@@ -21,10 +21,11 @@ optdepends=('tar: TAR support'
'bzip2: BZIP2 support'
'zip: ZIP support'
'unzip: ZIP support'
+ 'ununrar: RAR support'
'p7zip: 7z support'
'arj: ARJ support'
'lha: LHA support'
- 'lzma-utils: LZMA support'
+ 'xz: LZMA support'
'lzop: LZOP support')
options=('!libtool')
install=xarchiver.install
diff --git a/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch b/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch
index ad5b51b59..f7ff098c0 100644
--- a/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch
+++ b/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch
@@ -108,4 +108,3 @@ diff -Nur xarchiver-0.5.2.orig/src/7zip.c xarchiver-0.5.2/src/7zip.c
entry = xa_set_archive_entries_for_each_row (archive,filename,item);
g_free(filename);
}
-
diff --git a/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch b/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch
index bd6df9731..d962a44af 100644
--- a/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch
+++ b/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch
@@ -82,4 +82,3 @@ diff -up ./src/rpm.c.rpm2cpio ./src/rpm.c
list = NULL;
list = g_slist_append(list,command);
result = xa_run_command (archive,list);
-
diff --git a/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch b/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch
index ab907419d..e29d40c41 100644
--- a/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch
+++ b/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch
@@ -13,4 +13,3 @@ diff -pur xarchiver-0.5.2/src/open-with-dlg.c xarchiver-0.5.2.new/src/open-with-
gtk_tree_model_get(model,&iter,2,&exec,-1);
gtk_entry_set_text(GTK_ENTRY(data->custom_command_entry),exec);
-