libqtxdg Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida ac1b97be9e
Some updates in debian $foo
6 years ago
cmake Imported upstream release 0.3.1. 7 years ago
debian Some updates in debian $foo 6 years ago
examples/use-qtxdg Merging upstream version 1.2.0+20150807. 9 years ago
qtxdg Imported upstream release 0.3.1. 7 years ago
test Imported upstream release 0.3.1. 7 years ago
util Imported upstream release 0.3.1. 7 years ago
xdgiconloader Imported upstream release 0.3.1. 7 years ago
AUTHORS Imported upstream release 0.3.1. 7 years ago
CHANGELOG Imported upstream release 0.3.1. 7 years ago
CMakeLists.txt Imported upstream release 0.3.1. 7 years ago
COPYING Adding upstream version 1.2.0. 9 years ago
Digia-Qt-LGPL-Exception-1.1 Cherry-picked new upstream release 2.0.0. 8 years ago
README.md Cherry-picked new upstream release 2.0.0. 8 years ago

README.md

libqtxdg

Overview

libqtxdg is a Qt 5 implementation of freedesktop.org XDG specifications.

It is maintained by the LXQt project and nearly all LXQt components are depending on it. Yet it can be used independently from this desktop environment, too.

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.

Installation

Sources

At runtime qtbase is needed. gtk-update-icon-cache represents an optional runtime dependency for the reasons stated above.
Additional build dependencies are CMake, qtsvg, qttools and optionally Git to pull latest VCS checkouts.

The code configuration is handled by CMake so all corresponding generic instructions apply. Specific CMake variables are

  • BUILD_TESTS to build tests. Disabled by default (OFF).
  • BUILD_DEV_UTILS which builds and installs development utils. Disabled by default as well.

To build and install run make and make installrespectively.

Binary packages

The library is provided by all major Linux distributions like Arch Linux, Debian, Fedora and openSUSE.
Just use the distributions' package managers to search for string libqtxdg.