diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-08 12:25:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-08 12:25:25 -0300 |
commit | d109aa878409f2797f76fd4dcf810b3d4ef5e2ef (patch) | |
tree | 9f40c91874c4c71d3885685d4d027d1c16102f65 /libre/p7zip | |
parent | 62b056269c558c0f43fda0d5ecb4cf2c904ed60c (diff) | |
download | abslibre-d109aa878409f2797f76fd4dcf810b3d4ef5e2ef.tar.gz abslibre-d109aa878409f2797f76fd4dcf810b3d4ef5e2ef.tar.bz2 abslibre-d109aa878409f2797f76fd4dcf810b3d4ef5e2ef.zip |
p7zip-16.02-2.parabola1: remove documentation for the GUI file manager - FS#49303 -> https://bugs.archlinux.org/task/49303
Diffstat (limited to 'libre/p7zip')
-rw-r--r-- | libre/p7zip/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/p7zip/PKGBUILD b/libre/p7zip/PKGBUILD index b7ffe6201..eb4ff80be 100644 --- a/libre/p7zip/PKGBUILD +++ b/libre/p7zip/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 271943 2016-07-16 13:04:22Z foutrelis $ +# $Id: PKGBUILD 273435 2016-08-07 08:39:24Z foutrelis $ # Maintainer (Arch): Evangelos Foutras <evangelos@foutrelis.com> # Contributor (Arch): Gaetan Bisson <bisson@archlinux.org> # Contributor (Arch): Thayer Williams <thayer@archlinux.org> @@ -10,7 +10,7 @@ _pkgname=p7zip-libre pkgname=p7zip pkgver=16.02 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Command-line file archiver with high compression ratio" arch=('i686' 'x86_64' 'armv7h') url="http://p7zip.sourceforge.net/" @@ -53,7 +53,7 @@ prepare() { cp makefile.linux_any_cpu_gcc_4.X makefile.machine fi - # remove rar and parent folder icon references + # Remove RAR and parent folder icon references patch -Np1 -i ../libre.patch } @@ -70,6 +70,9 @@ package() { DEST_HOME=/usr \ DEST_MAN=/usr/share/man + # Remove documentation for the GUI file manager + rm -r "$pkgdir/usr/share/doc/p7zip/DOC/MANUAL/fm" + install -d "${pkgdir}"/usr/share/licenses/p7zip ln -s -t "$pkgdir/usr/share/licenses/p7zip/" \ /usr/share/doc/p7zip/DOC/License.txt |