[arch-commits] Commit in moneymanagerex/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Mar 25 22:02:42 UTC 2019
Date: Monday, March 25, 2019 @ 22:02:41
Author: arojas
Revision: 443500
wxgtk 3.1 rebuild
Modified:
moneymanagerex/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-25 21:56:30 UTC (rev 443499)
+++ PKGBUILD 2019-03-25 22:02:41 UTC (rev 443500)
@@ -3,7 +3,7 @@
pkgname=moneymanagerex
pkgver=1.3.3
-pkgrel=3
+pkgrel=4
pkgdesc="An easy-to-use personal finance suite"
arch=('x86_64')
url="http://www.moneymanagerex.org/"
@@ -18,11 +18,16 @@
cd "${srcdir}"/$pkgname
git submodule update --init
+
+ # Fix build with wxgtk 3.1
+ git cherry-pick -n 47acc00d5355aacb1f15654c4c4ebb7080a6710f
+ git cherry-pick -n f23f4b027f839f3b8a9a3cd21034d2e4d9c6b7d9
}
build() {
cd "${srcdir}"/$pkgname
+ export LDFLAGS+=" -lwx_gtk3u_webview-3.1" # Fix build with wxgtk 3.1
./configure --prefix=/usr --disable-shared --enable-unicode --with-wx-config=/usr/bin/wx-config-gtk3
make
make po
More information about the arch-commits
mailing list