Сравнение lxqt-qtplugin-2.3.0 с lxqt-qtplugin-2.4.0
| /usr/portage/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.4.0.ebuild 2026-04-24 12:17:42.920090560 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
MY_PV="$(ver_cut 1-2)" |
|
| 7 | ||
| 8 | 6 |
inherit cmake |
| 9 | 7 | |
| 8 |
MY_PV="$(ver_cut 1-2)" |
|
| 9 | ||
| 10 | 10 |
DESCRIPTION="LXQt system integration plugin for Qt" |
| 11 |
HOMEPAGE="https://lxqt-project.org/" |
|
| 11 |
HOMEPAGE=" |
|
| 12 |
https://lxqt-project.org/ |
|
| 13 |
https://github.com/lxqt/lxqt-qtplugin/ |
|
| 14 |
" |
|
| 12 | 15 | |
| 13 | 16 |
if [[ ${PV} == 9999 ]]; then
|
| 14 | 17 |
inherit git-r3 |
| 15 | 18 |
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
| 16 | 19 |
else |
| 17 | 20 |
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
|
| 18 |
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" |
|
| 21 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" |
|
| 19 | 22 |
fi |
| 20 | 23 | |
| 21 | 24 |
LICENSE="LGPL-2.1+" |
| ... | ... | |
| 23 | 26 | |
| 24 | 27 |
BDEPEND=" |
| 25 | 28 |
>=dev-qt/qttools-6.6:6[linguist] |
| 26 |
>=dev-util/lxqt-build-tools-2.3.0 |
|
| 29 |
>=dev-util/lxqt-build-tools-2.4.0 |
|
| 27 | 30 |
" |
| 28 | 31 |
DEPEND=" |
| 29 |
>=dev-libs/libdbusmenu-lxqt-0.3.0 |
|
| 30 |
>=dev-libs/libqtxdg-4.3.0 |
|
| 32 |
>=dev-libs/libdbusmenu-lxqt-0.4.0 |
|
| 33 |
>=dev-libs/libqtxdg-4.4.0 |
|
| 31 | 34 |
>=dev-qt/qtbase-6.6:6=[dbus,gui,widgets] |
| 32 | 35 |
=x11-libs/libfm-qt-${MY_PV}*
|
| 33 | 36 |
" |