Commit graph

11 commits

Author SHA1 Message Date
joerg
85c85b18f0 Fix various case of missing includes due to libstdc++'s namespace
pollution.
2013-04-30 22:34:29 +00:00
joerg
ff753a8d8d Newer GCC doesn't allow template instantiation with incomplete types, so
make sure that the class definitions are present.
2011-12-23 01:19:16 +00:00
dholland
b58c786ac2 sed -i is a gnuism, so make a temporary output file instead.
(Still doesn't build on NetBSD due to C++ issues, though.)
2011-12-12 05:03:42 +00:00
marino
7e6f6161e9 finances/kmymoney2: Fix all platforms
The main problem with this package is that sqlite2 was building
automatically, but the makefile for it was broken.  The QTDIR variable
wasn't getting expanded in the makefile, so the rpath for sqlite3 library
was corrupt.  Once the Makefile was fixed, libsqlite3.so built normally,
but it didn't get installed due to another Makefile issue.  Finally, it
built and installed, but then the PLIST was missing its entry.

After everything was verified building ok, I discovered somebody had
added and then commented out "sqlite3" option.  Since it's building by
default, I took this option out.  If somebody else decides that it
should be optional, I'll let them tweak the configure args, PLIST, and
options file to make that happen.
2011-12-10 17:50:23 +00:00
wiz
5804a8a547 Update to 1.0, using pkgsrc-wip/kmymoney2-stable packaged by Gary Duzan.
Since our latest stable release, 0.8.9, a lot of effort has been
put by the developers and the community to add new features and
test them to make this a rock-solid release. Over 2 years of
development have seen the addition of budgets, a forecast feature,
many new reports, report charts, a complete redesign of the import
feature, which allows for a much easier migration from other
application and a swifter synchronization with online banking. The
support of PGP encryption for the KMyMoney files has been improved
too, including the option to have multiple keys for a single file,
so no one can access your financial your financial records. The
summary view has been revamped to show more and more useful
information, allowing you to have an overview of your finance at
a glance. Also, there are now translations for 22 languages, though
not all of them are as complete as we would like, and we have users
wherever KDE3 is installed. That results not only in a greater
quality application, but also in one that can be customized to fit
the needs of a wide range of users. Additionally, if you use either
Oxygen or Tango icons, you can enjoy the exclusive sets of icons
we have prepared for this release, because finance can be good
looking too! In between all that work, we have fixed a lot of bugs
and little annoyances to make this the best KMyMoney release ever!

Into the future, the effort to port the application to KDE4 is
already underway. Following our usual conservative approach, the
first release for KDE4 will be very similar to this one, featurewise.
Subsequent releases will take full advantage of the new platform.
Also, the coordination work with other KDE4 financial applications
under the umbrella of the nascient KDE Finance group opens the door
to other exciting possibilities.
2009-09-02 10:05:52 +00:00
markd
0109b4b9b7 Fix "test ==". 2006-10-19 07:30:39 +00:00
markd
a1e8937cbd Update kmymoney2 to 0.8.5
From Gary Duzan in PR pkg/34669 with some tweaks from me.

Changes:
0.8.5:
some bug fixes and user interface improvements. Some build system changes
will help in implementing the application on a wide selection of platforms.
Improvements to the file importers (GnuCash and QIF).

0.8.4:
several bug fixes and some improvements to the entry of scheduled
transactions. There are also some new translations and miscellaneous
changes, all of which should help to make building and using the
application even easier.

0.8.1-3:
Changes unknown.
2006-10-07 12:14:18 +00:00
joerg
cae62889df Include config.h before kdemacro.h gets (indirectly) included.
Otherwise KDE_EXPORT doesn't get correctly defined, resulting in
link errors with visibility-enabled compilers.
2006-06-28 16:04:06 +00:00
markd
3c585088db Update kmymoney2 to version 0.8
New features:
 Investments
 Reports
 Multiple currencis
 GnuCash File Converter
 OFX Import
 An improved look andfeel
 Encryption of your Data File through GPG
 Calculator Widget when entering values
 Completion of data within edit fields
 Online Quotes for Stocks & Currencies
 Support for VAT
 "Anonymous" File Format to assist debugging
 Online manual
 Plugin Structure
 and of course, lots and lots of bug fixes

also fixes to deal with qt-3.3.5.
2005-10-09 12:33:58 +00:00
markd
74043563d9 Update to version 0.6.
Fixes problems seen in the bulk builds.

Changes:
Lots of bug fixes.
2004-06-15 13:58:51 +00:00
markd
e25313bc56 Initial import of kmymoney2 version 0.5.1.
A personal finance manager for kde3.

From Joe Reed in PR 21198, cleaned up slightly by me.
2003-05-05 12:46:30 +00:00