Summary: | [KDE 4.8 Beta 1] KNewStuff is useless if the new stuff comes in a tar.xz file. | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Alejandro Nova <alejandronova> |
Component: | knewstuff | Assignee: | Jeremy Whiting <jpwhiting> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, gladhorn, sw |
Priority: | NOR | ||
Version: | 4.9-Git | ||
Target Milestone: | --- | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Correctly identify xz- and lzma- compressed archives |
Description
Alejandro Nova
2011-11-30 15:26:09 UTC
I agree this would be very useful. A quick test shows we are using plasmapackage for installation of plasma themes. I'll see what it will take to add xz support to that, shouldn't be much. Git commit 897b07485a8cd70f831b8f586dc84859016b2572 by Jeremy Whiting. Committed on 01/12/2011 at 23:50. Pushed by whiting into branch 'KDE/4.7'. KTar already supports xz and lzma files, also support them in Plasma::Package. BUG:287193 (nope, it's 287913 ;) M +2 -1 plasma/package.cpp http://commits.kde.org/kdelibs/897b07485a8cd70f831b8f586dc84859016b2572 Git commit b11766c9f5cb2ae375d99e333a6e8e249d1731be by Jeremy Whiting. Committed on 01/12/2011 at 23:50. Pushed by whiting into branch 'frameworks'. KTar already supports xz and lzma files, also support them in Plasma::Package. BUG:287913 (cherry picked from commit 897b07485a8cd70f831b8f586dc84859016b2572) M +2 -1 plasma/package.cpp http://commits.kde.org/kdelibs/b11766c9f5cb2ae375d99e333a6e8e249d1731be Created attachment 81609 [details]
Correctly identify xz- and lzma- compressed archives
The original patch checked for xz and lzma compressed files. This patch checks for compressed archives.
|