Tue Apr 21 16:48:38 2015 UTC ()
Replace architecture in the PLIST as well.


(joerg)
diff -r1.10 -r1.11 pkgsrc/finance/moneyguru/Makefile
diff -r1.8 -r1.9 pkgsrc/finance/moneyguru/PLIST

cvs diff -r1.10 -r1.11 pkgsrc/finance/moneyguru/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/moneyguru/Attic/Makefile 2015/04/13 23:12:42 1.10
+++ pkgsrc/finance/moneyguru/Attic/Makefile 2015/04/21 16:48:38 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.10 2015/04/13 23:12:42 rodent Exp $ 1# $NetBSD: Makefile,v 1.11 2015/04/21 16:48:38 joerg Exp $
2# 2#
3# any of ~* is fine, they are the same and just there for Ubuntu 3# any of ~* is fine, they are the same and just there for Ubuntu
4# so moneyguru's built for all releases 4# so moneyguru's built for all releases
5DISTNAME= moneyguru-2.8.2 5DISTNAME= moneyguru-2.8.2
6CATEGORIES= finance 6CATEGORIES= finance
7MASTER_SITES= ${MASTER_SITE_GITHUB:=hsoft/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=hsoft/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.hardcoded.net/moneyguru/ 10HOMEPAGE= http://www.hardcoded.net/moneyguru/
11COMMENT= Personal finance management application 11COMMENT= Personal finance management application
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib 14DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
@@ -26,26 +26,35 @@ USE_TOOLS= pax @@ -26,26 +26,35 @@ USE_TOOLS= pax
26 26
27PYTHON_VERSIONS_INCOMPATIBLE= 27 # 3.x only 27PYTHON_VERSIONS_INCOMPATIBLE= 27 # 3.x only
28PY_PATCHPLIST= yes 28PY_PATCHPLIST= yes
29PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 29PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
30REPLACE_PYTHON+= cocoa/waf 30REPLACE_PYTHON+= cocoa/waf
31REPLACE_PYTHON+= cocoa/wscript 31REPLACE_PYTHON+= cocoa/wscript
32REPLACE_PYTHON+= psmtabbarcontrol/waf 32REPLACE_PYTHON+= psmtabbarcontrol/waf
33REPLACE_PYTHON+= psmtabbarcontrol/wscript 33REPLACE_PYTHON+= psmtabbarcontrol/wscript
34REPLACE_PYTHON+= run_template_cocoa.py 34REPLACE_PYTHON+= run_template_cocoa.py
35REPLACE_PYTHON+= run_template_qt.py 35REPLACE_PYTHON+= run_template_qt.py
36 36
37INSTALLATION_DIRS= bin share/applications share/moneyguru 37INSTALLATION_DIRS= bin share/applications share/moneyguru
38 38
 39.include "../../mk/bsd.prefs.mk"
 40.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
 41BASE_ARCH!= uname -m
 42.else
 43BASE_ARCH= ${MACHINE_ARCH}
 44.endif
 45
 46PLIST_SUBST+= BASE_ARCH=${BASE_ARCH:Q}
 47
39do-configure: 48do-configure:
40 cd ${WRKSRC} && ${PYTHONBIN} configure.py 49 cd ${WRKSRC} && ${PYTHONBIN} configure.py
41 50
42do-build: 51do-build:
43 cd ${WRKSRC} && ${PYTHONBIN} build.py 52 cd ${WRKSRC} && ${PYTHONBIN} build.py
44 ${CHMOD} +x ${WRKSRC}/run.py 53 ${CHMOD} +x ${WRKSRC}/run.py
45 54
46do-install: 55do-install:
47 cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru 56 cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
48 ${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications 57 ${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications
49 ${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru 58 ${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru
50 59
51.include "../../lang/python/application.mk" 60.include "../../lang/python/application.mk"

cvs diff -r1.8 -r1.9 pkgsrc/finance/moneyguru/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/moneyguru/Attic/PLIST 2015/04/03 09:17:41 1.8
+++ pkgsrc/finance/moneyguru/Attic/PLIST 2015/04/21 16:48:38 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2015/04/03 09:17:41 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2015/04/21 16:48:38 joerg Exp $
2bin/moneyguru 2bin/moneyguru
3share/applications/moneyguru.desktop 3share/applications/moneyguru.desktop
4share/moneyguru/ambuttonbar/AMButtonBar.h 4share/moneyguru/ambuttonbar/AMButtonBar.h
5share/moneyguru/ambuttonbar/AMButtonBar.m 5share/moneyguru/ambuttonbar/AMButtonBar.m
6share/moneyguru/ambuttonbar/AMButtonBarCell.h 6share/moneyguru/ambuttonbar/AMButtonBarCell.h
7share/moneyguru/ambuttonbar/AMButtonBarCell.m 7share/moneyguru/ambuttonbar/AMButtonBarCell.m
8share/moneyguru/ambuttonbar/AMButtonBarItem.h 8share/moneyguru/ambuttonbar/AMButtonBarItem.h
9share/moneyguru/ambuttonbar/AMButtonBarItem.m 9share/moneyguru/ambuttonbar/AMButtonBarItem.m
10share/moneyguru/ambuttonbar/LICENSE 10share/moneyguru/ambuttonbar/LICENSE
11share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.h 11share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.h
12share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.m 12share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.m
13share/moneyguru/ambuttonbar/NSColor_AMAdditions.h 13share/moneyguru/ambuttonbar/NSColor_AMAdditions.h
14share/moneyguru/ambuttonbar/NSColor_AMAdditions.m 14share/moneyguru/ambuttonbar/NSColor_AMAdditions.m
@@ -203,52 +203,52 @@ share/moneyguru/build/help/developer/hsc @@ -203,52 +203,52 @@ share/moneyguru/build/help/developer/hsc
203share/moneyguru/build/help/developer/hscommon/util.html 203share/moneyguru/build/help/developer/hscommon/util.html
204share/moneyguru/build/help/developer/index.html 204share/moneyguru/build/help/developer/index.html
205share/moneyguru/build/help/developer/refactorings.html 205share/moneyguru/build/help/developer/refactorings.html
206share/moneyguru/build/help/editing.html 206share/moneyguru/build/help/editing.html
207share/moneyguru/build/help/faq.html 207share/moneyguru/build/help/faq.html
208share/moneyguru/build/help/forecast.html 208share/moneyguru/build/help/forecast.html
209share/moneyguru/build/help/import.html 209share/moneyguru/build/help/import.html
210share/moneyguru/build/help/index.html 210share/moneyguru/build/help/index.html
211share/moneyguru/build/help/objects.inv 211share/moneyguru/build/help/objects.inv
212share/moneyguru/build/help/plugins.html 212share/moneyguru/build/help/plugins.html
213share/moneyguru/build/help/reconciliation.html 213share/moneyguru/build/help/reconciliation.html
214share/moneyguru/build/help/search.html 214share/moneyguru/build/help/search.html
215share/moneyguru/build/help/searchindex.js 215share/moneyguru/build/help/searchindex.js
216share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-amd64-${PYVERSSUFFIX}/_amount.so 216share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${BASE_ARCH}-${PYVERSSUFFIX}/_amount.so
217share/moneyguru/build/locale/cs/LC_MESSAGES/columns.mo 217share/moneyguru/build/locale/cs/LC_MESSAGES/columns.mo
218share/moneyguru/build/locale/cs/LC_MESSAGES/core.mo 218share/moneyguru/build/locale/cs/LC_MESSAGES/core.mo
219share/moneyguru/build/locale/cs/LC_MESSAGES/qtlib.mo 219share/moneyguru/build/locale/cs/LC_MESSAGES/qtlib.mo
220share/moneyguru/build/locale/cs/LC_MESSAGES/ui.mo 220share/moneyguru/build/locale/cs/LC_MESSAGES/ui.mo
221share/moneyguru/build/locale/de/LC_MESSAGES/columns.mo 221share/moneyguru/build/locale/de/LC_MESSAGES/columns.mo
222share/moneyguru/build/locale/de/LC_MESSAGES/core.mo 222share/moneyguru/build/locale/de/LC_MESSAGES/core.mo
223share/moneyguru/build/locale/de/LC_MESSAGES/qtlib.mo 223share/moneyguru/build/locale/de/LC_MESSAGES/qtlib.mo
224share/moneyguru/build/locale/de/LC_MESSAGES/ui.mo 224share/moneyguru/build/locale/de/LC_MESSAGES/ui.mo
225share/moneyguru/build/locale/es/LC_MESSAGES/columns.mo 225share/moneyguru/build/locale/es/LC_MESSAGES/columns.mo
226share/moneyguru/build/locale/es/LC_MESSAGES/core.mo 226share/moneyguru/build/locale/es/LC_MESSAGES/core.mo
227share/moneyguru/build/locale/es/LC_MESSAGES/qtlib.mo 227share/moneyguru/build/locale/es/LC_MESSAGES/qtlib.mo
228share/moneyguru/build/locale/es/LC_MESSAGES/ui.mo 228share/moneyguru/build/locale/es/LC_MESSAGES/ui.mo
229share/moneyguru/build/locale/fr/LC_MESSAGES/columns.mo 229share/moneyguru/build/locale/fr/LC_MESSAGES/columns.mo
230share/moneyguru/build/locale/fr/LC_MESSAGES/core.mo 230share/moneyguru/build/locale/fr/LC_MESSAGES/core.mo
231share/moneyguru/build/locale/fr/LC_MESSAGES/qtlib.mo 231share/moneyguru/build/locale/fr/LC_MESSAGES/qtlib.mo
232share/moneyguru/build/locale/fr/LC_MESSAGES/ui.mo 232share/moneyguru/build/locale/fr/LC_MESSAGES/ui.mo
233share/moneyguru/build/locale/it/LC_MESSAGES/columns.mo 233share/moneyguru/build/locale/it/LC_MESSAGES/columns.mo
234share/moneyguru/build/locale/it/LC_MESSAGES/core.mo 234share/moneyguru/build/locale/it/LC_MESSAGES/core.mo
235share/moneyguru/build/locale/it/LC_MESSAGES/qtlib.mo 235share/moneyguru/build/locale/it/LC_MESSAGES/qtlib.mo
236share/moneyguru/build/locale/it/LC_MESSAGES/ui.mo 236share/moneyguru/build/locale/it/LC_MESSAGES/ui.mo
237share/moneyguru/build/locale/nl/LC_MESSAGES/columns.mo 237share/moneyguru/build/locale/nl/LC_MESSAGES/columns.mo
238share/moneyguru/build/locale/nl/LC_MESSAGES/core.mo 238share/moneyguru/build/locale/nl/LC_MESSAGES/core.mo
239share/moneyguru/build/locale/nl/LC_MESSAGES/qtlib.mo 239share/moneyguru/build/locale/nl/LC_MESSAGES/qtlib.mo
240share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo 240share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo
241share/moneyguru/build/temp.${LOWER_OPSYS}-${OS_VERSION}-amd64-${PYVERSSUFFIX}/core/modules/amount.o 241share/moneyguru/build/temp.${LOWER_OPSYS}-${OS_VERSION}-${BASE_ARCH}-${PYVERSSUFFIX}/core/modules/amount.o
242share/moneyguru/cocoa/InfoTemplate.plist 242share/moneyguru/cocoa/InfoTemplate.plist
243share/moneyguru/cocoa/MGConst.h 243share/moneyguru/cocoa/MGConst.h
244share/moneyguru/cocoa/controllers/MGAccountLookup.h 244share/moneyguru/cocoa/controllers/MGAccountLookup.h
245share/moneyguru/cocoa/controllers/MGAccountLookup.m 245share/moneyguru/cocoa/controllers/MGAccountLookup.m
246share/moneyguru/cocoa/controllers/MGAccountProperties.h 246share/moneyguru/cocoa/controllers/MGAccountProperties.h
247share/moneyguru/cocoa/controllers/MGAccountProperties.m 247share/moneyguru/cocoa/controllers/MGAccountProperties.m
248share/moneyguru/cocoa/controllers/MGAccountReassignPanel.h 248share/moneyguru/cocoa/controllers/MGAccountReassignPanel.h
249share/moneyguru/cocoa/controllers/MGAccountReassignPanel.m 249share/moneyguru/cocoa/controllers/MGAccountReassignPanel.m
250share/moneyguru/cocoa/controllers/MGAccountSheetView.h 250share/moneyguru/cocoa/controllers/MGAccountSheetView.h
251share/moneyguru/cocoa/controllers/MGAccountSheetView.m 251share/moneyguru/cocoa/controllers/MGAccountSheetView.m
252share/moneyguru/cocoa/controllers/MGAppDelegate.h 252share/moneyguru/cocoa/controllers/MGAppDelegate.h
253share/moneyguru/cocoa/controllers/MGAppDelegate.m 253share/moneyguru/cocoa/controllers/MGAppDelegate.m
254share/moneyguru/cocoa/controllers/MGBaseView.h 254share/moneyguru/cocoa/controllers/MGBaseView.h