From 4a86785e86d8f092427bea15711d550713fc643a Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 24 Sep 2018 13:27:07 -0500 Subject: xarchiver-0.5.4.13-1.parabola1: updating version --- libre/xarchiver/PKGBUILD | 10 +++++----- libre/xarchiver/libre.patch | 31 +++++++++++++++---------------- 2 files changed, 20 insertions(+), 21 deletions(-) (limited to 'libre/xarchiver') diff --git a/libre/xarchiver/PKGBUILD b/libre/xarchiver/PKGBUILD index 0c7ca6fa9..c565f18b1 100644 --- a/libre/xarchiver/PKGBUILD +++ b/libre/xarchiver/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 212497 2017-02-15 05:21:07Z bgyorgy $ # Maintainer (Arch): Balló György # Contributor (Arch): Alexander Fehr # Contributor (Arch): Andrew Simmons @@ -7,7 +6,7 @@ pkgbase=xarchiver pkgname=(xarchiver xarchiver-gtk2) -pkgver=0.5.4.12 +pkgver=0.5.4.13 pkgrel=1.parabola1 pkgdesc="GTK+ frontend to various command line archivers, without nonfree unrar support" arch=('i686' 'x86_64' 'armv7h') @@ -30,11 +29,12 @@ optdepends=('arj: ARJ support' 'unarchiver: RAR support' 'unzip: ZIP support' 'xz: xz support' - 'zip: ZIP support') + 'zip: ZIP support' + 'zstd: zstd support') source=($pkgbase-$pkgver.tar.gz::https://github.com/ib/xarchiver/archive/$pkgver.tar.gz libre.patch) -sha256sums=('62885813edce274055e8fccd3f360b61a74a3b0e4854080201638fd1f3306370' - '285bbabbd88e94e4645582969cea9628a71c395278bc8e0e20e6aab93bbe609d') +sha256sums=('617154435731554b793ab00cc373d957c066dc29444c6189029299a89430776c' + 'b0b1c728bca6ad485495edf6dd35d1375deed4364a81a2ef1d0cf9a0422ee248') prepare() { cd $pkgbase-$pkgver diff --git a/libre/xarchiver/libre.patch b/libre/xarchiver/libre.patch index a55f5608b..2f4998e62 100644 --- a/libre/xarchiver/libre.patch +++ b/libre/xarchiver/libre.patch @@ -1,5 +1,5 @@ ---- xarchiver-0.5.4.11.orig/doc/html/ch03s03.html 2017-06-29 04:31:35.000000000 -0500 -+++ xarchiver-0.5.4.11/doc/html/ch03s03.html 2017-07-01 17:29:41.106032619 -0500 +--- xarchiver-0.5.4.13.orig/doc/html/ch03s03.html 2018-03-13 05:22:11.000000000 -0500 ++++ xarchiver-0.5.4.13/doc/html/ch03s03.html 2018-09-24 13:12:48.570163585 -0500 @@ -1,6 +1,6 @@ General

General

Startup

@@ -8,9 +8,9 @@

How it works

