- update it to 1.6.0
- changes it to being kf5 based
Details
Details
- Reviewers
rakuco mat - Group Reviewers
kde - Commits
- rP468595: www/choqok: update to 1.6.0 (kf5 based) and move the kde4 version to www/choqok…
Make sure it runs fine... [not using twitter].
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Would be nice to know how the KWallet integration would work in this case. Any idea if the old wallet is migrated?
| www/choqok/files/patch-CMakeLists.txt | ||
|---|---|---|
| 7 ↗ | (On Diff #26736) | Can you send this one upstream? |
Comment Actions
To answer my own question, kf5-kwallet has code to migrate KDE4 wallets, but I'm not entirely sure it is triggered.
| www/choqok/files/patch-cmake_modules_FindQtOAuth.cmake | ||
|---|---|---|
| 9 ↗ | (On Diff #26736) | That could probably be upstreamed, too, by introducing some loops over potential pkg-config names, e.g. set(QOAUTH_NAME_CANDIDATES qoauth-qt5 qoauth)
foreach(_qoauth IN ${QOAUTH_NAME_CANDIDATES})
pkg_check_modules(PC_QTOAUTH QUIET ${_qoauth})
# something something, break loop if found, keep the _qoauth around
# since it's the name we want to use down below, too.
endforeach() |
Comment Actions
I think we should also set this behind the move of the kde4 ports and then also have two versions of this one