You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kde-plasma/plasma-mimeapps-list
DeprecatedInsinto: version 3: deprecated insinto usage (use domenu or newmenu from desktop.eclass instead), line 26: insinto /usr/share/applications/
Expected Behavior
No bogus warning.
pkgcheck version
pkgcheck 0.10.3
pkgcore version
pkgcore 0.12.29
The text was updated successfully, but these errors were encountered:
Hmm, changing the code of DeprecatedInsinto is non trivial, since it uses regex to detect just calls to insint ${DIR}. It means I would detect next lines if they attempt to install "*.desktop".
On the other hand, while somewhat ugly, would using newmenu "${FILESDIR}"/mimeapps.list kde-mimeapps.list work "by mistake"?
Is there an existing issue for this?
Current Behavior
See ef042cf60b50500d364675af5961808eb8941298 for an example.
pkgcheck emits
DeprecatedInsinto
for non-menu items installed into/usr/share/applications
with this snippet:Expected Behavior
No bogus warning.
pkgcheck version
pkgcheck 0.10.3
pkgcore version
pkgcore 0.12.29
The text was updated successfully, but these errors were encountered: