Diff sysprof-capture-3.36.0-r1 with a sysprof-capture-3.48.0
/usr/portage/dev-util/sysprof-capture/sysprof-capture-3.48.0.ebuild 2023-10-09 14:52:31.004368388 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 |
GNOME_ORG_MODULE="sysprof" |
6 | 6 | |
7 | 7 |
inherit gnome.org meson-multilib systemd |
... | ... | |
10 | 10 |
HOMEPAGE="http://sysprof.com/" |
11 | 11 | |
12 | 12 |
LICENSE="GPL-3+ GPL-2+" |
13 |
SLOT="3" |
|
13 |
SLOT="4" |
|
14 | 14 |
KEYWORDS="amd64 ~arm64 x86" |
15 |
IUSE="" |
|
16 | 15 | |
17 |
RDEPEND=">=dev-libs/glib-2.61.3:2[${MULTILIB_USEDEP}]" |
|
16 |
RDEPEND="" |
|
18 | 17 |
DEPEND="${RDEPEND}" |
19 | 18 |
BDEPEND=" |
20 | 19 |
dev-util/gdbus-codegen |
... | ... | |
24 | 23 | |
25 | 24 |
multilib_src_configure() { |
26 | 25 |
local emesonargs=( |
27 |
-Denable_gtk=false |
|
26 |
-Dgtk=false |
|
28 | 27 |
-Dlibsysprof=false |
29 |
-Dwith_sysprofd=none |
|
28 |
-Dinstall-static=true |
|
29 |
-Dsysprofd=none |
|
30 | 30 |
-Dsystemdunitdir=$(systemd_get_systemunitdir) |
31 | 31 |
# -Ddebugdir |
32 | 32 |
-Dhelp=false |
33 | 33 |
-Dlibunwind=false |
34 |
-Dtools=false |
|
35 |
-Dtests=false |
|
36 |
-Dexamples=false |
|
37 |
-Dagent=false |
|
34 | 38 |
) |
35 | 39 |
meson_src_configure |
36 | 40 |
} |