Сравнение wofi-1.5 с wofi-9999
| /usr/portage/gui-apps/wofi/wofi-9999.ebuild 2024-12-25 15:56:40.520211859 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 20 | 20 |
LICENSE="GPL-3" |
| 21 | 21 |
SLOT="0" |
| 22 | 22 | |
| 23 |
DEPEND=" |
|
| 24 |
dev-libs/glib:2 |
|
| 25 |
dev-libs/wayland |
|
| 26 |
x11-libs/cairo |
|
| 27 |
x11-libs/gdk-pixbuf:2 |
|
| 28 |
x11-libs/gtk+:3[wayland(-)] |
|
| 29 |
x11-libs/pango |
|
| 30 |
" |
|
| 23 |
DEPEND="dev-libs/wayland |
|
| 24 |
x11-libs/gtk+:3[wayland(-)]" |
|
| 31 | 25 |
RDEPEND="${DEPEND}"
|
| 32 | 26 |
BDEPEND="virtual/pkgconfig" |
| 33 | 27 | |