summaryrefslogtreecommitdiff
path: root/libre/p7zip
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-11 18:05:35 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-11 18:05:35 -0200
commit4b75a674a4630c231ea4e653dfef6ce71611438c (patch)
tree9b68a1e7b9195ccd9fafb9c7a30c31e821a29d2a /libre/p7zip
parent3479a1c815d86aad958b36d0625a198d94b24d2c (diff)
downloadabslibre-4b75a674a4630c231ea4e653dfef6ce71611438c.tar.gz
abslibre-4b75a674a4630c231ea4e653dfef6ce71611438c.tar.bz2
abslibre-4b75a674a4630c231ea4e653dfef6ce71611438c.zip
p7zip-9.38-2.parabola1: fix FS#43766 -> https://bugs.archlinux.org/task/43766
Diffstat (limited to 'libre/p7zip')
-rw-r--r--libre/p7zip/PKGBUILD6
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
}