diff options
author | Michael Schroeder <mls@suse.de> | 2014-02-26 13:06:22 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2014-02-26 13:06:22 +0100 |
commit | 673b10389cfdea7282d2587a00a01c9b0cf713d9 (patch) | |
tree | 8153d6d8eb2fa5942323407d00bc2ca3045d9b9f /ext/repo_appdata.h | |
parent | 1692a946f563e1378d6fc6e8859c2638139999d6 (diff) | |
download | libsolv-673b10389cfdea7282d2587a00a01c9b0cf713d9.tar.gz libsolv-673b10389cfdea7282d2587a00a01c9b0cf713d9.tar.bz2 libsolv-673b10389cfdea7282d2587a00a01c9b0cf713d9.zip |
improve appdata.xml parsing
- ignore tags with a set language (for now)
- read desktop file if name/summary is not present
- the requires needs to be the full file name
Diffstat (limited to 'ext/repo_appdata.h')
-rw-r--r-- | ext/repo_appdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/repo_appdata.h b/ext/repo_appdata.h index eb51848..51b35b5 100644 --- a/ext/repo_appdata.h +++ b/ext/repo_appdata.h @@ -8,3 +8,4 @@ int repo_add_appdata(Repo *repo, FILE *fp, int flags); int repo_add_appdata_dir(Repo *repo, const char *appdatadir, int flags); +#define APPDATA_CHECK_DESKTOP_FILE (1 << 30) /* internal */ |