app-misc/qtxdg-tools: add 4.4.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2026-04-21 02:12:06 +03:00
parent 8d374f67fe
commit 23eaf2fdd5
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qtxdg-tools-4.3.0.tar.xz 16880 BLAKE2B 15166c61b6ae9c093c7c86927c18f5fc741c27f27a163be4b34294788b59e760cc0634f4fba7615f4c6d3b236f9686d596cfad9d45a672dfdc1ea706f98c7f36 SHA512 640ce0c2b87da8a664eacfd5d53f63d15fb1030e976617255a7500bb8d82b4d5a8455f59faf6c6dbac4d379010426442a2b0fb4443e29becb2d16499db423618
DIST qtxdg-tools-4.4.0.tar.xz 16948 BLAKE2B 8282a4d8e128b7f7bff1a7bbb9cce5a39c25344f25ad8e697dd00884390c9eed7f6cdcd2e897a461d68925cfd494707ab61cf96cf1648aac3c5c4c48996b531a SHA512 7e5802a4322cd82704fb50776275951bb2dbc5ecf365d5fd914fca88b35829eddeee9b2c8d4a41c7516ecbc7c5df837c55d4ece7f54a566256fe4cc24c95ae82

View File

@@ -0,0 +1,30 @@
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="User Tools from libqtxdg"
HOMEPAGE="
https://lxqt-project.org/
https://github.com/lxqt/qtxdg-tools/
"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1"
SLOT="0"
BDEPEND=">=dev-util/lxqt-build-tools-2.4.0"
RDEPEND="
>=dev-libs/libqtxdg-4.4.0
>=dev-qt/qtbase-6.6:6
"
DEPEND="${RDEPEND}"