mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
app-misc/qtxdg-tools: add 4.4.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
30
app-misc/qtxdg-tools/qtxdg-tools-4.4.0.ebuild
Normal file
30
app-misc/qtxdg-tools/qtxdg-tools-4.4.0.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user