Сравнение xfce4-notifyd-0.8.2 с xfce4-notifyd-0.9.1
/usr/portage/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild 2023-10-09 14:52:36.008368514 +0300 | ||
---|---|---|
14 | 14 | |
15 | 15 |
LICENSE="GPL-2" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" |
|
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
18 | 18 |
IUSE="sound wayland X" |
19 | 19 | |
20 | 20 |
DEPEND=" |
21 | 21 |
>=dev-db/sqlite-3.34:3 |
22 | 22 |
>=dev-libs/glib-2.68.0:2 |
23 |
>=sys-apps/dbus-1.0 |
|
23 | 24 |
>=x11-libs/gtk+-3.22:3[wayland?,X?] |
24 | 25 |
>=x11-libs/libnotify-0.7 |
25 | 26 |
>=xfce-base/libxfce4ui-4.12:=[gtk3(+)] |
... | ... | |
32 | 33 |
wayland? ( |
33 | 34 |
>=gui-libs/gtk-layer-shell-0.7.0 |
34 | 35 |
) |
36 |
X? ( |
|
37 |
>=x11-libs/libX11-1.6.7 |
|
38 |
) |
|
35 | 39 |
" |
36 | 40 |
RDEPEND=" |
37 | 41 |
${DEPEND} |
... | ... | |
46 | 50 | |
47 | 51 |
src_configure() { |
48 | 52 |
local myconf=( |
49 |
$(use_enable wayland gdk-wayland) |
|
50 |
$(use_enable wayland gtk-layer-shell) |
|
51 |
$(use_enable X gdk-x11) |
|
53 |
$(use_enable wayland) |
|
54 |
$(use_enable X x11) |
|
55 | ||
56 |
# just service files |
|
57 |
--enable-systemd |
|
52 | 58 |
) |
53 | 59 | |
54 | 60 |
econf "${myconf[@]}" |