summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2015-12-15 16:27:51 +0100
committerTomasz Maciej Nowak2015-12-15 16:27:51 +0100
commit134e795abe21662c5a843c983bf3321e7eb9e80b (patch)
tree90aa5603f34ec40b840902dfd18a955e57167f4f
parentdab610654bbfbfafeadc427c582bd35ee6e0a60b (diff)
downloadaur-134e795abe21662c5a843c983bf3321e7eb9e80b.tar.gz
change make target
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d4e402b4d7..48f65a268411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 06:21:34 UTC 2015
+# Tue Dec 15 15:27:25 UTC 2015
pkgbase = p7zip-gui
pkgdesc = Graphic user interface (alpha quality) for the 7zip file archiver
pkgver = 9.38.1
- pkgrel = 1
+ pkgrel = 2
url = http://p7zip.sourceforge.net/
install = p7zip-gui.install
arch = i686
arch = x86_64
license = GPL
license = custom
+ makedepends = webkitgtk2
depends = p7zip
depends = gcc-libs
depends = sh
diff --git a/PKGBUILD b/PKGBUILD
index 390c9fb0da90..1d109b4c0a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,14 @@
pkgname=p7zip-gui
_srcname=p7zip
pkgver=9.38.1
-pkgrel=1
+pkgrel=2
pkgdesc='Graphic user interface (alpha quality) for the 7zip file archiver'
url='http://p7zip.sourceforge.net/'
license=('GPL' 'custom')
arch=('i686' 'x86_64')
depends=('p7zip' 'gcc-libs' 'sh' 'wxgtk')
optdepends=('desktop-file-utils: desktop entries')
+makedepends=('webkitgtk2')
makedepends_i686=('nasm')
makedepends_x86_64=('yasm')
options=(!makeflags)
@@ -41,7 +42,7 @@ prepare() {
build() {
cd "${srcdir}/${_srcname}_${pkgver}"
- make all4 OPTFLAGS="${CFLAGS}"
+ make 7zFM 7zG OPTFLAGS="${CFLAGS}"
}
package() {
@@ -52,7 +53,7 @@ package() {
DEST_MAN="/usr/share/man"
# remove files provided by p7zip package
- rm -fR "${pkgdir}/"{usr/bin,usr/lib/p7zip}/{7z,7za,7zr,7z.so,7zCon.sfx,Codecs}
+ rm -fR "${pkgdir}/usr/lib/p7zip/"{7z.so,Codecs}
rm -R "${pkgdir}/usr/share/"{doc,man}
install -Dm644 GUI/p7zip_32.png "${pkgdir}/usr/share/icons/hicolor/32x32/apps/p7zip.png"