aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-06-15 01:01:54 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-06-15 01:14:06 +0300
commit28dc295dae80dadfac1cbdc89e95bcab816d1716 (patch)
treed2242b3b7cc63c5a4918791d5300b7b331f0e2a2
parentapp-arch/lxqt-archiver: drop 1.0.0 (diff)
downloadqt-28dc295dae80dadfac1cbdc89e95bcab816d1716.tar.gz
qt-28dc295dae80dadfac1cbdc89e95bcab816d1716.tar.bz2
qt-28dc295dae80dadfac1cbdc89e95bcab816d1716.zip
gui-libs/xdg-desktop-portal-lxqt: drop 1.0.2
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--gui-libs/xdg-desktop-portal-lxqt/Manifest1
-rw-r--r--gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest b/gui-libs/xdg-desktop-portal-lxqt/Manifest
deleted file mode 100644
index 4781dd5e..00000000
--- a/gui-libs/xdg-desktop-portal-lxqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xdg-desktop-portal-lxqt-1.0.2.tar.xz 16420 BLAKE2B f48bf781edd494994464a19e0b9c5fb5e8c650821ad9dfbef3b45e95a4f0741009cbf27d9434ccbfc7a44a7574ba626507534f601382ca58ba0efa93e32eaa10 SHA512 e51f2aae53e4f7bc47c2c214a17e44d9fa2167d34488a90436f2a2b98f14abff334ab56b956df08f6ca9ce9ac4a994cbde0c2fcdce0492beb212f0346c9cbb85
diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
deleted file mode 100644
index 8472248f..00000000
--- a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
- >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
- kde-frameworks/kwindowsystem:6
- >=x11-libs/libfm-qt-2.0:=
-"
-RDEPEND="${DEPEND}
- sys-apps/xdg-desktop-portal
-"