diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:25:37 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:21 +0700 |
commit | a963ca0d2ebbcf025e8c76b077da9302f0bacd84 (patch) | |
tree | 488bf6dafc0eb16e5eacdc913c93be83fc64fa08 /desktop/libqtxdg | |
parent | 3b6be03290d4054a7044870f54ed6979af91f973 (diff) |
desktop/libqtxdg: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/libqtxdg')
-rw-r--r-- | desktop/libqtxdg/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/desktop/libqtxdg/README b/desktop/libqtxdg/README index 1363ee813bff..e836319ae93f 100644 --- a/desktop/libqtxdg/README +++ b/desktop/libqtxdg/README @@ -1,6 +1,7 @@ -libqtxdg is a Qt 5 implementation of freedesktop.org XDG specifications. +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. +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. |