summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2016-11-21 17:33:00 -0800
committerUncle Hunto2016-11-21 17:33:00 -0800
commitc4188a7051f6d914f0e9a9e1d47333374605e755 (patch)
tree06912b6b2c7f91041e0ce5782ab54088c87adf5d
parent86c78f0ecf511709303c2382e4cdeb2dbd89065e (diff)
downloadaur-c4188a7051f6d914f0e9a9e1d47333374605e755.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 76f140b1e05a..b05231505532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Nov 21 08:57:00 UTC 2016
+# Tue Nov 22 01:32:52 UTC 2016
pkgbase = peazip-gtk2-build
pkgdesc = Free GTK2 cross-platform file archiver (compiles from source)
pkgver = 6.2.0
diff --git a/PKGBUILD b/PKGBUILD
index 0c6a0eebe5dd..4d780ed26cd5 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=gtk2 --build-all project_pea.lpi && [ -f pea ]
- lazbuild --widgetset=gtk2 --build-all project_gwrap.lpi && [ -f pealauncher ]
- lazbuild --widgetset=gtk2 --build-all project_peach.lpi && [ -f peazip ]
+ lazbuild --lazarusdir=/usr/lib/lazarus --widgetset=gtk2 --build-all project_pea.lpi && [ -f pea ]
+ lazbuild --lazarusdir=/usr/lib/lazarus --widgetset=gtk2 --build-all project_gwrap.lpi && [ -f pealauncher ]
+ lazbuild --lazarusdir=/usr/lib/lazarus --widgetset=gtk2 --build-all project_peach.lpi && [ -f peazip ]
icotool -x -w 256 "./res/icons/PeaZip.ico" -o "$srcdir/peazip-$pkgver.src/peazip.png"
}