diff options
Diffstat (limited to 'libre/p7zip/PKGBUILD')
-rw-r--r-- | libre/p7zip/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
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 <thayer@archlinux.org> # Contributor (Arch): Hugo Doria <hugo@archlinux.org> # Contributor (Arch): TuxSpirit<tuxspirit@archlinux.fr> 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 } |