[arch-commits] Commit in p7zip/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Mon Jan 6 19:32:24 UTC 2014
Date: Monday, January 6, 2014 @ 20:32:24
Author: bpiotrowski
Revision: 203246
upgpkg: p7zip 9.20.1-9
rebuild against wxgtk 3.0.0
Modified:
p7zip/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-06 16:21:18 UTC (rev 203245)
+++ PKGBUILD 2014-01-06 19:32:24 UTC (rev 203246)
@@ -7,15 +7,15 @@
pkgname=p7zip
pkgver=9.20.1
-pkgrel=8
+pkgrel=9
pkgdesc='Command-line version of the 7zip compressed file archiver'
url='http://p7zip.sourceforge.net/'
license=('GPL' 'custom')
arch=('i686' 'x86_64')
depends=('gcc-libs' 'bash')
-optdepends=('wxgtk: GUI'
+optdepends=('wxgtk2.8: GUI'
'desktop-file-utils: desktop entries')
-makedepends=('yasm' 'nasm' 'wxgtk')
+makedepends=('yasm' 'nasm' 'wxgtk2.8')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2"
'7zFM.desktop')
sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7'
@@ -30,6 +30,9 @@
[[ $CARCH = x86_64 ]] \
&& cp makefile.linux_amd64_asm makefile.machine \
|| cp makefile.linux_x86_asm_gcc_4.X makefile.machine
+
+ sed -i 's/wx-config/wx-config-2.8/g' CPP/7zip/TEST/TestUI/makefile \
+ CPP/7zip/UI/{FileManager,GUI,P7ZIP}/makefile
}
build() {
More information about the arch-commits
mailing list