summaryrefslogtreecommitdiff
path: root/libre/xarchiver-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/xarchiver-libre/PKGBUILD')
-rw-r--r--libre/xarchiver-libre/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/xarchiver-libre/PKGBUILD b/libre/xarchiver-libre/PKGBUILD
index a718b8252..bec42c1a7 100644
--- a/libre/xarchiver-libre/PKGBUILD
+++ b/libre/xarchiver-libre/PKGBUILD
@@ -7,8 +7,8 @@
_pkgname=xarchiver
pkgname=xarchiver-libre
pkgver=0.5.3
-pkgrel=1
-pkgdesc="GTK+ frontend to various command line archivers, with unar support"
+pkgrel=1.1
+pkgdesc="GTK+ frontend to various command line archivers, without nonfree unrar support"
arch=('i686' 'x86_64' 'mips64el')
url="http://xarchiver.sourceforge.net/"
license=('GPL')
@@ -22,21 +22,20 @@ optdepends=('zip: ZIP support'
'p7zip: 7z support'
'arj: ARJ support'
'lzop: LZOP support'
- 'cpio: RPM support'
- 'unar: RAR support')
+ 'cpio: RPM support')
install=xarchiver.install
source=(http://downloads.sourceforge.net/xarchiver/xarchiver-$pkgver.tar.bz2
xarchiver-0.5.3-fix-rpm-support.patch
xarchiver-0.5.3-fix-double-escaping.patch
xarchiver-0.5.3-fix-password-protected.patch
xarchiver-0.5.3-add-mime-types.patch
- xarchiver-0.5.3-add-unar-support.patch)
+ xarchiver-0.5.3-remove-nonfree-rar-support.patch)
md5sums=('fd390bbd2df76a5f8a007bdeae82d4aa'
'812b93339f5e3332621f3c5abebfe277'
'6178d7ab679b761469c880a8db991907'
'35ab96d98521a0a36f3e9e9ec0969107'
'f9119f5290caa195a56b7d3c63d9137d'
- '5f0b21efd0159d41f207e664b72210b8')
+ '6ba9f6a6dd9685d8309bd9ed4df1f339')
prepare() {
cd $_pkgname-$pkgver
@@ -53,8 +52,9 @@ prepare() {
# Add more MIME types in the desktop file
patch -Np1 -i ../xarchiver-0.5.3-add-mime-types.patch
- # Add unar support
- patch -Np1 -i ../xarchiver-0.5.3-add-unar-support.patch
+ # Remove nonfree unRAR support
+ patch -Np1 -i ../xarchiver-0.5.3-remove-nonfree-unrar-support.patch
+ rm -v src/rar.{c,h}
}
build() {