summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2016-11-21 17:31:00 -0800
committerUncle Hunto2016-11-21 17:31:00 -0800
commit42a1599c7d1a641e7652f7dbde68508295922085 (patch)
tree45f3e321dae903327b815bb4fb79c8740140c7e3
parenta38c1e3c093ba5bfa819450c9b1546bae55b2d21 (diff)
downloadaur-42a1599c7d1a641e7652f7dbde68508295922085.tar.gz
Specify Arch lazarus directory location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bbfb2ea9ca9..a8820caadf74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Nov 21 09:09:21 UTC 2016
+# Tue Nov 22 01:30:08 UTC 2016
pkgbase = peazip-qt-build
pkgdesc = Free cross-platform file archiver (compiles from source)
pkgver = 6.2.0
diff --git a/PKGBUILD b/PKGBUILD
index 4b266f797c58..f5bedec52a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,9 +24,9 @@ sha512sums=('66a0617d8fce1b991f5fa7640d489b1f3fbb488c284551c4cfd275f4d66116f2f12
build() {
cp -Rf "$srcdir/res" "$srcdir/peazip-$pkgver.src"
cd "$srcdir/peazip-$pkgver.src"
- lazbuild --widgetset=qt --build-all project_pea.lpi && [ -f pea ]
- lazbuild --widgetset=qt --build-all project_gwrap.lpi && [ -f pealauncher ]
- lazbuild --widgetset=qt --build-all project_peach.lpi && [ -f peazip ]
+ lazbuild --lazarusdir=/usr/lib/lazarus --widgetset=qt --build-all project_pea.lpi && [ -f pea ]
+ lazbuild --lazarusdir=/usr/lib/lazarus --widgetset=qt --build-all project_gwrap.lpi && [ -f pealauncher ]
+ lazbuild --lazarusdir=/usr/lib/lazarus --widgetset=qt --build-all project_peach.lpi && [ -f peazip ]
icotool -x -w 256 "./res/icons/PeaZip.ico" -o "$srcdir/peazip-$pkgver.src/peazip.png"
}