COPKGManager: Fix display description for locally installed packages

This commit is contained in:
M. Liebmann
2016-10-07 08:53:53 +02:00
parent 1f24e5725a
commit a0a09f1f7c
2 changed files with 86 additions and 2 deletions

View File

@@ -150,6 +150,9 @@ class COPKGManager : public CMenuTarget
int doUpdate();
void handleShellOutput(std::string* cur_line, int* res, bool* ok);
std::string getInfoDir();
std::string getPkgDescription(std::string pkgName, std::string pkgDesc="");
struct pkg {
std::string name;
std::string version;