summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-08-20 23:39:49 -0300
committerDavid P <megver83@parabola.nu>2018-08-20 23:39:49 -0300
commit6b9efe323976c188e9d70582bc3417124368fbb2 (patch)
tree833295e45d82479ea742d008ed0bb2b826d5c87c
parent4307c2b1cdb299cd12403f499cb3fde70781bd1e (diff)
Remove unar in favor of Arch's unarchiver
Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r--libre/unar/PKGBUILD52
-rw-r--r--libre/unar/native_obj_exceptions.patch22
2 files changed, 0 insertions, 74 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD
deleted file mode 100644
index 8e4e9a818..000000000
--- a/libre/unar/PKGBUILD
+++ /dev/null
@@ -1,52 +0,0 @@
-# Maintainer (Arch): Anatol Pomozov <anatol.pomozov@gmail.com>
-# Contributor (Arch): Cedric Girard <girard.cedric@gmail.com>
-# Contributor (Arch): N30N <archlinux@alunamation.com>
-# Maintainer: Andreas Grapentin <andreas@grapentin.org>
-# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
-# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
-
-pkgname=unar
-pkgver=1.10.1
-_commit=1534a5cf6900
-pkgrel=9
-pkgdesc="unar and lsar: Objective-C tools for uncompressing archive files"
-arch=(x86_64)
-arch+=(i686 armv7h)
-url="http://unarchiver.c3.cx/"
-license=('LGPL2.1')
-depends=(gnustep-base openssl bzip2 icu gcc-libs zlib)
-depends+=('icu>=62' 'icu<63')
-makedepends=(gcc-objc gnustep-make)
-replaces=(unarchiver unrar)
-conflicts=(unarchiver unrar)
-provides=(unarchiver unrar)
-source=("https://bitbucket.org/kosovan/theunarchiver/get/unar-${pkgver}.tar.gz"
- "native_obj_exceptions.patch")
-sha1sums=('d7dac2b1786e63787dbea74030ecdf8c425de730'
- 'b8024026607dc2de758479b73d8b01ca6f692b59')
-
-prepare(){
- cd "$srcdir/kosovan-theunarchiver-${_commit}"
-
- patch -p1 < ../native_obj_exceptions.patch
-}
-
-build() {
- cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
-
- . /usr/share/GNUstep/Makefiles/GNUstep.sh
- make -f Makefile.linux
-}
-
-package() {
- cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
- install -d "$pkgdir/usr/bin/"
- install -m755 unar lsar "$pkgdir/usr/bin/"
-
- cd "$srcdir/kosovan-theunarchiver-${_commit}/Extra"
- install -d "$pkgdir/usr/share/man/man1"
- install -m644 lsar.1 unar.1 "$pkgdir/usr/share/man/man1/"
- install -d "$pkgdir/usr/share/bash-completion/completions/"
- install -m644 unar.bash_completion "$pkgdir/usr/share/bash-completion/completions/unar"
- install -m644 lsar.bash_completion "$pkgdir/usr/share/bash-completion/completions/lsar"
-}
diff --git a/libre/unar/native_obj_exceptions.patch b/libre/unar/native_obj_exceptions.patch
deleted file mode 100644
index 9c84918b2..000000000
--- a/libre/unar/native_obj_exceptions.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur The Unarchiver/UniversalDetector/Makefile.linux The Unarchiver_patched/UniversalDetector/Makefile.linux
---- The Unarchiver/UniversalDetector/Makefile.linux 2011-04-27 03:32:21.000000000 +0200
-+++ The Unarchiver_patched/UniversalDetector/Makefile.linux 2011-12-22 10:48:32.138621163 +0100
-@@ -16,7 +16,6 @@
-
- GNUSTEP_OPTS = -DGNUSTEP \
- -DGNU_RUNTIME=1 \
-- -D_NATIVE_OBJC_EXCEPTIONS \
- -fgnu-runtime \
- -fexceptions \
- -fobjc-exceptions \
-diff -Naur The Unarchiver/XADMaster/Makefile.linux The Unarchiver_patched/XADMaster/Makefile.linux
---- The Unarchiver/XADMaster/Makefile.linux 2011-04-27 03:32:21.000000000 +0200
-+++ The Unarchiver_patched/XADMaster/Makefile.linux 2011-12-22 10:48:15.488721721 +0100
-@@ -16,7 +16,6 @@
-
- GNUSTEP_OPTS = -DGNUSTEP \
- -DGNU_RUNTIME=1 \
-- -D_NATIVE_OBJC_EXCEPTIONS \
- -fgnu-runtime \
- -fexceptions \
- -fobjc-exceptions \