-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move akonadiserverrc and optional RDEPENDS to kde-apps/akonadi-config (new package) #1007
base: master
Are you sure you want to change the base?
Conversation
a17r
commented
Oct 12, 2024
•
edited
Loading
edited
- kde-apps/akonadi-config: new package, add 0
- kde-apps/akonadi: Drop IUSE mysql,postgres,sqlite and akonadiserverrc
- kde-apps/akonadi-config: Switch default to QSQLITE (IUSE sqlite)
Do we need to be careful with some Portage peculiarities since a config protected file is changing ownership? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've decided no news item then?
elog "${DRIVER} has been set as your default akonadi storage backend." | ||
elog | ||
optfeature_header "The following optional database backends exist:" | ||
optfeature "QSQLITE backend support" "${CATEGORY}/${PN}[sqlite]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Casing is indeed correct, although odd! Although maybe would look better to just say the real names (SQLite, MySQL, PostgreSQL)
Not decided yet. |
ad8d3d8
to
84183c3
Compare
Introduction with 24.08.3? |
} | ||
|
||
pkg_setup() { | ||
# Set default storage backend in order: SQLite, MySQL, PostgreSQL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
Bug: https://bugs.gentoo.org/936102 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>