Сравнение lxqt-qtplugin-2.3.0 с lxqt-qtplugin-2.4.0
| /usr/portage/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.4.0.ebuild 2026-06-10 19:17:06.646998248 +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 |
| ... | ... | |
| 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 |
" |