Skip to content

Commit

Permalink
Merge pull request #4 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Prerelease changes
  • Loading branch information
tsujan authored May 8, 2022
2 parents 891ee9e + ec95c74 commit 0ba2e91
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
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.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ project(qtxdg-tools)

set(QTXDG_TOOLS_MAJOR_VERSION 3)
set(QTXDG_TOOLS_MINOR_VERSION 9)
set(QTXDG_TOOLS_PATCH_VERSION 0)
set(QTXDG_TOOLS_PATCH_VERSION 1)
set(QTXDG_TOOLS_VERSION_STRING ${QTXDG_TOOLS_MAJOR_VERSION}.${QTXDG_TOOLS_MINOR_VERSION}.${QTXDG_TOOLS_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(QTXDG_MINIMUM_VERSION "3.9.0")
set(QTXDG_MINIMUM_VERSION "3.9.1")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
Expand Down
21 changes: 20 additions & 1 deletion README.md
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.

0 comments on commit 0ba2e91

Please sign in to comment.