[arch-commits] Commit in moneymanagerex/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Jun 19 16:58:16 UTC 2017
Date: Monday, June 19, 2017 @ 16:58:15
Author: bgyorgy
Revision: 238701
upgpkg: moneymanagerex 1.3.3-2
Use wxgtk3 and webkit2gtk (removes insecure webkitgtk2 dependency)
Modified:
moneymanagerex/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-19 16:56:20 UTC (rev 238700)
+++ PKGBUILD 2017-06-19 16:58:15 UTC (rev 238701)
@@ -4,15 +4,13 @@
pkgname=moneymanagerex
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="An easy-to-use personal finance suite"
arch=('i686' 'x86_64')
url="http://www.moneymanagerex.org/"
license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
+depends=('wxgtk3' 'webkit2gtk')
+makedepends=('git' 'boost')
_commit=('2a90484293b5020556d835054285fd77a3ee1150')
source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
sha256sums=('SKIP')
@@ -26,7 +24,7 @@
build() {
cd "${srcdir}"/$pkgname
- ./configure --prefix=/usr --disable-shared --enable-unicode
+ ./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