| Summary: | kde-misc/plasma-nm: OpenConnect support. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Hongjiu Zhang <noctuorare> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1239667 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Ebuild
Automagic patch |
||
|
Description
Hongjiu Zhang
2014-01-09 15:12:10 UTC
Created attachment 367540 [details]
Ebuild
Not fully tested.
Created attachment 367542 [details, diff]
Automagic patch
I just tested this patch by emerge openconnect && USE="-openconnect" emerge plasma-nm && emerge -C openconnect. Portage didn't report any @preserve-rebuild requirement. I believe this should work. Comment on attachment 367542 [details, diff] Automagic patch vpn/openconnect/CMakeLists.txt: > macro_optional_find_package(OpenConnect ${MINIMUM_OPENCONNECT_VERSION_REQUIRED}) Comment on attachment 367540 [details] Ebuild macro_optional_find_package(OpenConnect ${MINIMUM_OPENCONNECT_VERSION_REQUIRED}) handled with: > $(cmake-utils_use_find_package openconnect OpenConnect) Thanks for reporting. This is fixed in cvs now. Please sync in some hours to get the changes. + + 12 Mar 2014; Johannes Huber <johu@gentoo.org> + +files/plasma-nm-0.9.3.3-openconnect-build.patch, -plasma-nm-0.9.3.2.ebuild, + metadata.xml, plasma-nm-0.9.3.3.ebuild: + Introduce USE flag openconnect, bug #497628. Remove old. + |