Diff lxqt-powermanagement-2.0.0 with a lxqt-powermanagement-2.1.0
| /usr/portage/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.1.0.ebuild 2025-07-29 16:22:14.328455317 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit cmake xdg-utils |
|
| 6 |
inherit cmake xdg |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="LXQt daemon for power management and auto-suspend" |
| 9 | 9 |
HOMEPAGE="https://lxqt-project.org/" |
| ... | ... | |
| 23 | 23 | |
| 24 | 24 |
BDEPEND=" |
| 25 | 25 |
>=dev-qt/qttools-6.6:6[linguist] |
| 26 |
>=dev-util/lxqt-build-tools-2.0.0 |
|
| 26 |
>=dev-util/lxqt-build-tools-2.1.0 |
|
| 27 | 27 |
virtual/pkgconfig |
| 28 | 28 |
" |
| 29 | 29 |
DEPEND=" |
| 30 |
>=dev-libs/libqtxdg-4.0.0 |
|
| 30 |
>=dev-libs/libqtxdg-4.1.0 |
|
| 31 | 31 |
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets] |
| 32 | 32 |
>=dev-qt/qtsvg-6.6:6 |
| 33 | 33 |
kde-frameworks/kwindowsystem:6 |
| ... | ... | |
| 38 | 38 |
sys-power/upower |
| 39 | 39 |
" |
| 40 | 40 |
RDEPEND="${DEPEND}"
|
| 41 | ||
| 42 |
pkg_postinst() {
|
|
| 43 |
xdg_icon_cache_update |
|
| 44 |
} |
|
| 45 | ||
| 46 |
pkg_postrm() {
|
|
| 47 |
xdg_icon_cache_update |
|
| 48 |
} |
|