diff options
author | Egor Zayats <ea.zayac@gmail.com> | 2017-11-18 11:56:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 11:56:54 +0700 |
commit | 42a53d1d16e78bd36924e2d9b430b605aeb6ca97 (patch) | |
tree | c96fe24e283a199d975d044de235c4417fd4b5f9 /desktop/libqtxdg/README | |
parent | d690d37408ed21dd1665221b0476f92e11513320 (diff) |
desktop/libqtxdg: Added (Specs implementations for Qt).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/libqtxdg/README')
-rw-r--r-- | desktop/libqtxdg/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/libqtxdg/README b/desktop/libqtxdg/README new file mode 100644 index 0000000000000..1363ee813bffa --- /dev/null +++ b/desktop/libqtxdg/README @@ -0,0 +1,6 @@ +libqtxdg is a Qt 5 implementation of freedesktop.org XDG specifications. + +The library is able to use GTK+ icon theme caches for faster icon lookup. The +cache file can be generated with utility gtk-update-icon-cache on a theme +directory. If the cache is not present, corrupted, or outdated, the normal +slow lookup is still run. |