Skip to content

Commit

Permalink
Updated moneyguru to 2.11.0.
Browse files Browse the repository at this point in the history
2.11.0 (2017-08-23)

    Avoid duplicate logging to both stderr and NSLog. [cocoa] #476
    Improve build process on Mac OS. [cocoa] #474
    Fixed year handling in macOS date formats. [cocoa] #477
    Fixed currency fetching for ranges greater than 30 days. #479
    Add an option to enter date elements from left to right instead of the default d -> m -> y order. #480
    Fix crash during pane drag & drop. [qt]
    Fix Bank of Canada currency fetching. It was broken.
    Fix quirks with edition mode during transaction addition. [qt]
    Add UTF-16 support to CSV imports. #486
    Improve autofill by allowing it to autofill more often.
    Improve build process.
  • Loading branch information
0-wiz-0 committed Sep 4, 2017
1 parent 0d15bfe commit a007b79
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 399 deletions.
14 changes: 4 additions & 10 deletions finance/moneyguru/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.21 2017/09/03 08:53:08 wiz Exp $
# $NetBSD: Makefile,v 1.22 2017/09/04 14:45:43 wiz Exp $

DISTNAME= moneyguru-src-2.10.2
DISTNAME= moneyguru-src-2.11.0
PKGNAME= ${DISTNAME:S/-src//}
PKGREVISION= 1
CATEGORIES= finance
MASTER_SITES= https://download.hardcoded.net/

Expand All @@ -25,12 +24,7 @@ USE_TOOLS= pax

PYTHON_VERSIONS_INCOMPATIBLE= 27
PY_PATCHPLIST= yes
REPLACE_PYTHON+= cocoa/waf
REPLACE_PYTHON+= cocoa/wscript
REPLACE_PYTHON+= psmtabbarcontrol/waf
REPLACE_PYTHON+= psmtabbarcontrol/wscript
REPLACE_PYTHON+= run_template_cocoa.py
REPLACE_PYTHON+= run_template_qt.py
REPLACE_PYTHON+= run.py

INSTALLATION_DIRS= bin share/applications share/moneyguru

Expand All @@ -50,7 +44,7 @@ do-build:
${CHMOD} +x ${WRKSRC}/run.py

do-install:
cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
cd ${WRKSRC} && pax -pp -rw build core data help hscommon images locale qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications
${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru

Expand Down
Loading

0 comments on commit a007b79

Please sign in to comment.