lxqt-base/liblxqt: drop 1.1.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2023-03-26 18:16:39 +03:00
parent f2996c1d0a
commit d63dddb7f1
2 changed files with 0 additions and 48 deletions

View File

@@ -1,2 +1 @@
DIST liblxqt-1.1.0.tar.xz 82308 BLAKE2B 32f1b4625ee88fe0c0a8db640eb2eab61057d8c10ce877303f03675acd66683798f0377934b8279b824f771c28b9f3d51a5eb8ddd332b29e620f5d776950e5de SHA512 6789bc64da94d0643dfa7d234a95c533ff31123e9c7e52544d0951b309ce0e86c7323808c527f37b9dc7d06ebb35bef57a7713596d5969d2ae30ccb44cbec283
DIST liblxqt-1.2.0.tar.xz 83144 BLAKE2B dd86925a527ad4e8e019da459fac1f0091035889e4e9147c0f9bed0fc9d34c622e914b53c66868631c94181a4f0cbbbcabccb6620b6e3383395d9dffd5cec05b SHA512 3e9bc5946107a5486fde1ecea1637d16901a272a229525dc3f9c0450225287ce41e3bbec9441797a24bc850ba16e3e1efe172d871c5a6685b5b228b88b5a2221

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Common base library for the LXQt desktop environment"
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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="LGPL-2.1+ BSD"
SLOT="0/$(ver_cut 1-2)"
IUSE="+backlight"
BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.11.0
"
DEPEND="
>=dev-libs/libqtxdg-3.9.0
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtdbus-5.15:5
>=dev-qt/qtgui-5.15:5
>=dev-qt/qtwidgets-5.15:5
>=dev-qt/qtx11extras-5.15:5
>=dev-qt/qtxml-5.15:5
kde-frameworks/kwindowsystem:5[X]
x11-libs/libX11
x11-libs/libXScrnSaver
backlight? ( sys-auth/polkit-qt )
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
)
cmake_src_configure
}