From 4b75a674a4630c231ea4e653dfef6ce71611438c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 11 Feb 2015 18:05:35 -0200 Subject: p7zip-9.38-2.parabola1: fix FS#43766 -> https://bugs.archlinux.org/task/43766 --- libre/p7zip/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libre/p7zip/PKGBUILD') diff --git a/libre/p7zip/PKGBUILD b/libre/p7zip/PKGBUILD index 5c699e2bc..a80d67a36 100644 --- a/libre/p7zip/PKGBUILD +++ b/libre/p7zip/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 231209 2015-02-09 23:18:55Z bisson $ +# $Id: PKGBUILD 231299 2015-02-11 16:16:56Z bisson $ # Contributor (Arch): Thayer Williams # Contributor (Arch): Hugo Doria # Contributor (Arch): TuxSpirit 2007/11/17 21:22:36 UTC @@ -9,7 +9,7 @@ _pkgname=p7zip-libre pkgname=p7zip pkgver=9.38 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc='Command-line version of the 7zip compressed file archiver, without nonfree decompression engine for RAR archives' url='http://p7zip.sourceforge.net/' license=('GPL') @@ -57,6 +57,8 @@ prepare() { patch -p1 -i ../osversion.patch sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend + rm GUI/kde4/p7zip_compress.desktop # FS#43766 + # remove rar and parent folder icon references patch -Np1 -i ../libre.patch } -- cgit v1.2.3-54-g00ecf