Xarchiver will run in the background the command line executable of the archiver with the archiver's proper switches to perform the selected operation. If something goes wrong Xarchiver reports the full output of the archiver executable in the command line output window. Starting with release 0.5 the files in the archive can be opened within Xarchiver. The script xdg-open will detect the file type and run the proper application to handle it. If you don't have such script installed in your system (it's found in the xdg-utils package) Xarchiver will recognize HTML, txt and images files only. The Preferences dialog will notify this to you when you click the Advanced section inside it.

Drag and Drop

---- xarchiver-0.5.4.11.orig/doc/xarchiver.docbook 2017-06-29 04:31:35.000000000 -0500 -+++ xarchiver-0.5.4.11/doc/xarchiver.docbook 2017-07-01 17:30:53.425963956 -0500 -@@ -287,7 +287,7 @@ +--- xarchiver-0.5.4.13.orig/doc/xarchiver.docbook 2018-03-13 05:22:11.000000000 -0500 ++++ xarchiver-0.5.4.13/doc/xarchiver.docbook 2018-09-24 13:12:48.570163585 -0500 +@@ -305,7 +305,7 @@

Startup @@ -19,9 +19,9 @@
---- xarchiver-0.5.4.11.orig/src/main.c 2017-06-29 04:31:35.000000000 -0500 -+++ xarchiver-0.5.4.11/src/main.c 2017-07-01 17:31:29.104285615 -0500 -@@ -544,8 +544,6 @@ +--- xarchiver-0.5.4.13.orig/src/main.c 2018-03-13 05:22:11.000000000 -0500 ++++ xarchiver-0.5.4.13/src/main.c 2018-09-24 13:12:48.570163585 -0500 +@@ -583,8 +583,6 @@ if (path) archiver[type].is_compressor = TRUE; @@ -30,8 +30,8 @@ standard = (path != NULL); ---- xarchiver-0.5.4.11.orig/src/rar.c 2017-06-29 04:31:35.000000000 -0500 -+++ xarchiver-0.5.4.11/src/rar.c 2017-07-01 17:32:00.799461311 -0500 +--- xarchiver-0.5.4.13.orig/src/rar.c 2018-03-13 05:22:11.000000000 -0500 ++++ xarchiver-0.5.4.13/src/rar.c 2018-09-24 13:12:48.570163585 -0500 @@ -35,8 +35,7 @@ g_spawn_command_line_sync(path, &output, NULL, NULL, NULL); @@ -42,13 +42,12 @@ rar_version = 5; g_free(output); ---- xarchiver-0.5.4.11.orig/xarchiver.desktop.in 2017-06-29 04:31:35.000000000 -0500 -+++ xarchiver-0.5.4.11/xarchiver.desktop.in 2017-07-01 17:32:41.894194844 -0500 +--- xarchiver-0.5.4.13.orig/xarchiver.desktop.in 2018-03-13 05:22:11.000000000 -0500 ++++ xarchiver-0.5.4.13/xarchiver.desktop.in 2018-09-24 13:06:59.326027230 -0500 @@ -9,5 +9,5 @@ StartupNotify=true Terminal=false Categories=GTK;Archiving;Compression;Utility; --_Keywords=GTK;archiver;archiving;compression;front end;frontend;7-zip;7z;7za;7zip;7zr;ar;arj;bunzip2;bz2;bzip2;compress;cpio;deb;epub;gtar;gunzip;gz;gzip;jar;lha;lrz;lrzip;lsar;lz;lz4;lzh;lzip;lzma;lzo;lzop;oxt;rar;rar4;rar5;rpm;tar;unar;unarchiver;unarj;unrar;unzip;xpi;xz;zip;zst;Zstandard;zstd; -+_Keywords=GTK;archiver;archiving;compression;front end;frontend;7-zip;7z;7za;7zip;7zr;ar;arj;bunzip2;bz2;bzip2;compress;cpio;deb;epub;gtar;gunzip;gz;gzip;jar;lha;lrz;lrzip;lsar;lz;lz4;lzh;lzip;lzma;lzo;lzop;oxt;rar;rar4;rar5;rpm;tar;unar;unarchiver;unarj;unzip;xpi;xz;zip;zst;Zstandard;zstd; - MimeType=application/epub+zip;application/gzip;application/vnd.debian.binary-package;application/vnd.openofficeorg.extension;application/vnd.rar;application/x-7z-compressed;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-cpio-compressed;application/x-java-archive;application/x-lha;application/x-lrzip;application/x-lrzip-compressed-tar;application/x-lz4;application/x-lz4-compressed-tar;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-rar;application/x-rpm;application/x-source-rpm;application/x-tar;application/x-tarz;application/x-tzo;application/x-xpinstall;application/x-xz;application/x-xz-compressed-tar;application/zip; - +-_Keywords=GTK;android;archiver;archiving;compression;front end;frontend;7-zip;7z;7za;7zip;7zr;apk;ar;arj;bunzip2;bz2;bzip2;compress;cpio;deb;epub;gtar;gunzip;gz;gzip;jar;lha;lrz;lrzip;lsar;lz;lz4;lzh;lzip;lzma;lzo;lzop;oxt;rar;rar4;rar5;rpm;tar;unar;unarchiver;unarj;unrar;unzip;xpi;xz;zip;zst;Zstandard;zstd; ++_Keywords=GTK;android;archiver;archiving;compression;front end;frontend;7-zip;7z;7za;7zip;7zr;apk;ar;arj;bunzip2;bz2;bzip2;compress;cpio;deb;epub;gtar;gunzip;gz;gzip;jar;lha;lrz;lrzip;lsar;lz;lz4;lzh;lzip;lzma;lzo;lzop;oxt;rar;rar4;rar5;rpm;tar;unar;unarchiver;unarj;unzip;xpi;xz;zip;zst;Zstandard;zstd; + MimeType=application/epub+zip;application/gzip;application/vnd.android.package-archive;application/vnd.debian.binary-package;application/vnd.openofficeorg.extension;application/vnd.rar;application/x-7z-compressed;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-cpio-compressed;application/x-java-archive;application/x-lha;application/x-lrzip;application/x-lrzip-compressed-tar;application/x-lz4;application/x-lz4-compressed-tar;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-rar;application/x-rpm;application/x-source-rpm;application/x-tar;application/x-tarz;application/x-tzo;application/x-xpinstall;application/x-xz;application/x-xz-compressed-tar;application/zip; -- cgit v1.2.3