gui-libs/xdg-desktop-portal-lxqt: add 1.1.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2024-11-07 16:31:31 +02:00
parent 7c806dff57
commit 7c293e9617
2 changed files with 31 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST xdg-desktop-portal-lxqt-0.5.0.tar.xz 16044 BLAKE2B f4b872038c58eebe3c565f55d29e24f9b247d2a18fd60981df9546a7fab422aa9ae1f6e94608a99a091cda4bda1e5ce878fa4d997a457f7c2014191fd631a0d2 SHA512 3f1a0de1fcc577b14b69c98b715f627dc636edc8663786374627196873a6e123aab2b6051bd86416729eb6e101ec0625051716b981a3fc4d7b5c7ddcd46ceae8
DIST xdg-desktop-portal-lxqt-1.0.2.tar.xz 16420 BLAKE2B f48bf781edd494994464a19e0b9c5fb5e8c650821ad9dfbef3b45e95a4f0741009cbf27d9434ccbfc7a44a7574ba626507534f601382ca58ba0efa93e32eaa10 SHA512 e51f2aae53e4f7bc47c2c214a17e44d9fa2167d34488a90436f2a2b98f14abff334ab56b956df08f6ca9ce9ac4a994cbde0c2fcdce0492beb212f0346c9cbb85
DIST xdg-desktop-portal-lxqt-1.1.0.tar.xz 16444 BLAKE2B 15e29e80ec1b88d1df31062847a32e4f4e7ec630959e18945ce7ed85ee182a6386bd40c4be2efb13adf9d2a7cb145cbc195e6ce5183751b3e67d360a634b76d1 SHA512 8b4bfa63b9e096404a8072c6ae212bf74d50a641fda25cc7d40572fdfe93ccd076bed2ca7f68a1722aca0726eb3e39956baffea58d5c38b495b9dfad776a251d

View File

@@ -0,0 +1,30 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt"
HOMEPAGE="https://lxqt-project.org/"
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.1.0"
DEPEND="
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
kde-frameworks/kwindowsystem:6
>=x11-libs/libfm-qt-2.1:=
"
RDEPEND="${DEPEND}
sys-apps/xdg-desktop-portal
"