-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from lxqt/prerelease
Prerelease changes
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
qtxdg-tools-3.9.1 / 2022-05-08 | ||
============================== | ||
* First release. `qtxdg-tools` is separated from `libqtxdg`, to be used by `xdg-utils` under an LXQt session. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# qtxdg-tools | ||
libqtxdg user tools | ||
|
||
## Overview | ||
|
||
User tools for [libqtxdg](https://github.com/lxqt/libqtxdg). | ||
|
||
`qtxdg-tools` contains a CLI MIME tool, `qtxdg-mat`, for handling file associations and opening files with their default applications. | ||
|
||
It is maintained by the LXQt project and needed by LXQt Session, in order to be used by `xdg-utils`. Yet it can be used independently from LXQt, too. | ||
|
||
## Installation | ||
|
||
### Sources | ||
|
||
At runtime qtbase is needed. Additional build dependencies are CMake, [libqtxdg](https://github.com/lxqt/libqtxdg) and, optionally, Git to pull latest VCS checkouts. | ||
|
||
Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` | ||
will normally have to be set to `/usr`. | ||
|
||
To build run `make`, to install `make install`, which accepts variable `DESTDIR` | ||
as usual. |