- Update skrooge to 2.5.0.
- This also switches the port from using kdelibs4 to using kf5.
- Add option to use encrypted database via databases/sqlcipher
Details
- Reviewers
adridg rakuco mat - Group Reviewers
kde - Commits
- rP428988: Update finance/skrooge to 2.5.0
- A KDE4 user should probably give it a try.
- Tested on 9.3@32 and 120@64.
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
finance/skrooge/Makefile | ||
---|---|---|
43 ↗ | (On Diff #22959) | Is there any problem with enabling sqlcipher unconditionally? From a quick look at the code (but not the documentation) it's not clear if this means Skrooge will be unable to open plan sqlite3 database files. If it is, I don't see why not do that and make Skrooge able to work with both encrypted and unencrypted databases. |
finance/skrooge/Makefile | ||
---|---|---|
43 ↗ | (On Diff #22959) | When I first created the port databases/sqlcipher conflicted with sqlite3 as far as I remember. |
Remove sqlcipher xor sqlite3, as these no longer conflict.
I created in a skrooge-2.5.0 without sqlcipher and opened it in the one compiled
with sqlcipher. Seemed to work as far as I can tell.
shipit!
finance/skrooge/files/patch-CMakeLists.txt | ||
---|---|---|
7 ↗ | (On Diff #23002) | Can you send this patch upstream? The best would be having a proper FindSqlcipher.cmake, but I wouldn't spend too much time on it. |
finance/skrooge/files/patch-CMakeLists.txt | ||
---|---|---|
7 ↗ | (On Diff #23002) | Upstream review created for the "easy way". |