commit: 2c51073810ac872a1d90d9c319d7104dba57a5c2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 21:19:19 2026 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 21:20:55 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c510738
gui-libs/xdg-desktop-portal-lxqt: drop 1.2.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> gui-libs/xdg-desktop-portal-lxqt/Manifest | 1 - .../xdg-desktop-portal-lxqt-1.2.0.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest b/gui-libs/xdg-desktop-portal-lxqt/Manifest index 6c3d7bb61030..505644857214 100644 --- a/gui-libs/xdg-desktop-portal-lxqt/Manifest +++ b/gui-libs/xdg-desktop-portal-lxqt/Manifest @@ -1,2 +1 @@ -DIST xdg-desktop-portal-lxqt-1.2.0.tar.xz 16468 BLAKE2B 57d199fe2ddd77a76ed8803f2a99ac314790358790aaaecce2340a53ec62b0adcdeb7b7fd55988a2e16d312c40f1f6aa3c0f985e3b0cf542076860e215249801 SHA512 fe0c8efedfbf3c7ec7f4b633d030bf9ed884e3836ba70390de4d61d4f73b57aa34afbabd474b05034f1db5fd54125988ccb52e34284ead850a8f3d6fba665b89 DIST xdg-desktop-portal-lxqt-1.3.0.tar.xz 16692 BLAKE2B e61147833172796329a4803fb8b5584dd9a6269725a83228fd1d255a65e58baf5abccd9085700c08af973ed6620f3872ba08061375b2eca90dd129d8c3aafe34 SHA512 ee949758c62077cb19d48763702100456543d006d0fc7bb29573e5596cebe4ffc66a504d23a472b911cbaf708941c4ad3f875d0741940c99621628e2ea0c292f diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.2.0.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.2.0.ebuild deleted file mode 100644 index ac0b43814319..000000000000 --- a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-2025 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.2.0" -DEPEND=" - >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] - kde-frameworks/kwindowsystem:6 - >=x11-libs/libfm-qt-2.2:= -" -RDEPEND="${DEPEND} - sys-apps/xdg-desktop-portal -"
