Diff mate-applets-1.26.0 with a mate-applets-1.26.1
/usr/portage/mate-base/mate-applets/mate-applets-1.26.1.ebuild 2023-10-09 14:52:31.592368403 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
inherit mate |
7 | 7 | |
8 |
if [[ ${PV} != 9999 ]]; then |
|
9 |
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" |
|
10 |
fi |
|
8 |
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" |
|
11 | 9 | |
12 | 10 |
DESCRIPTION="Applets for the MATE Desktop and Panel" |
13 | 11 |
LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+" |
... | ... | |
18 | 16 |
REQUIRED_USE="policykit? ( cpupower )" |
19 | 17 | |
20 | 18 |
COMMON_DEPEND=" |
21 |
dev-libs/atk |
|
19 |
>=app-accessibility/at-spi2-core-2.46.0:2 |
|
22 | 20 |
>=dev-libs/dbus-glib-0.74 |
23 | 21 |
>=dev-libs/glib-2.50:2 |
24 | 22 |
>=dev-libs/libmateweather-1.17.0 |
... | ... | |
69 | 67 |
use cpupower || myconf="--disable-cpufreq" |
70 | 68 | |
71 | 69 |
mate_src_configure \ |
72 |
--libexecdir="${EPREFIX}"/usr/libexec/mate-applets \ |
|
70 |
--libexecdir=/usr/libexec/mate-applets \ |
|
73 | 71 |
$(use_with X x) \ |
74 | 72 |
$(use_with upower) \ |
75 | 73 |
$(use_with netlink nl) \ |